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 85b164f commit 61923c8Copy full SHA for 61923c8
doc/source/index.rst
@@ -330,11 +330,9 @@ jupyter_execute_kwargs
330
331
jupyter_sphinx_linenos
332
333
- Boolean argument it use line numbering in code cell display by default. Equivalent
334
- to setting the `linenos` directive for all code cells.
+ Whether to show line numbering in all ``jupyter-execute`` sources.
335
336
jupyter_sphinx_continue_linenos
337
338
- Boolean argument to use line numbering in code cells and continue line numbering
339
- from the previous cell. When set, line number can be reset to start at one by using
340
- the directive `linenos`.
+ Whether to show continuous line numbering in all ``jupyter-execute`` sources.
+ Line numbering can be reset to one with a ``linenos`` directive.
0 commit comments