Skip to content

Commit

Permalink
add back central doc api (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
nabobalis committed Oct 14, 2022
1 parent a616ba2 commit 0178005
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ci:
autofix_prs: false
repos:
- repo: https://github.com/PyCQA/autoflake
rev: v1.7.2
rev: v1.7.5
hooks:
- id: autoflake
args: ['--in-place', '--remove-all-unused-imports', '--remove-unused-variable']
Expand Down
1 change: 1 addition & 0 deletions docs/code_ref/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ API Reference
.. toctree::
:maxdepth: 2

sunkit_instruments
fermi
goes_xrs
iris
Expand Down
1 change: 1 addition & 0 deletions docs/code_ref/sunkit_instruments.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.. automodapi:: sunkit_instruments

0 comments on commit 0178005

Please sign in to comment.