diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 43f594be..e79d0421 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -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 diff --git a/docs/code_ref/fermi.rst b/docs/code_ref/fermi.rst new file mode 100644 index 00000000..f9e0a728 --- /dev/null +++ b/docs/code_ref/fermi.rst @@ -0,0 +1 @@ +.. automodapi:: sunkit_instruments.fermi diff --git a/docs/code_ref/goes_xrs.rst b/docs/code_ref/goes_xrs.rst new file mode 100644 index 00000000..f9e0a728 --- /dev/null +++ b/docs/code_ref/goes_xrs.rst @@ -0,0 +1 @@ +.. automodapi:: sunkit_instruments.fermi diff --git a/docs/code_ref/index.rst b/docs/code_ref/index.rst new file mode 100644 index 00000000..3ee96975 --- /dev/null +++ b/docs/code_ref/index.rst @@ -0,0 +1,15 @@ +.. _reference: + +============== +Code Reference +============== + +.. toctree:: + :maxdepth: 2 + + sunkit_instruments + fermi + goes_xrs + iris + lyra + rhessi diff --git a/docs/code_ref/iris.rst b/docs/code_ref/iris.rst new file mode 100644 index 00000000..db0735a6 --- /dev/null +++ b/docs/code_ref/iris.rst @@ -0,0 +1 @@ +.. automodapi:: sunkit_instruments.iris diff --git a/docs/code_ref/lyra.rst b/docs/code_ref/lyra.rst new file mode 100644 index 00000000..7152317f --- /dev/null +++ b/docs/code_ref/lyra.rst @@ -0,0 +1 @@ +.. automodapi:: sunkit_instruments.lyra diff --git a/docs/code_ref/rhessi.rst b/docs/code_ref/rhessi.rst new file mode 100644 index 00000000..3ba1db6c --- /dev/null +++ b/docs/code_ref/rhessi.rst @@ -0,0 +1 @@ +.. automodapi:: sunkit_instruments.rhessi 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 diff --git a/docs/index.rst b/docs/index.rst index fce08174..931f71fe 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -1,3 +1,4 @@ +================================ sunkit-instruments Documentation ================================ @@ -6,10 +7,5 @@ This is the documentation for sunkit-instruments. .. toctree:: :maxdepth: 2 + code_ref/index whatsnew/index - - -Reference/API -------------- - -.. automodapi:: sunkit_instruments