Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,6 @@ pyresample/gradient/_gradient_search.c

# don't include doctest files
docs/doctest/.doctrees/*

# don't include auto-generated API docs
docs/source/api/*.rst
1 change: 1 addition & 0 deletions continuous_integration/environment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,5 @@ dependencies:
- pytest-cov
- pytest-lazy-fixtures
- sphinx-reredirects
- sphinx-autodoc-typehints
- odc-geo
7 changes: 1 addition & 6 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,4 @@ by running:

make html

The generated HTML documentation pages are available in `build/html`. If
Pyresample's API has changed (new functions, modules, classes, etc) then the
API documentation should be regenerated before running the above make
command.

sphinx-apidoc -f -T -o source/api ../pyresample ../pyresample/test
The generated HTML documentation pages are available in `build/html`.
1 change: 1 addition & 0 deletions docs/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ dependencies:
- pykdtree
- sphinx_rtd_theme
- sphinx-reredirects
- sphinx-autodoc-typehints
Empty file added docs/source/api/.gitkeep
Empty file.
21 changes: 0 additions & 21 deletions docs/source/api/pyresample.bilinear.rst

This file was deleted.

10 changes: 0 additions & 10 deletions docs/source/api/pyresample.bucket.rst

This file was deleted.

29 changes: 0 additions & 29 deletions docs/source/api/pyresample.ewa.rst

This file was deleted.

29 changes: 0 additions & 29 deletions docs/source/api/pyresample.future.geometry.rst

This file was deleted.

37 changes: 0 additions & 37 deletions docs/source/api/pyresample.future.resamplers.rst

This file was deleted.

19 changes: 0 additions & 19 deletions docs/source/api/pyresample.future.rst

This file was deleted.

10 changes: 0 additions & 10 deletions docs/source/api/pyresample.gradient.rst

This file was deleted.

146 changes: 0 additions & 146 deletions docs/source/api/pyresample.rst

This file was deleted.

53 changes: 0 additions & 53 deletions docs/source/api/pyresample.utils.rst

This file was deleted.

Loading
Loading