Skip to content

Commit

Permalink
Re-organized API doc and regroup it into a single file
Browse files Browse the repository at this point in the history
- Simplified tree
- Renamed API Reference instead of simply nrt
- Fixes #17
- Fixes #19
  • Loading branch information
loicdtx committed Jul 29, 2024
1 parent 95204d6 commit 018db32
Show file tree
Hide file tree
Showing 6 changed files with 117 additions and 135 deletions.
115 changes: 115 additions & 0 deletions docs/api_reference.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,115 @@
API Reference
=============

nrt.data package
----------------

.. automodule:: nrt.data
:members:
:undoc-members:
:show-inheritance:

nrt.monitor package
-------------------

.. automodule:: nrt.monitor
:members:
:undoc-members:
:show-inheritance:

nrt.monitor.ccdc module
^^^^^^^^^^^^^^^^^^^^^^^

.. automodule:: nrt.monitor.ccdc
:members:
:undoc-members:
:show-inheritance:

nrt.monitor.cusum module
^^^^^^^^^^^^^^^^^^^^^^^^

.. automodule:: nrt.monitor.cusum
:members:
:undoc-members:
:show-inheritance:

nrt.monitor.ewma module
^^^^^^^^^^^^^^^^^^^^^^^

.. automodule:: nrt.monitor.ewma
:members:
:undoc-members:
:show-inheritance:

nrt.monitor.iqr module
^^^^^^^^^^^^^^^^^^^^^^

.. automodule:: nrt.monitor.iqr
:members:
:undoc-members:
:show-inheritance:

nrt.monitor.mosum module
^^^^^^^^^^^^^^^^^^^^^^^^

.. automodule:: nrt.monitor.mosum
:members:
:undoc-members:
:show-inheritance:

nrt.fit\_methods module
-----------------------

.. automodule:: nrt.fit_methods
:members:
:undoc-members:
:show-inheritance:

nrt.log module
--------------

.. automodule:: nrt.log
:members:
:undoc-members:
:show-inheritance:

nrt.outliers module
-------------------

.. automodule:: nrt.outliers
:members:
:undoc-members:
:show-inheritance:

nrt.stats module
----------------

.. automodule:: nrt.stats
:members:
:undoc-members:
:show-inheritance:

nrt.utils module
----------------

.. automodule:: nrt.utils
:members:
:undoc-members:
:show-inheritance:

nrt.utils\_efp module
---------------------

.. automodule:: nrt.utils_efp
:members:
:undoc-members:
:show-inheritance:

Module contents
---------------

.. automodule:: nrt
:members:
:undoc-members:
:show-inheritance:

2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = ['_static', 'images']
html_static_path = ['images']
html_logo = "images/logo.png"
html_theme_options = {
'logo_only': True,
Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Welcome to nrt's documentation!
quickstart
classes
fit
nrt
api_reference
auto_examples/index


Expand Down
10 changes: 0 additions & 10 deletions docs/nrt.data.rst

This file was deleted.

53 changes: 0 additions & 53 deletions docs/nrt.monitor.rst

This file was deleted.

70 changes: 0 additions & 70 deletions docs/nrt.rst

This file was deleted.

0 comments on commit 018db32

Please sign in to comment.