Skip to content

Commit

Permalink
Merge pull request #125 from ACCESS-NRI/fix_update_docs
Browse files Browse the repository at this point in the history
Fix and update documentation
  • Loading branch information
dougiesquire committed Oct 9, 2023
2 parents 810e88c + 45769df commit 61784fb
Show file tree
Hide file tree
Showing 4 changed files with 1,125 additions and 1,193 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
# autoapi directives
autoapi_dirs = ["../src/access_nri_intake"]
autoapi_add_toctree_entry = False
autoapi_ignore = ["*/*.ipynb_checkpoints"]
autoapi_ignore = ["*/.ipynb_checkpoints", "*/_version.py", "*/__init__.py"]
autoapi_python_class_content = "both"
autoapi_options = [
"members",
Expand Down
71 changes: 50 additions & 21 deletions docs/datastores/quickstart.ipynb

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/environment-doc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ channels:
- defaults
dependencies:
- python==3.11
- astroid<3.0 # see https://github.com/readthedocs/sphinx-autoapi/issues/407
- hdf5
- ipython
- numpy
Expand Down
Loading

0 comments on commit 61784fb

Please sign in to comment.