Skip to content
16 changes: 16 additions & 0 deletions docs/dlomix.callbacks.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
``dlomix.callbacks``
=====================

.. automodule:: dlomix.callbacks
:members:
:undoc-members:
:show-inheritance:

Submodules
----------


.. automodule:: dlomix.callbacks.cyclic_lr
:members:
:undoc-members:
:show-inheritance:
13 changes: 1 addition & 12 deletions docs/dlomix.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Subpackages
.. toctree::
:maxdepth: 4

dlomix.callbacks
dlomix.data
dlomix.eval
dlomix.layers
Expand All @@ -34,15 +35,3 @@ Submodules
:members:
:undoc-members:
:show-inheritance:


.. automodule:: dlomix.detectability_model_constants
:members:
:undoc-members:
:show-inheritance:


.. automodule:: dlomix.types
:members:
:undoc-members:
:show-inheritance:
13 changes: 11 additions & 2 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,18 +29,27 @@ The goal of DLOmix is to be easy to use and flexible, while still providing the

.. include:: notes/installation.rst
.. include:: notes/quickstart.rst
.. include:: notes/dataset_guide.rst



.. toctree::
:glob:
:maxdepth: 2
:caption: How To

notes/quickstart
notes/installation
notes/backend_usage
notes/quickstart
notes/citation

.. toctree::
:glob:
:maxdepth: 2
:caption: Guides

notes/dataset_guide
notes/backend_usage


.. toctree::
:maxdepth: 2
Expand Down
Loading