From 86f22e9a07771191e96ae5bf8712ad6e51648ccc Mon Sep 17 00:00:00 2001 From: Nabil Freij Date: Sat, 17 Oct 2020 09:49:06 +0000 Subject: [PATCH 1/2] tidy up CI --- azure-pipelines.yml | 4 ---- docs/code_ref/fermi.rst | 5 +++++ docs/code_ref/goes_xrs.rst | 5 +++++ docs/code_ref/index.rst | 15 +++++++++++++++ docs/code_ref/iris.rst | 5 +++++ docs/code_ref/lyra.rst | 6 ++++++ docs/code_ref/rhessi.rst | 5 +++++ docs/code_ref/sunkit_instruments.rst | 5 +++++ docs/index.rst | 8 ++------ 9 files changed, 48 insertions(+), 10 deletions(-) create mode 100644 docs/code_ref/fermi.rst create mode 100644 docs/code_ref/goes_xrs.rst create mode 100644 docs/code_ref/index.rst create mode 100644 docs/code_ref/iris.rst create mode 100644 docs/code_ref/lyra.rst create mode 100644 docs/code_ref/rhessi.rst create mode 100644 docs/code_ref/sunkit_instruments.rst 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..59894c37 --- /dev/null +++ b/docs/code_ref/fermi.rst @@ -0,0 +1,5 @@ +===== +Fermi +===== + +.. 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..59894c37 --- /dev/null +++ b/docs/code_ref/goes_xrs.rst @@ -0,0 +1,5 @@ +===== +Fermi +===== + +.. 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..43068bd3 --- /dev/null +++ b/docs/code_ref/iris.rst @@ -0,0 +1,5 @@ +==== +IRIS +==== + +.. automodapi:: sunkit_instruments.iris diff --git a/docs/code_ref/lyra.rst b/docs/code_ref/lyra.rst new file mode 100644 index 00000000..b96b1189 --- /dev/null +++ b/docs/code_ref/lyra.rst @@ -0,0 +1,6 @@ + +==== +LYRA +==== + +.. automodapi:: sunkit_instruments.lyra diff --git a/docs/code_ref/rhessi.rst b/docs/code_ref/rhessi.rst new file mode 100644 index 00000000..719b254c --- /dev/null +++ b/docs/code_ref/rhessi.rst @@ -0,0 +1,5 @@ +====== +RHESSI +====== + +.. 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..be58a1ab --- /dev/null +++ b/docs/code_ref/sunkit_instruments.rst @@ -0,0 +1,5 @@ +================== +sunkit_instruments +================== + +.. 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 From d1403e5fdb49c0811a19e9c20f07595832e19d48 Mon Sep 17 00:00:00 2001 From: Nabil Freij Date: Sat, 17 Oct 2020 10:36:56 +0000 Subject: [PATCH 2/2] remove title --- docs/code_ref/fermi.rst | 4 ---- docs/code_ref/goes_xrs.rst | 4 ---- docs/code_ref/iris.rst | 4 ---- docs/code_ref/lyra.rst | 5 ----- docs/code_ref/rhessi.rst | 4 ---- docs/code_ref/sunkit_instruments.rst | 4 ---- 6 files changed, 25 deletions(-) diff --git a/docs/code_ref/fermi.rst b/docs/code_ref/fermi.rst index 59894c37..f9e0a728 100644 --- a/docs/code_ref/fermi.rst +++ b/docs/code_ref/fermi.rst @@ -1,5 +1 @@ -===== -Fermi -===== - .. automodapi:: sunkit_instruments.fermi diff --git a/docs/code_ref/goes_xrs.rst b/docs/code_ref/goes_xrs.rst index 59894c37..f9e0a728 100644 --- a/docs/code_ref/goes_xrs.rst +++ b/docs/code_ref/goes_xrs.rst @@ -1,5 +1 @@ -===== -Fermi -===== - .. automodapi:: sunkit_instruments.fermi diff --git a/docs/code_ref/iris.rst b/docs/code_ref/iris.rst index 43068bd3..db0735a6 100644 --- a/docs/code_ref/iris.rst +++ b/docs/code_ref/iris.rst @@ -1,5 +1 @@ -==== -IRIS -==== - .. automodapi:: sunkit_instruments.iris diff --git a/docs/code_ref/lyra.rst b/docs/code_ref/lyra.rst index b96b1189..7152317f 100644 --- a/docs/code_ref/lyra.rst +++ b/docs/code_ref/lyra.rst @@ -1,6 +1 @@ - -==== -LYRA -==== - .. automodapi:: sunkit_instruments.lyra diff --git a/docs/code_ref/rhessi.rst b/docs/code_ref/rhessi.rst index 719b254c..3ba1db6c 100644 --- a/docs/code_ref/rhessi.rst +++ b/docs/code_ref/rhessi.rst @@ -1,5 +1 @@ -====== -RHESSI -====== - .. automodapi:: sunkit_instruments.rhessi diff --git a/docs/code_ref/sunkit_instruments.rst b/docs/code_ref/sunkit_instruments.rst index be58a1ab..f1ef25dc 100644 --- a/docs/code_ref/sunkit_instruments.rst +++ b/docs/code_ref/sunkit_instruments.rst @@ -1,5 +1 @@ -================== -sunkit_instruments -================== - .. automodapi:: sunkit_instruments