-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Addressing issue #41
- Loading branch information
Showing
11 changed files
with
211 additions
and
54 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 |
---|---|---|
@@ -1,8 +1,9 @@ | ||
#!/usr/bin/env python | ||
|
||
from .utils import * | ||
from .utils import cotederc | ||
from cotede.utils.profilescollection import ProfilesQCCollection | ||
from cotede.utils.profilescollection import ProfilesQCPandasCollection | ||
from .config import load_cfg | ||
from .config import load_cfg, list_cfgs | ||
|
||
import logging |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,3 +9,4 @@ dependencies: | |
- pip | ||
- pip: | ||
- oceansdb>=0.8.6 | ||
- cotede |
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,27 @@ | ||
.. currentmodule:: cotede | ||
|
||
############# | ||
API reference | ||
############# | ||
|
||
The public API resources are listed below. | ||
All the rest of CoTeDe is considered support infrastructure and there is no reason to use or access explicitly what is not shown here. | ||
I do intend to expand these resources in the near future, but this is what is available now. | ||
|
||
Top-level resources | ||
=================== | ||
|
||
.. autosummary:: | ||
:toctree: generated/ | ||
|
||
ProfileQC | ||
|
||
Utils | ||
===== | ||
|
||
.. autosummary:: | ||
:toctree: generated/ | ||
|
||
utils.cotederc | ||
utils.list_cfgs | ||
utils.load_cfg |
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,25 @@ | ||
cotede.ProfileQC | ||
================ | ||
|
||
.. currentmodule:: cotede | ||
|
||
.. autoclass:: ProfileQC | ||
|
||
|
||
.. automethod:: __init__ | ||
|
||
|
||
.. rubric:: Methods | ||
|
||
.. autosummary:: | ||
|
||
~ProfileQC.__init__ | ||
~ProfileQC.keys | ||
|
||
|
||
.. rubric:: Attributes | ||
|
||
.. autosummary:: | ||
|
||
~ProfileQC.attrs | ||
~ProfileQC.features |
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.