Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacob Reinhold committed Aug 16, 2021
1 parent 3f46467 commit b154fe4
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ To install the dependencies of the CLI, install with::

pip install "lesion-metrics[cli]"

To install the dependencies for total lesion burden/volume computation (see ``lesion_metrics.volume``), install with::

pip install "lesion-metrics[volume]"

You can also download the source and run::

python setup.py install
Expand Down
16 changes: 16 additions & 0 deletions docs/lesion_metrics.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,22 @@ lesion\_metrics.types module
:undoc-members:
:show-inheritance:

lesion\_metrics.utils module
----------------------------

.. automodule:: lesion_metrics.utils
:members:
:undoc-members:
:show-inheritance:

lesion\_metrics.volume module
-----------------------------

.. automodule:: lesion_metrics.volume
:members:
:undoc-members:
:show-inheritance:

Module contents
---------------

Expand Down

0 comments on commit b154fe4

Please sign in to comment.