Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,6 @@ jobs:

- linux: py38-devdeps

- linux: build_docs
posargs: " "
pytest: false

# On branches which aren't master, and not Pull Requests, build the wheels but only upload them on tags
- ${{ if and(ne(variables['Build.Reason'], 'PullRequest'), not(contains(variables['Build.SourceBranch'], 'master'))) }}:
- template: publish.yml@OpenAstronomy
Expand Down
1 change: 1 addition & 0 deletions docs/code_ref/fermi.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.. automodapi:: sunkit_instruments.fermi
1 change: 1 addition & 0 deletions docs/code_ref/goes_xrs.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.. automodapi:: sunkit_instruments.fermi
15 changes: 15 additions & 0 deletions docs/code_ref/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
.. _reference:

==============
Code Reference
==============

.. toctree::
:maxdepth: 2

sunkit_instruments
fermi
goes_xrs
iris
lyra
rhessi
1 change: 1 addition & 0 deletions docs/code_ref/iris.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.. automodapi:: sunkit_instruments.iris
1 change: 1 addition & 0 deletions docs/code_ref/lyra.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.. automodapi:: sunkit_instruments.lyra
1 change: 1 addition & 0 deletions docs/code_ref/rhessi.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.. automodapi:: sunkit_instruments.rhessi
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
8 changes: 2 additions & 6 deletions docs/index.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
================================
sunkit-instruments Documentation
================================

Expand All @@ -6,10 +7,5 @@ This is the documentation for sunkit-instruments.
.. toctree::
:maxdepth: 2

code_ref/index
whatsnew/index


Reference/API
-------------

.. automodapi:: sunkit_instruments