Skip to content

Commit

Permalink
Merge pull request #34 from sunpy/backport-33-to-0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nabobalis committed Oct 17, 2020
2 parents 7e9d952 + d1403e5 commit ee93479
Show file tree
Hide file tree
Showing 9 changed files with 23 additions and 10 deletions.
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

0 comments on commit ee93479

Please sign in to comment.