-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Re-organized API doc and regroup it into a single file
- Loading branch information
Showing
6 changed files
with
117 additions
and
135 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,7 @@ Welcome to nrt's documentation! | |
quickstart | ||
classes | ||
fit | ||
nrt | ||
api_reference | ||
auto_examples/index | ||
|
||
|
||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.