Skip to content

Commit ee93479

Browse files
authored
Merge pull request #34 from sunpy/backport-33-to-0.1
2 parents 7e9d952 + d1403e5 commit ee93479

File tree

9 files changed

+23
-10
lines changed

9 files changed

+23
-10
lines changed

azure-pipelines.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,6 @@ jobs:
6161

6262
- linux: py38-devdeps
6363

64-
- linux: build_docs
65-
posargs: " "
66-
pytest: false
67-
6864
# On branches which aren't master, and not Pull Requests, build the wheels but only upload them on tags
6965
- ${{ if and(ne(variables['Build.Reason'], 'PullRequest'), not(contains(variables['Build.SourceBranch'], 'master'))) }}:
7066
- template: publish.yml@OpenAstronomy

docs/code_ref/fermi.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.. automodapi:: sunkit_instruments.fermi

docs/code_ref/goes_xrs.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.. automodapi:: sunkit_instruments.fermi

docs/code_ref/index.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
.. _reference:
2+
3+
==============
4+
Code Reference
5+
==============
6+
7+
.. toctree::
8+
:maxdepth: 2
9+
10+
sunkit_instruments
11+
fermi
12+
goes_xrs
13+
iris
14+
lyra
15+
rhessi

docs/code_ref/iris.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.. automodapi:: sunkit_instruments.iris

docs/code_ref/lyra.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.. automodapi:: sunkit_instruments.lyra

docs/code_ref/rhessi.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.. automodapi:: sunkit_instruments.rhessi
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.. automodapi:: sunkit_instruments

docs/index.rst

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
================================
12
sunkit-instruments Documentation
23
================================
34

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

10+
code_ref/index
911
whatsnew/index
10-
11-
12-
Reference/API
13-
-------------
14-
15-
.. automodapi:: sunkit_instruments

0 commit comments

Comments
 (0)