-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* include autodoc * autodoc earthspy * add autosummary * generated earthspy page * change html theme * add template * improve doc conf * fix version * remove matplotlib * remove plot_directive * remove doc references * remove example library
- Loading branch information
1 parent
a33442b
commit 795f8fe
Showing
15 changed files
with
227 additions
and
21 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 @@ | ||
[email protected]:1651272210 |
Binary file not shown.
Binary file not shown.
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,4 +1,4 @@ | ||
# Sphinx build info version 1 | ||
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done. | ||
config: 9c8b1c4a938c9dc4ec3bdad471a320c3 | ||
config: b79dd4f55baf953d95ecd9bb9a9b0003 | ||
tags: 645f666f9bcd5a90fca523b33c5a78b7 |
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
Binary file not shown.
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,67 @@ | ||
{{ fullname }} | ||
{{ underline }} | ||
|
||
.. automodule:: {{ fullname }} | ||
|
||
.. contents:: Contents | ||
:local: | ||
|
||
{% block functions %} | ||
{% if functions %} | ||
|
||
Functions | ||
========= | ||
|
||
{% for item in functions %} | ||
|
||
{{item}} | ||
{{ "-" * (item | length) }} | ||
|
||
.. autofunction:: {{ item }} | ||
|
||
.. _sphx_glr_backref_{{fullname}}.{{item}}: | ||
|
||
.. minigallery:: {{fullname}}.{{item}} | ||
:add-heading: | ||
|
||
{%- endfor %} | ||
{% endif %} | ||
{% endblock %} | ||
|
||
{% block classes %} | ||
{% if classes %} | ||
|
||
Classes | ||
======= | ||
|
||
{% for item in classes %} | ||
|
||
{{item}} | ||
{{ "-" * (item | length) }} | ||
|
||
.. autoclass:: {{ item }} | ||
:show-inheritance: | ||
:special-members: __init__ | ||
:members: | ||
|
||
.. _sphx_glr_backref_{{fullname}}.{{item}}: | ||
|
||
.. minigallery:: {{fullname}}.{{item}} | ||
:add-heading: | ||
|
||
{% endfor %} | ||
{% endif %} | ||
{% endblock %} | ||
|
||
{% block exceptions %} | ||
{% if exceptions %} | ||
|
||
Exceptions | ||
========== | ||
|
||
.. autosummary:: | ||
{% for item in exceptions %} | ||
{{ item }} | ||
{%- endfor %} | ||
{% endif %} | ||
{% endblock %} |
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,17 @@ | ||
API | ||
=== | ||
|
||
.. currentmodule:: earthspy | ||
|
||
.. autosummary:: | ||
:toctree: generated/ | ||
:template: module.rst | ||
:recursive: | ||
|
||
earthspy | ||
|
||
|
||
.. automodule earthspy | ||
.. contents:: Contents | ||
:local: |
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,23 @@ | ||
earthspy | ||
======== | ||
|
||
.. automodule:: earthspy | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
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