Skip to content

Commit

Permalink
adding the Reader to the public API
Browse files Browse the repository at this point in the history
  • Loading branch information
heikoklein committed Jun 8, 2024
1 parent 290bfd2 commit 2e444eb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ Pyaro
pyaro.timeseries - User API
^^^^^^^^^^^^

.. autoclass:: pyaro.timeseries.Reader
:members:
:undoc-members:
.. autoclass:: pyaro.timeseries.Data
:members:
:undoc-members:
Expand All @@ -41,7 +44,7 @@ pyaro.timeseries - Dev API
^^^^^^^^^^^

.. automodule:: pyaro.timeseries
:members: Engine, Reader, NpStructuredData
:members: Engine, NpStructuredData
:undoc-members:
:imported-members:

Expand Down

0 comments on commit 2e444eb

Please sign in to comment.