Skip to content

Commit

Permalink
included dependency graph in docs (enabled Sphinx graphviz extension)
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikBjare committed Oct 31, 2017
1 parent 849cbf5 commit 5fc4a2c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
'sphinx.ext.autosectionlabel',
'sphinx.ext.viewcode',
'sphinx.ext.todo',
'sphinx.ext.graphviz',
]

# Add any paths that contain templates here, relative to this directory.
Expand Down
5 changes: 5 additions & 0 deletions docs/development.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ Development

We recommend you follow Kenneth Reitz folder structure guide when writing Python programs which will be under the control of the ActivityWatch organisation: http://docs.python-guide.org/en/latest/writing/structure/

Dependency graph
----------------

.. graphviz:: dependency.dot

Working with submodules
-----------------------

Expand Down

0 comments on commit 5fc4a2c

Please sign in to comment.