We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bf729a commit 8b2f597Copy full SHA for 8b2f597
doc/source/index.rst
@@ -187,7 +187,7 @@ You may also display the code *below* the output with ``:code-below:``::
187
.. jupyter-execute::
188
:code-below:
189
190
- print('this output is above the code')
+ print('this code is below the output')
191
192
produces:
193
@@ -298,7 +298,7 @@ produces:
298
a['jello']
299
300
Additionally, any output sent to the ``stderr`` stream of a cell will result in jupyter-sphinx
301
-raising an exception. This behaviour can be suppressed (and the ``stderr`` stream printed as regular
+producing a warning. This behaviour can be suppressed (and the ``stderr`` stream printed as regular
302
output) by providing the ``stderr`` option::
303
304
0 commit comments