Skip to content

Commit

Permalink
user-guide: add interventions section
Browse files Browse the repository at this point in the history
* Closes #626
* Attempt to document the most common operator interventions.
* Add the sphinx-design library to the docs environment for tabbed
  selectors.
  • Loading branch information
oliver-sanders committed Apr 26, 2024
1 parent 3269897 commit f496efe
Show file tree
Hide file tree
Showing 15 changed files with 436 additions and 0 deletions.
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ install_requires =
hieroglyph>=2.1.0
setuptools>=50
sphinx>=7.1
sphinx-design>=0.5.0
sphinx_rtd_theme>=1.0.0
sphinxcontrib-svg2pdfconverter
sphinxcontrib-spelling
Expand Down
1 change: 1 addition & 0 deletions src/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
# sphinx user community extensions
'hieroglyph',
'sphinx_rtd_theme',
'sphinx_design',
# custom project extensions (located in ext/)
'autodoc_traits', # autodoc uiserver traitlets
'database_diagram',
Expand Down
1 change: 1 addition & 0 deletions src/user-guide/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ User Guide

introduction
examples/index
interventions/index
writing-workflows/index
installing-workflows
running-workflows/index
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit f496efe

Please sign in to comment.