Skip to content

Commit

Permalink
📝 Fix Doc Build (#8)
Browse files Browse the repository at this point in the history
Co-authored-by: Annika <[email protected]>
  • Loading branch information
hf-kklein and hf-aschloegl authored Dec 16, 2021
1 parent ea4d68b commit efbc65b
Show file tree
Hide file tree
Showing 19 changed files with 439 additions and 292 deletions.
6 changes: 6 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ MIG AHB Utility Stack (MAUS) 🐁

| |Unittests status badge| |Coverage status badge| |Linting status badge| |Black status badge| |pypy status badge| |read the docs|
.. image:: https://raw.githubusercontent.com/Hochfrequenz/mig_ahb_utility_stack/main/docs/_static/maus-logo.png
:target: https://mig-ahb-utility-stack.readthedocs.io/en/stable/api/maus.html
:align: right
:alt: maus logo
:width: 150px

| This repository contains the Python package ``maus``.
| MAUS is an acronym for **M**\ IG **A**\ HB **U**\ tility **S**\ tack where MIG stands for **M**\ essage **I**\ mplementation **G**\ uide and AHB stands for **A**\ nwendungs\ **h**\ and\ **b**\ uch.
| The maus package allows matching single lines from the AHB with fields specified in the MIG.
Expand Down
37 changes: 37 additions & 0 deletions docs/api/maus.models.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
maus.models package
===================

Submodules
----------

maus.models.anwendungshandbuch module
-------------------------------------

.. automodule:: maus.models.anwendungshandbuch
:members:
:undoc-members:
:show-inheritance:

maus.models.edifact\_components module
--------------------------------------

.. automodule:: maus.models.edifact_components
:members:
:undoc-members:
:show-inheritance:

maus.models.message\_implementation\_guide module
-------------------------------------------------

.. automodule:: maus.models.message_implementation_guide
:members:
:undoc-members:
:show-inheritance:

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

.. automodule:: maus.models
:members:
:undoc-members:
:show-inheritance:
9 changes: 6 additions & 3 deletions docs/apidoc/maus.reader.rst → docs/api/maus.reader.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,13 @@ maus.reader package
Submodules
----------

.. toctree::
:maxdepth: 4
maus.reader.ahb\_csv\_reader module
-----------------------------------

maus.reader.ahb_csv_reader
.. automodule:: maus.reader.ahb_csv_reader
:members:
:undoc-members:
:show-inheritance:

Module contents
---------------
Expand Down
8 changes: 0 additions & 8 deletions docs/apidoc/maus.rst → docs/api/maus.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,6 @@ Subpackages
maus.models
maus.reader

Submodules
----------

.. toctree::
:maxdepth: 4

maus.maus

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

Expand Down
File renamed without changes.
7 changes: 0 additions & 7 deletions docs/apidoc/maus.maus.rst

This file was deleted.

7 changes: 0 additions & 7 deletions docs/apidoc/maus.models.anwendungshandbuch.rst

This file was deleted.

7 changes: 0 additions & 7 deletions docs/apidoc/maus.models.edifact_components.rst

This file was deleted.

7 changes: 0 additions & 7 deletions docs/apidoc/maus.models.message_implementation_guide.rst

This file was deleted.

20 changes: 0 additions & 20 deletions docs/apidoc/maus.models.rst

This file was deleted.

7 changes: 0 additions & 7 deletions docs/apidoc/maus.reader.ahb_csv_reader.rst

This file was deleted.

Loading

0 comments on commit efbc65b

Please sign in to comment.