-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #25 from AutoDQM/fixing_rtd_to_display_modules
Fixing rtd to display modules
- Loading branch information
Showing
16 changed files
with
139 additions
and
185 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 |
---|---|---|
|
@@ -52,6 +52,6 @@ def normalize(self): | |
|
||
def clean(self): | ||
""" | ||
TODO | ||
""" | ||
pass |
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 |
---|---|---|
|
@@ -349,7 +349,6 @@ def write_data(self): | |
def write_summary(self): | ||
""" | ||
Write summary json of configuration. | ||
TODO | ||
""" | ||
return | ||
|
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 @@ | ||
algorithms package | ||
================== | ||
|
||
Submodules | ||
---------- | ||
|
||
algorithms.anomaly\_detection\_algorithm module | ||
----------------------------------------------- | ||
|
||
.. automodule:: algorithms.anomaly_detection_algorithm | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
algorithms.autoencoder module | ||
----------------------------- | ||
|
||
.. automodule:: algorithms.autoencoder | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
algorithms.ml\_algorithm module | ||
------------------------------- | ||
|
||
.. automodule:: algorithms.ml_algorithm | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
algorithms.pca module | ||
--------------------- | ||
|
||
.. automodule:: algorithms.pca | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
algorithms.statistical\_tester module | ||
------------------------------------- | ||
|
||
.. automodule:: algorithms.statistical_tester | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
Module contents | ||
--------------- | ||
|
||
.. automodule:: algorithms | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,21 @@ | ||
data\_formats package | ||
===================== | ||
|
||
Submodules | ||
---------- | ||
|
||
data\_formats.histogram module | ||
------------------------------ | ||
|
||
.. automodule:: data_formats.histogram | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
Module contents | ||
--------------- | ||
|
||
.. automodule:: data_formats | ||
: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,21 @@ | ||
data\_prep package | ||
================== | ||
|
||
Submodules | ||
---------- | ||
|
||
data\_prep.data\_fetcher module | ||
------------------------------- | ||
|
||
.. automodule:: data_prep.data_fetcher | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
Module contents | ||
--------------- | ||
|
||
.. automodule:: data_prep | ||
: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,10 @@ | ||
evaluation package | ||
================== | ||
|
||
Module contents | ||
--------------- | ||
|
||
.. automodule:: evaluation | ||
: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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
autodqm_ml | ||
algorithms | ||
========== | ||
|
||
.. toctree:: | ||
:maxdepth: 4 | ||
|
||
autodqm_ml | ||
algorithms |
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 @@ | ||
plotting package | ||
================ | ||
|
||
Submodules | ||
---------- | ||
|
||
plotting.plot\_tools module | ||
--------------------------- | ||
|
||
.. automodule:: plotting.plot_tools | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
Module contents | ||
--------------- | ||
|
||
.. automodule:: plotting | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |