8000
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 9733c96 commit bfa4237Copy full SHA for bfa4237
Doc/tutorial/introduction.rst
@@ -11,6 +11,13 @@ with a prompt are output from the interpreter. Note that a secondary prompt on a
11
line by itself in an example means you must type a blank line; this is used to
12
end a multi-line command.
13
14
+.. only:: html
15
+
16
+ You can toggle the display of prompts and output by clicking on ``>>>``
17
+ in the upper-right corner of an example box. If you hide the prompts
18
+ and output for an example, then you can easily copy and paste the input
19
+ lines into your interpreter.
20
21
.. index:: single: # (hash); comment
22
23
Many of the examples in this manual, even those entered at the interactive
0 commit comments