Skip to content

Commit accfc03

Browse files
committed
Remove pipelines-related documentation
This documentation will move to sphinxutils in https://github.com/lsst-dm/sphinxutils
1 parent ad38297 commit accfc03

19 files changed

+12
-1001
lines changed

docs/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22

33
# You can set these variables from the command line.
44
# SPHINXOPTS = -n -W
5-
SPHINXOPTS = -n
5+
# SPHINXOPTS = -n
6+
SPHINXOPTS =
67
SPHINXBUILD = sphinx-build
78
BUILDDIR = _build
89

docs/_rst_epilog.rst

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
.. _TOML: https://toml.io/en/
2828
.. _`SQR-006`: https://sqr-006.lsst.io
2929
.. _`lsstDoxygen`: https://github.com/lsst/lsstDoxygen
30-
.. _`package-docs`: https://documenteer.lsst.io/pipelines/package-docs-cli.html
3130
.. _`pex_config`: https://github.com/lsst/pex_config
3231
.. _`pipe_base`: https://github.com/lsst/pipe_base
3332
.. _`pipe_supertask`: https://github.com/lsst/pipe_supertask
@@ -70,10 +69,6 @@
7069
7170
.. |documenteer.toml| replace:: :doc:`documenteer.toml </guides/toml-reference>`
7271
.. |documenteer.conf.guide| replace:: :doc:`documenteer.conf.guide </guides/configuration-preset>`
73-
.. |package-docs| replace:: :doc:`package-docs </guides/pipelines/package-docs-cli>`
74-
.. |stack-docs| replace:: :doc:`stack-docs </guides/pipelines/stack-docs-cli>`
75-
.. |stack-docs-build| replace:: :doc:`stack-docs build </guides/pipelines/stack-docs-cli>`
76-
.. |stack-docs-clean| replace:: :doc:`stack-docs clean </guides/pipelines/stack-docs-cli>`
7772

7873
.. links to sphinx directives
7974

docs/dev/api/documenteer.ext.rst

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22
documenteer.ext
33
###############
44

5-
.. automodapi:: documenteer.ext.autocppapi
6-
7-
.. automodapi:: documenteer.ext.autodocreset
8-
95
.. automodapi:: documenteer.ext.openapi
106

117
.. automodapi:: documenteer.ext.bibtex
@@ -20,6 +16,3 @@ documenteer.ext
2016

2117
.. automodapi:: documenteer.ext.mockcoderefs
2218
:no-inheritance-diagram:
23-
24-
.. automodapi:: documenteer.ext.packagetoctree
25-
:no-inheritance-diagram:

docs/documenteer.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@ ignore = [
4646
]
4747

4848
[sphinx.redirects]
49-
"pipelines/build-overview.rst" = "guides/pipelines/build-overview.rst"
50-
"pipelines/configuration.rst" = "guides/pipelines/configuration.rst"
51-
"pipelines/cpp-api-linking.rst" = "guides/pipelines/cpp-api-linking.rst"
52-
"pipelines/index.rst" = "guides/pipelines/index.rst"
53-
"pipelines/install.rst" = "guides/pipelines/install.rst"
54-
"pipelines/package-docs-cli.rst" = "guides/pipelines/package-docs-cli.rst"
55-
"pipelines/stack-docs-cli.rst" = "guides/pipelines/stack-docs-cli.rst"
49+
"pipelines/build-overview.rst" = "guides/index.rst"
50+
"pipelines/configuration.rst" = "guides/index.rst"
51+
"pipelines/cpp-api-linking.rst" = "guides/index.rst"
52+
"pipelines/index.rst" = "guides/index.rst"
53+
"pipelines/install.rst" = "guides/index.rst"
54+
"pipelines/package-docs-cli.rst" = "guides/index.rst"
55+
"pipelines/stack-docs-cli.rst" = "guides/index.rst"

docs/guides/index.rst

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,6 @@ Documenteer provides a configuration profile for creating branded user guides wi
4747
markdown-primer
4848
including-notebooks
4949

50-
.. toctree::
51-
:maxdepth: 2
52-
:caption: Science Pipelines
53-
:name: toc-guides-pipelines
54-
:titlesonly:
55-
56-
pipelines/index
57-
5850
.. toctree::
5951
:maxdepth: 2
6052
:caption: Reference

docs/guides/pipelines/build-overview.rst

Lines changed: 0 additions & 112 deletions
This file was deleted.

docs/guides/pipelines/configuration.rst

Lines changed: 0 additions & 84 deletions
This file was deleted.

docs/guides/pipelines/cpp-api-linking.rst

Lines changed: 0 additions & 116 deletions
This file was deleted.

0 commit comments

Comments
 (0)