diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index be827f6c..a04ce7b2 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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'] diff --git a/docs/code_ref/index.rst b/docs/code_ref/index.rst index 7c57362b..51cbaa17 100644 --- a/docs/code_ref/index.rst +++ b/docs/code_ref/index.rst @@ -7,6 +7,7 @@ API Reference .. toctree:: :maxdepth: 2 + sunkit_instruments fermi goes_xrs iris diff --git a/docs/code_ref/sunkit_instruments.rst b/docs/code_ref/sunkit_instruments.rst new file mode 100644 index 00000000..f1ef25dc --- /dev/null +++ b/docs/code_ref/sunkit_instruments.rst @@ -0,0 +1 @@ +.. automodapi:: sunkit_instruments