Skip to content

Commit

Permalink
added ipython to requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
awicenec committed Oct 25, 2021
1 parent ee8184c commit 653cc8a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,8 @@ def __getattr__(cls, _):
'sphinx.ext.coverage',
'sphinx.ext.imgmath',
'sphinx_rtd_theme',
'IPython.sphinxext.ipython_console_highlighting',
'IPython.sphinxext.ipython_directive',
]
templates_path = ['_templates']
source_suffix = ['.rst', '.md']
Expand Down
2 changes: 1 addition & 1 deletion docs/graph_development.rst
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ The test ``daliuge-engine/test/manager/test_scalability`` contains an example of

Simple Hello World graph
^^^^^^^^^^^^^^^^^^^^^^^^
.. highlight:: python
.. highlight:: ipython
:linenothreshold: 5

Like every software framework project we need to describe a Hello World example. This one is straight from the |daliuge| test in ``daliuge-engine/test/apps/test_simple.py``::
Expand Down
1 change: 1 addition & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ livereload
sphinx_rtd_theme
sphinx-autobuild
myst-parser
ipython

0 comments on commit 653cc8a

Please sign in to comment.