Skip to content

Commit

Permalink
docs update
Browse files Browse the repository at this point in the history
  • Loading branch information
dsavransky committed Sep 26, 2022
1 parent bc09a52 commit dbb5d52
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/builddocs.sh
@@ -0,0 +1,3 @@
# /bin/sh

sphinx-apidoc -f -o . ../keplertools ../keplertools/KeplerSTM_C* ../keplertools/eccanom_C*
2 changes: 2 additions & 0 deletions docs/conf.py
Expand Up @@ -71,3 +71,5 @@

intersphinx_mapping = {'python': ('https://docs.python.org/3', None),
'numpy': ('https://numpy.org/doc/stable/', None)}

exclude_patterns = ["**KeplerSTM_C/*", "**eccanom_C/*"]

0 comments on commit dbb5d52

Please sign in to comment.