Skip to content

Commit

Permalink
remove functions from readthedocs
Browse files Browse the repository at this point in the history
  • Loading branch information
petroslk committed May 29, 2024
1 parent 0396949 commit a9e2f9e
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 49 deletions.
2 changes: 1 addition & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ For that reason, we highly recommend looking into other tools such as HistoQC (h


.. toctree::
:maxdepth: 3
:maxdepth: 2
:caption: Contents:

installation
Expand Down
11 changes: 0 additions & 11 deletions docs/source/infer_roi.rst
Original file line number Diff line number Diff line change
Expand Up @@ -129,14 +129,3 @@ Explanation:
- Color: Set the border color to red.
- Output: Results saved in /path/to/output/.

Functions
---------

The `infer_roi` module contains the following functions:

.. dropdown:: Click to show/hide functions

.. automodule:: hoverfast.utils_roi
:members:
:undoc-members:
:show-inheritance:
11 changes: 0 additions & 11 deletions docs/source/infer_wsi.rst
Original file line number Diff line number Diff line change
Expand Up @@ -163,14 +163,3 @@ Explanation:



Functions
---------

The `infer_wsi` module contains the following functions:

.. dropdown:: Click to show/hide functions

.. automodule:: hoverfast.utils_wsi
:members:
:undoc-members:
:show-inheritance:
26 changes: 0 additions & 26 deletions docs/source/training.rst
Original file line number Diff line number Diff line change
Expand Up @@ -188,29 +188,3 @@ Explanation:
- Dataset Path: Directory that contains the pytables.
- Epochs: Set the number of epochs to 200.
- Output directory: Directory to save TensorBoard logs and trained model.

Functions
---------

The `train` module contains the following functions:

.. dropdown:: Click to show/hide functions

.. automodule:: hoverfast.training_utils
:members:
:undoc-members:
:show-inheritance:

.. dropdown:: Click to show/hide functions

.. automodule:: hoverfast.augment
:members:
:undoc-members:
:show-inheritance:

.. dropdown:: Click to show/hide functions

.. automodule:: hoverfast.hoverfast
:members:
:undoc-members:
:show-inheritance:

0 comments on commit a9e2f9e

Please sign in to comment.