forked from HelenGuohx/logbert
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixed documentation issues (verified from generated docs) (HelenGuohx#35
) * fixed documentation issues (verified from generated docs) * small fix in documentation * formatted docstring, capitalized, added period and removed param type * formatted docstring, capitalized, added period and removed param type * formatted docstring, capitalized, added period and removed param type * Revise the sphinx docs --------- Co-authored-by: yangwenzhuo08 <[email protected]>
- Loading branch information
1 parent
da56853
commit dc059af
Showing
62 changed files
with
813 additions
and
879 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,53 @@ | ||
logai.algorithms.nn\_model.forecast\_nn package | ||
=============================================== | ||
|
||
Submodules | ||
---------- | ||
|
||
logai.algorithms.nn\_model.forecast\_nn.base\_nn module | ||
------------------------------------------------------- | ||
|
||
.. automodule:: logai.algorithms.nn_model.forecast_nn.base_nn | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
logai.algorithms.nn\_model.forecast\_nn.cnn module | ||
-------------------------------------------------- | ||
|
||
.. automodule:: logai.algorithms.nn_model.forecast_nn.cnn | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
logai.algorithms.nn\_model.forecast\_nn.lstm module | ||
--------------------------------------------------- | ||
|
||
.. automodule:: logai.algorithms.nn_model.forecast_nn.lstm | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
logai.algorithms.nn\_model.forecast\_nn.transformer module | ||
---------------------------------------------------------- | ||
|
||
.. automodule:: logai.algorithms.nn_model.forecast_nn.transformer | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
logai.algorithms.nn\_model.forecast\_nn.utils module | ||
---------------------------------------------------- | ||
|
||
.. automodule:: logai.algorithms.nn_model.forecast_nn.utils | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
Module contents | ||
--------------- | ||
|
||
.. automodule:: logai.algorithms.nn_model.forecast_nn | ||
: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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,61 @@ | ||
logai.algorithms.nn\_model.logbert package | ||
========================================== | ||
|
||
Submodules | ||
---------- | ||
|
||
logai.algorithms.nn\_model.logbert.configs module | ||
------------------------------------------------- | ||
|
||
.. automodule:: logai.algorithms.nn_model.logbert.configs | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
logai.algorithms.nn\_model.logbert.eval\_metric\_utils module | ||
------------------------------------------------------------- | ||
|
||
.. automodule:: logai.algorithms.nn_model.logbert.eval_metric_utils | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
logai.algorithms.nn\_model.logbert.predict module | ||
------------------------------------------------- | ||
|
||
.. automodule:: logai.algorithms.nn_model.logbert.predict | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
logai.algorithms.nn\_model.logbert.predict\_utils module | ||
-------------------------------------------------------- | ||
|
||
.. automodule:: logai.algorithms.nn_model.logbert.predict_utils | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
logai.algorithms.nn\_model.logbert.tokenizer\_utils module | ||
---------------------------------------------------------- | ||
|
||
.. automodule:: logai.algorithms.nn_model.logbert.tokenizer_utils | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
logai.algorithms.nn\_model.logbert.train module | ||
----------------------------------------------- | ||
|
||
.. automodule:: logai.algorithms.nn_model.logbert.train | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
Module contents | ||
--------------- | ||
|
||
.. automodule:: logai.algorithms.nn_model.logbert | ||
: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
21 changes: 21 additions & 0 deletions
21
docs/source/logai.applications.openset.anomaly_detection.configs.rst
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,21 @@ | ||
logai.applications.openset.anomaly\_detection.configs package | ||
============================================================= | ||
|
||
Submodules | ||
---------- | ||
|
||
logai.applications.openset.anomaly\_detection.configs.schema module | ||
------------------------------------------------------------------- | ||
|
||
.. automodule:: logai.applications.openset.anomaly_detection.configs.schema | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
Module contents | ||
--------------- | ||
|
||
.. automodule:: logai.applications.openset.anomaly_detection.configs | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
29 changes: 29 additions & 0 deletions
29
docs/source/logai.applications.openset.anomaly_detection.rst
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,29 @@ | ||
logai.applications.openset.anomaly\_detection package | ||
===================================================== | ||
|
||
Subpackages | ||
----------- | ||
|
||
.. toctree:: | ||
:maxdepth: 4 | ||
|
||
logai.applications.openset.anomaly_detection.configs | ||
|
||
Submodules | ||
---------- | ||
|
||
logai.applications.openset.anomaly\_detection.openset\_anomaly\_detection\_workflow module | ||
------------------------------------------------------------------------------------------ | ||
|
||
.. automodule:: logai.applications.openset.anomaly_detection.openset_anomaly_detection_workflow | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
Module contents | ||
--------------- | ||
|
||
.. automodule:: logai.applications.openset.anomaly_detection | ||
: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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
logai.applications.openset package | ||
================================== | ||
|
||
Subpackages | ||
----------- | ||
|
||
.. toctree:: | ||
:maxdepth: 4 | ||
|
||
logai.applications.openset.anomaly_detection | ||
|
||
Module contents | ||
--------------- | ||
|
||
.. automodule:: logai.applications.openset | ||
: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
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
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
Oops, something went wrong.