-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reorganized sphinx docs api listing by major groups; updated .gitignore
Reorganized api.rst APIs (readers) into "Readers for Global to USA-national data" vs "Readers for USA regional (sub-national) data". Added test result files to .gitignore
- Loading branch information
Showing
3 changed files
with
56 additions
and
56 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,15 +1,20 @@ | ||
# ignore egginfo file | ||
ulmo.egg-info/ | ||
|
||
# ignore build, dist dir | ||
# ignore build, dist, ulmo_test_cache, .pytest_cache dir | ||
dist/ | ||
build/ | ||
ulmo_test_cache/ | ||
.pytest_cache/ | ||
|
||
# ignore sphinx build dir | ||
docs/_build/ | ||
|
||
# ignore compiled python files | ||
*.pyc | ||
|
||
# Ignore checkpoints created (especially for the examples) | ||
*.pyc | ||
|
||
# ignore .coverage | ||
.coverage | ||
|
||
# Ignore checkpoints created (especially for the examples) | ||
.ipynb_checkpoints |
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 |
---|---|---|
|
@@ -52,7 +52,7 @@ API Reference | |
Documentation for ulmo readers. | ||
|
||
.. toctree:: | ||
:maxdepth: 2 | ||
:maxdepth: 3 | ||
|
||
api | ||
|
||
|