Skip to content

Commit

Permalink
Merge pull request #92 from pyscal/add_docs
Browse files Browse the repository at this point in the history
Add docs
  • Loading branch information
srmnitc authored Apr 19, 2024
2 parents c146a78 + d257bc7 commit d81f518
Show file tree
Hide file tree
Showing 14 changed files with 1,431 additions and 141 deletions.
7 changes: 7 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,10 @@ sphinx:
- https://cdnjs.cloudflare.com/ajax/libs/require.js/2.3.4/require.min.js
html_sidebars:
"**": []

extra_extensions:
- 'sphinx.ext.autodoc'
- 'sphinx.ext.napoleon'
- 'sphinx.ext.viewcode'
- 'sphinx.ext.autosummary'

1 change: 1 addition & 0 deletions _toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@ chapters:
- file: docs/extending.md
- file: docs/license.md
- file: docs/acknowledgements.md
- file: docs/api.rst

Loading

0 comments on commit d81f518

Please sign in to comment.