Skip to content

Commit 4966698

Browse files
authored
Merge pull request #723 from oliver-sanders/interventions
user-guide: add interventions section
2 parents 3133230 + d39c599 commit 4966698

16 files changed

+445
-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
@@ -42,6 +42,7 @@
4242
# sphinx user community extensions
4343
'hieroglyph',
4444
'sphinx_rtd_theme',
45+
'sphinx_design',
4546
# custom project extensions (located in ext/)
4647
'autodoc_traits', # autodoc uiserver traitlets
4748
'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)