Skip to content

Commit

Permalink
fix documentation issues with readthedocs
Browse files Browse the repository at this point in the history
  • Loading branch information
petroslk committed May 29, 2024
1 parent be517e4 commit 0396949
Show file tree
Hide file tree
Showing 6 changed files with 29 additions and 24 deletions.
2 changes: 2 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ build:
python:
install:
- requirements: docs/requirements.txt
- method: pip
path: .

sphinx:
configuration: docs/source/conf.py
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
project = 'HoverFast'
copyright = '2024, Petros Liakopoulos, Julien Massonnet, Andrew Janowczyk'
author = 'Petros Liakopoulos, Julien Massonnet, Andrew Janowczyk'
release = '1.0'
release = '1.0.0'
version = '1.0.0'

# -- General configuration ---------------------------------------------------
Expand Down
1 change: 1 addition & 0 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ For that reason, we highly recommend looking into other tools such as HistoQC (h


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

installation
Expand Down
9 changes: 5 additions & 4 deletions docs/source/infer_roi.rst
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,9 @@ Functions

The `infer_roi` module contains the following functions:

.. dropdown:: Click to show/hide functions

.. automodule:: hoverfast.utils_roi
:members:
:undoc-members:
:show-inheritance:
.. automodule:: hoverfast.utils_roi
:members:
:undoc-members:
:show-inheritance:
9 changes: 5 additions & 4 deletions docs/source/infer_wsi.rst
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,9 @@ Functions

The `infer_wsi` module contains the following functions:

.. dropdown:: Click to show/hide functions

.. automodule:: hoverfast.utils_wsi
:members:
:undoc-members:
:show-inheritance:
.. automodule:: hoverfast.utils_wsi
:members:
:undoc-members:
:show-inheritance:
30 changes: 15 additions & 15 deletions docs/source/training.rst
Original file line number Diff line number Diff line change
Expand Up @@ -194,23 +194,23 @@ Functions

The `train` module contains the following functions:

.. dropdown:: Click to show/hide functions

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

.. 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.augment
:members:
:undoc-members:
:show-inheritance:



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

0 comments on commit 0396949

Please sign in to comment.