Synch with remote repo
This commit is contained in:
56
docs/build/html/_sources/index.rst.txt
vendored
56
docs/build/html/_sources/index.rst.txt
vendored
@ -1,28 +1,28 @@
|
||||
.. DIMA documentation master file, created by
|
||||
sphinx-quickstart on Wed Jul 10 15:50:06 2024.
|
||||
You can adapt this file completely to your liking, but it should at least
|
||||
contain the root `toctree` directive.
|
||||
|
||||
Welcome to DIMA's documentation!
|
||||
================================
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
:caption: Contents:
|
||||
|
||||
modules/src
|
||||
|
||||
modules/pipelines
|
||||
|
||||
modules/vis
|
||||
|
||||
modules/utils
|
||||
|
||||
modules/notebooks
|
||||
|
||||
Indices and tables
|
||||
==================
|
||||
|
||||
* :ref:`genindex`
|
||||
* :ref:`modindex`
|
||||
* :ref:`search`
|
||||
.. DIMA documentation master file, created by
|
||||
sphinx-quickstart on Wed Jul 10 15:50:06 2024.
|
||||
You can adapt this file completely to your liking, but it should at least
|
||||
contain the root `toctree` directive.
|
||||
|
||||
Welcome to DIMA's documentation!
|
||||
================================
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
:caption: Contents:
|
||||
|
||||
modules/src
|
||||
|
||||
modules/pipelines
|
||||
|
||||
modules/vis
|
||||
|
||||
modules/utils
|
||||
|
||||
modules/notebooks
|
||||
|
||||
Indices and tables
|
||||
==================
|
||||
|
||||
* :ref:`genindex`
|
||||
* :ref:`modindex`
|
||||
* :ref:`search`
|
||||
|
@ -1,7 +1,7 @@
|
||||
Notebooks
|
||||
==========================
|
||||
|
||||
.. automodule:: notebooks
|
||||
:members:
|
||||
:undoc-members:
|
||||
Notebooks
|
||||
==========================
|
||||
|
||||
.. automodule:: notebooks
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
@ -1,12 +1,12 @@
|
||||
Pipelines and workflows
|
||||
==========================
|
||||
|
||||
.. automodule:: pipelines.data_integration
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
||||
.. automodule:: pipelines.metadata_revision
|
||||
:members:
|
||||
:undoc-members:
|
||||
Pipelines and workflows
|
||||
==========================
|
||||
|
||||
.. automodule:: pipelines.data_integration
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
||||
.. automodule:: pipelines.metadata_revision
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
36
docs/build/html/_sources/modules/src.rst.txt
vendored
36
docs/build/html/_sources/modules/src.rst.txt
vendored
@ -1,18 +1,18 @@
|
||||
HDF5 Data Operations
|
||||
==========================
|
||||
.. automodule:: src.hdf5_ops
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
||||
|
||||
HDF5 Writer
|
||||
==========================
|
||||
|
||||
.. automodule:: src.hdf5_writer
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
||||
|
||||
|
||||
HDF5 Data Operations
|
||||
==========================
|
||||
.. automodule:: src.hdf5_ops
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
||||
|
||||
HDF5 Writer
|
||||
==========================
|
||||
|
||||
.. automodule:: src.hdf5_writer
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
||||
|
||||
|
||||
|
12
docs/build/html/_sources/modules/utils.rst.txt
vendored
12
docs/build/html/_sources/modules/utils.rst.txt
vendored
@ -1,7 +1,7 @@
|
||||
Data Structure Conversion
|
||||
=========================
|
||||
|
||||
.. automodule:: utils.g5505_utils
|
||||
:members:
|
||||
:undoc-members:
|
||||
Data Structure Conversion
|
||||
=========================
|
||||
|
||||
.. automodule:: utils.g5505_utils
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
12
docs/build/html/_sources/modules/vis.rst.txt
vendored
12
docs/build/html/_sources/modules/vis.rst.txt
vendored
@ -1,7 +1,7 @@
|
||||
Data Visualization
|
||||
==================
|
||||
|
||||
.. automodule:: visualization.hdf5_vis
|
||||
:members:
|
||||
:undoc-members:
|
||||
Data Visualization
|
||||
==================
|
||||
|
||||
.. automodule:: visualization.hdf5_vis
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
@ -1,7 +1,7 @@
|
||||
Tutorial workflows
|
||||
==========================
|
||||
|
||||
.. automodule:: workflow_data_integration
|
||||
:members:
|
||||
:undoc-members:
|
||||
Tutorial workflows
|
||||
==========================
|
||||
|
||||
.. automodule:: workflow_data_integration
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
Reference in New Issue
Block a user