File tree 4 files changed +0
-93
lines changed
4 files changed +0
-93
lines changed Original file line number Diff line number Diff line change 36
36
$(MV ) classes* png $(DIST_DIR ) /doc
37
37
$(MV ) packages* png $(DIST_DIR ) /doc
38
38
39
- dot:
40
- $(MKDIR ) $(DIST_DIR ) /doc
41
- $(DOT ) -Tpng $(SRC_DIR ) /docs/images/faucet-yaml.dot -o $(DIST_DIR ) /doc/faucet-yaml.png
42
-
43
39
codefmt:
44
40
@echo Run below command manually to inline replace current code with newly formatted code per “pep8” guidelines
45
41
@echo $(YAPF ) --style pep8 -i \* py
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -147,7 +147,6 @@ is normally stored in ``dist`` directory. The following are the targets that
147
147
can be used:
148
148
149
149
- **uml **: Uses ``pyreverse `` to provide code class diagrams.
150
- - **dot **: Uses ``dot `` to provide hirearchical representation of ``faucet.yaml `` based on ``docs/images/faucet-yaml.dot `` file
151
150
- **codefmt **: Provides command line usage to "Code Style" the Python file
152
151
- **codeerrors **: Uses ``pylint `` on all Python files to generate a code error report and is placed in ``dist `` directory.
153
152
- **stats **: Provides a list of all commits since the last release tag.
You can’t perform that action at this time.
0 commit comments