Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add documentation #19

Merged
merged 15 commits into from
Feb 17, 2021
2 changes: 1 addition & 1 deletion docs/source/api.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# API reference
# API Reference

This is a reference API class listing, and modules.

Expand Down
8 changes: 1 addition & 7 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,13 +74,7 @@


# Enable notebook execution
# https://nbsphinx.readthedocs.io/en/0.4.2/never-execute.html
# nbsphinx_execute = 'auto'
# Allow errors in all notebooks by
nbsphinx_allow_errors = True

# Disable cell timeout
nbsphinx_timeout = -1
jupyter_execute_notebooks = 'auto'


# The suffix of source filenames.
Expand Down
1 change: 1 addition & 0 deletions docs/source/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ If you encounter any errors or problems with **intake-thredds**, please open an
maxdepth: 2
---
installation.md
tutorial.ipynb
api.md
contributing.md
changelog.md
Expand Down
Loading