-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'pydata_documentation_theme' into dev_documentation_revamp
- Loading branch information
Showing
7 changed files
with
72 additions
and
193 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
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 @@ | ||
{{ fullname | escape | underline }} | ||
|
||
.. rubric:: Description | ||
|
||
.. automodule:: {{ fullname }} | ||
|
||
.. currentmodule:: {{ fullname }} | ||
|
||
{% if classes %} | ||
.. rubric:: Classes | ||
|
||
.. autosummary:: | ||
:toctree: . | ||
{% for class in classes %} | ||
{{ class }} | ||
{% endfor %} | ||
|
||
{% endif %} | ||
|
||
{% if functions %} | ||
.. rubric:: Functions | ||
|
||
.. autosummary:: | ||
:toctree: . | ||
{% for function in functions %} | ||
{{ function }} | ||
{% endfor %} | ||
|
||
{% endif %} |
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 @@ | ||
.. _API-Reference: | ||
|
||
API Reference | ||
============= | ||
|
||
:Release: |version| | ||
:Date: |today| | ||
|
||
This guide provides documentation for all modules, function, methods, | ||
and classes within *tobac* for those in the public API. | ||
|
||
Documentation is broken down by directory and module. | ||
|
||
.. currentmodule:: tobac | ||
|
||
.. autosummary:: | ||
:toctree: generated/ | ||
|
||
feature_detection | ||
tracking | ||
segmentation | ||
merge_split | ||
utils.bulk_statistics | ||
utils.general | ||
plotting |
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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.