Skip to content

Commit

Permalink
docs(ReadTheDocs): adapt documentation to new package and module stru…
Browse files Browse the repository at this point in the history
…cture
  • Loading branch information
BjoernLudwigPTB committed Jul 7, 2021
1 parent 88246ad commit ab207c4
Show file tree
Hide file tree
Showing 7 changed files with 67 additions and 17 deletions.
26 changes: 25 additions & 1 deletion docs/agentMET4FOF_agents.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
agentMET4FOF agents
===================

.. automodule:: agentMET4FOF.agents
Base agents
-----------
.. automodule:: agentMET4FOF.agents.base_agents
:members:
:private-members:


Signal agents
-------------
.. automodule:: agentMET4FOF.agents.signal_agents
:members:
:private-members:


Metrologically enabled base agents
----------------------------------
.. automodule:: agentMET4FOF.agents.metrological_base_agents
:members:
:private-members:


Metrologically enabled signal agents
------------------------------------
.. automodule:: agentMET4FOF.agents.metrological_signal_agents
:members:
:private-members:
6 changes: 0 additions & 6 deletions docs/agentMET4FOF_metrological_agents.rst

This file was deleted.

6 changes: 0 additions & 6 deletions docs/agentMET4FOF_metrological_streams.rst

This file was deleted.

6 changes: 6 additions & 0 deletions docs/agentMET4FOF_network.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
agentMET4FOF agent network
==========================

.. automodule:: agentMET4FOF.network
:members:
:private-members:
25 changes: 24 additions & 1 deletion docs/agentMET4FOF_streams.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,29 @@
agentMET4FOF streams
====================

.. automodule:: agentMET4FOF.streams
Base streams
------------
.. automodule:: agentMET4FOF.streams.base_streams
:members:
:private-members:


Signal streams
--------------
.. automodule:: agentMET4FOF.streams.signal_streams
:members:
:private-members:


Metrologically enabled base streams
-----------------------------------
.. automodule:: agentMET4FOF.streams.metrological_base_streams
:members:
:private-members:


Metrologically enabled signal streams
------------------------------------
.. automodule:: agentMET4FOF.streams.metrological_signal_streams
:members:
:private-members:
8 changes: 8 additions & 0 deletions docs/agentMET4FOF_utilities.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
agentMET4FOF utilities
======================

Buffering for agents
--------------------
.. automodule:: agentMET4FOF.utils.buffer
:members:
:private-members:
7 changes: 4 additions & 3 deletions docs/index.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
:github_url: https://github.com/Met4FoF/agentMET4FOF

agentMET4FOF - Metrological Agent-based system
agentMET4FOF - Metrological agent-based system
==============================================

.. toctree::
Expand All @@ -13,6 +13,7 @@ agentMET4FOF - Metrological Agent-based system
CONTRIBUTING
CHANGELOG


.. toctree::
:maxdepth: 1
:caption: Tutorials:
Expand All @@ -32,9 +33,9 @@ agentMET4FOF - Metrological Agent-based system

agentMET4FOF_agents
agentMET4FOF_streams
agentMET4FOF_metrological_agents
agentMET4FOF_metrological_streams
agentMET4FOF_dashboard
agentMET4FOF_network
agentMET4FOF_utilities

Indices and tables
==================
Expand Down

0 comments on commit ab207c4

Please sign in to comment.