Skip to content

Commit f496efe

Browse files
user-guide: add interventions section
* Closes #626 * Attempt to document the most common operator interventions. * Add the sphinx-design library to the docs environment for tabbed selectors.
1 parent 3269897 commit f496efe

15 files changed

+436
-0
lines changed

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ install_requires =
5252
hieroglyph>=2.1.0
5353
setuptools>=50
5454
sphinx>=7.1
55+
sphinx-design>=0.5.0
5556
sphinx_rtd_theme>=1.0.0
5657
sphinxcontrib-svg2pdfconverter
5758
sphinxcontrib-spelling

src/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
# sphinx user community extensions
4444
'hieroglyph',
4545
'sphinx_rtd_theme',
46+
'sphinx_design',
4647
# custom project extensions (located in ext/)
4748
'autodoc_traits', # autodoc uiserver traitlets
4849
'database_diagram',

src/user-guide/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ User Guide
99

1010
introduction
1111
examples/index
12+
interventions/index
1213
writing-workflows/index
1314
installing-workflows
1415
running-workflows/index
3.02 MB
Loading
1.58 MB
Loading

0 commit comments

Comments
 (0)