Skip to content

Commit 61923c8

Browse files
committed
fixed typos and reworded docs
1 parent 85b164f commit 61923c8

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

doc/source/index.rst

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -330,11 +330,9 @@ jupyter_execute_kwargs
330330

331331
jupyter_sphinx_linenos
332332

333-
Boolean argument it use line numbering in code cell display by default. Equivalent
334-
to setting the `linenos` directive for all code cells.
333+
Whether to show line numbering in all ``jupyter-execute`` sources.
335334

336335
jupyter_sphinx_continue_linenos
337336

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`.
337+
Whether to show continuous line numbering in all ``jupyter-execute`` sources.
338+
Line numbering can be reset to one with a ``linenos`` directive.

0 commit comments

Comments
 (0)