Skip to content

Commit

Permalink
Merge branch 'dev' into fixes/#747-update-documentation-cross-border-…
Browse files Browse the repository at this point in the history
…flow-functions
  • Loading branch information
ClaraBuettner committed Aug 15, 2024
2 parents 36c4d5a + 3e50624 commit 99fff3c
Show file tree
Hide file tree
Showing 22 changed files with 440 additions and 296 deletions.
4 changes: 4 additions & 0 deletions doc/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ API
:glob:
:titlesonly:

api/etrago.analyze
api/etrago.cluster
api/etrago.disaggregate
api/etrago.execute
api/etrago.tools
api/appl.rst
api/network.rst
20 changes: 20 additions & 0 deletions doc/api/etrago.analyze.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
etrago.analyze package
======================

etrago.analyze.calc\_results module
-----------------------------------

.. automodule:: etrago.analyze.calc_results
:members:
:undoc-members:
:show-inheritance:

etrago.analyze.plot module
---------------------------

.. automodule:: etrago.analyze.plot
:members:
:undoc-members:
:show-inheritance:


11 changes: 2 additions & 9 deletions doc/api/etrago.cluster.rst
Original file line number Diff line number Diff line change
@@ -1,13 +1,6 @@
etrago.cluster package
=======================

etrago.cluster.disaggregation module
-----------------------------------------

.. automodule:: etrago.cluster.disaggregation
:members:
:undoc-members:
:show-inheritance:

etrago.cluster.electrical module
-----------------------------------------
Expand All @@ -25,10 +18,10 @@ etrago.cluster.gas module
:undoc-members:
:show-inheritance:

etrago.cluster.snapshot module
etrago.cluster.temporal module
--------------------------------

.. automodule:: etrago.cluster.snapshot
.. automodule:: etrago.cluster.temporal
:members:
:undoc-members:
:show-inheritance:
Expand Down
19 changes: 19 additions & 0 deletions doc/api/etrago.disaggregate.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
etrago.disaggregate package
===========================

etrago.disaggregate.spatial module
----------------------------------

.. automodule:: etrago.disaggregate.spatial
:members:
:undoc-members:
:show-inheritance:

etrago.disaggregate.temporal module
-----------------------------------

.. automodule:: etrago.disaggregate.temporal
:members:
:undoc-members:
:show-inheritance:

7 changes: 7 additions & 0 deletions doc/api/network.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
etrago.network module
-------------------

.. automodule:: etrago.network
:members:
:undoc-members:
:show-inheritance:
2 changes: 1 addition & 1 deletion etrago/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
__author__ = "ulfmueller, lukasol, wolfbunke, mariusves, s3pp"
__version__ = "0.4"

from etrago.tools.network import Etrago
from etrago.network import Etrago
7 changes: 7 additions & 0 deletions etrago/analyze/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
"""
"""

__copyright__ = "tba"
__license__ = "tba"
__author__ = "tba"
File renamed without changes.
Loading

0 comments on commit 99fff3c

Please sign in to comment.