We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e9cf80 commit 531152cCopy full SHA for 531152c
jupyter_sphinx/execute.py
@@ -146,10 +146,10 @@ def run(self):
146
147
148
class JupyterCellNode(docutils.nodes.container):
149
- """Inserted into doctree whever a JupyterKernel directive is encountered.
+ """Inserted into doctree whever a JupyterCell directive is encountered.
150
151
- Used as a marker to signal that the following JupyterCellNodes (until the
152
- next, if any, JupyterKernelNode) should be executed in a separate kernel.
+ Contains code that will be executed in a Jupyter kernel at a later
+ doctree-transformation step.
153
"""
154
155
def __init__(self, source_lines, options):
0 commit comments