Skip to content

Commit

Permalink
documentation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
mjirik committed Jun 17, 2016
1 parent 2659b25 commit c440865
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions contributors.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,8 @@ Run tests in project directory
Test code beauty

pep8

## Documentation

in `docs/conf.py` have to be listed all extern modules to generate documentation.
You can check [build log](https://readthedocs.org/projects/liver-surgery-analyser)
1 change: 1 addition & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
'scipy.stats', 'io3d.misc', 'lisa.extern.lar', 'scipy.cluster',
'scipy.cluster.vq', 'scipy.cluster.vq',
'ipdb', 'multipolyfit', 'PIL', 'yaml', 'SimpleITK',
'imtools', 'imtools.misc', 'imtools.qmisc'
# 'six', 'nearpy', 'SimpleITK', 'lar', 'pandas'
]
#
Expand Down

0 comments on commit c440865

Please sign in to comment.