Skip to content

Commit

Permalink
Updated documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
awicenec committed Feb 1, 2023
1 parent 93ec2f1 commit 9600a2e
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 2 deletions.
32 changes: 30 additions & 2 deletions docs/api/apps.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,45 @@

dlg.apps
--------

.. automodule:: dlg.apps
.. contents::

.. _api.dlg.apps.dockerapp:

dlg.apps.app_base
^^^^^^^^^^^^^^^^^^
.. automodule:: dlg.apps.app_base
:members:

dlg.apps.bash_shell_app
^^^^^^^^^^^^^^^^^^^^^^^
.. automodule:: dlg.apps.bash_shell_app
:members:

dlg.apps.branch
^^^^^^^^^^^^^^^
.. automodule:: dlg.apps.branch
:members:

dlg.apps.constructs
^^^^^^^^^^^^^^^^^^^
.. automodule:: dlg.apps.constructs
:members:

dlg.apps.dynlib
^^^^^^^^^^^^^^^
.. automodule:: dlg.apps.dynlib
:members:

dlg.apps.mpi
^^^^^^^^^^^^
.. automodule:: dlg.apps.mpi
:members:

dlg.apps.plasmaflight
^^^^^^^^^^^^^^^^^^^^^
.. automodule:: dlg.apps.plasmaflight
:members:

dlg.apps.pyfunc
^^^^^^^^^^^^^^^
.. automodule:: dlg.apps.pyfunc
Expand All @@ -28,6 +51,11 @@ dlg.apps.dockerapp
.. automodule:: dlg.apps.dockerapp
:members:

dlg.apps.simple
^^^^^^^^^^^^^^^
.. automodule:: dlg.apps.simple
:members:

dlg.apps.socket_listener
^^^^^^^^^^^^^^^^^^^^^^^^
.. automodule:: dlg.apps.socket_listener
Expand Down
4 changes: 4 additions & 0 deletions docs/api/data.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ dlg.data.io
.. automodule:: dlg.data.io
:members:

dlg.data.drops.data_base
^^^^^^^^^^^^^^^^^^^^^^^^
.. automodule:: dlg.data.drops.data_base
:members:

dlg.data.drops.directorycontainer
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Expand Down

0 comments on commit 9600a2e

Please sign in to comment.