Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
phumthep committed Sep 28, 2024
1 parent 264029d commit d2245f8
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 5 deletions.
5 changes: 5 additions & 0 deletions docs/source/api_pages/api.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@

API Reference
===================================
.. toctree::
modules
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
6 changes: 1 addition & 5 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,4 @@ Content
pages/license
pages/acknowledgement
pages/publications
pages/api
api_pages/modules
api_pages/core
api_pages/modeling
api_pages/pownet
api_pages/api
8 changes: 8 additions & 0 deletions src/pownet/core/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,11 @@
from .output import OutputProcessor
from .visualizer import Visualizer
from .record import SystemRecord

__all__ = [
"ModelBuilder",
"SystemInput",
"OutputProcessor",
"Visualizer",
"SystemRecord",
]

0 comments on commit d2245f8

Please sign in to comment.