Skip to content

Commit

Permalink
Issue #17: Updated gitignore, modified sphinx to utilize apidoc more
Browse files Browse the repository at this point in the history
  • Loading branch information
johnowagon authored and Mark2000 committed Dec 28, 2023
1 parent 5007c94 commit 7390f30
Show file tree
Hide file tree
Showing 8 changed files with 6 additions and 191 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ wheels/
*.egg-info/
.installed.cfg
*.egg
# Dont track autogenerated docs
docs/source/documentation


# PyInstaller
# Usually these files are written by a python script from a template
Expand Down
3 changes: 2 additions & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"sphinx.ext.todo",
"sphinx.ext.autodoc",
"sphinx.ext.viewcode",
"sphinx.ext.napoleon",
]

templates_path = ["_templates"]
Expand All @@ -37,4 +38,4 @@
html_static_path = ["_static"]
html_css_files = ["custom.css"]

add_module_names = False
add_module_names = False

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

7 changes: 0 additions & 7 deletions docs/source/general_satellite_tasking/modules.rst

This file was deleted.

2 changes: 1 addition & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Check out the :doc:`usage` section for further information.
:maxdepth: 2
:caption: Contents:

general_satellite_tasking/modules
documentation/modules


Indices and tables
Expand Down

0 comments on commit 7390f30

Please sign in to comment.