Skip to content

Commit

Permalink
updated documentation to represent current subpackages
Browse files Browse the repository at this point in the history
  • Loading branch information
kujaku11 committed Jun 27, 2021
1 parent 7fe0e9b commit c2803bc
Show file tree
Hide file tree
Showing 8 changed files with 55 additions and 168 deletions.
2 changes: 0 additions & 2 deletions docs/source/modules.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,3 @@ mth5
:maxdepth: 4

mth5
setup
tests
3 changes: 3 additions & 0 deletions docs/source/mt_metadata_guide.rst
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
MT Metadata
===================

See `mt_metadata <https://mt-metadata.readthedocs.io/en/latest/>`_ documentation for more information on magnetotelluric time series and transfer function metadata standards.
54 changes: 42 additions & 12 deletions docs/source/mth5.io.rst
Original file line number Diff line number Diff line change
@@ -1,31 +1,61 @@
mth5.io package
==================

.. contents:: :local:
===============

Submodules
----------

mth5.io.zen module
----------------------------
mth5.io.miniseed module
-----------------------

.. automodule:: mth5.io.zen
.. automodule:: mth5.io.miniseed
:members:
:undoc-members:
:show-inheritance:

mth5.io.nims module
----------------------------
-------------------

.. automodule:: mth5.io.nims
:members:
:undoc-members:
:show-inheritance:

mth5.io.usgs_ascii module
----------------------------

mth5.io.reader module
---------------------

.. automodule:: mth5.io.reader
:members:
:undoc-members:
:show-inheritance:

mth5.io.tools module
--------------------

.. automodule:: mth5.io.tools
:members:
:undoc-members:
:show-inheritance:

mth5.io.usgs\_ascii module
--------------------------

.. automodule:: mth5.io.usgs_ascii
:members:
:undoc-members:
:show-inheritance:
:show-inheritance:

mth5.io.zen module
------------------

.. automodule:: mth5.io.zen
:members:
:undoc-members:
:show-inheritance:

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

.. automodule:: mth5.io
:members:
:undoc-members:
:show-inheritance:
57 changes: 4 additions & 53 deletions docs/source/mth5.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,31 +7,15 @@ Subpackages
.. toctree::
:maxdepth: 4

mth5.standards
mth5.utils
mth5.groups
mth5.io
mth5.tables
mth5.timeseries
mth5.utils

Submodules
----------

.. contents:: :local:

mth5.calibration module
-----------------------

.. automodule:: mth5.calibration
:members:
:undoc-members:
:show-inheritance:

mth5.groups module
------------------

.. automodule:: mth5.groups
:members:
:undoc-members:
:show-inheritance:

mth5.helpers module
-------------------

Expand All @@ -40,14 +24,6 @@ mth5.helpers module
:undoc-members:
:show-inheritance:

mth5.metadata module
--------------------

.. automodule:: mth5.metadata
:members:
:undoc-members:
:show-inheritance:

mth5.mth5 module
----------------

Expand All @@ -56,31 +32,6 @@ mth5.mth5 module
:undoc-members:
:show-inheritance:

mth5.mth5\_tables module
------------------------

.. automodule:: mth5.mth5_tables
:members:
:undoc-members:
:show-inheritance:

mth5.timeseries module
----------------------

.. automodule:: mth5.timeseries
:members:
:undoc-members:
:show-inheritance:

mth5.to\_stationxml module
--------------------------

.. automodule:: mth5.to_stationxml
:members:
:undoc-members:
:show-inheritance:


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

Expand Down
24 changes: 0 additions & 24 deletions docs/source/mth5.standards.rst

This file was deleted.

23 changes: 6 additions & 17 deletions docs/source/mth5.utils.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
mth5.utils package
==================

.. contents:: :local:

Submodules
----------

Expand All @@ -14,26 +12,18 @@ mth5.utils.exceptions module
:undoc-members:
:show-inheritance:

mth5.utils.helpers module
-------------------------

.. automodule:: mth5.utils.helpers
:members:
:undoc-members:
:show-inheritance:

mth5.utils.mth5logger module
----------------------------
mth5.utils.fdsn\_tools module
-----------------------------

.. automodule:: mth5.utils.mth5logger
.. automodule:: mth5.utils.fdsn_tools
:members:
:undoc-members:
:show-inheritance:

mth5.utils.mttime module
------------------------
mth5.utils.mth5\_logger module
------------------------------

.. automodule:: mth5.utils.mttime
.. automodule:: mth5.utils.mth5_logger
:members:
:undoc-members:
:show-inheritance:
Expand All @@ -46,7 +36,6 @@ mth5.utils.stationxml\_translator module
:undoc-members:
:show-inheritance:


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

Expand Down
7 changes: 0 additions & 7 deletions docs/source/setup.rst

This file was deleted.

53 changes: 0 additions & 53 deletions docs/source/tests.rst

This file was deleted.

0 comments on commit c2803bc

Please sign in to comment.