Skip to content

Commit 9cfac94

Browse files
committed
Remove old faucet-yaml.dot.
1 parent ac4781f commit 9cfac94

File tree

4 files changed

+0
-93
lines changed

4 files changed

+0
-93
lines changed

Makefile

-4
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,6 @@ uml:
3636
$(MV) classes*png $(DIST_DIR)/doc
3737
$(MV) packages*png $(DIST_DIR)/doc
3838
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-
4339
codefmt:
4440
@echo Run below command manually to inline replace current code with newly formatted code per “pep8” guidelines
4541
@echo $(YAPF) --style pep8 -i \*py

docs/_static/images/faucet-yaml.dot

-88
This file was deleted.

docs/_static/images/faucet-yaml.png

-256 KB
Binary file not shown.

docs/developer_guide.rst

-1
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,6 @@ is normally stored in ``dist`` directory. The following are the targets that
147147
can be used:
148148

149149
- **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
151150
- **codefmt**: Provides command line usage to "Code Style" the Python file
152151
- **codeerrors**: Uses ``pylint`` on all Python files to generate a code error report and is placed in ``dist`` directory.
153152
- **stats**: Provides a list of all commits since the last release tag.

0 commit comments

Comments
 (0)