File tree Expand file tree Collapse file tree 5 files changed +9
-10
lines changed Expand file tree Collapse file tree 5 files changed +9
-10
lines changed Original file line number Diff line number Diff line change @@ -450,7 +450,7 @@ The examples illustrate that the syntax requires ``f.integrate(x)`` and
450
450
not just ``f.integrate() ``. (After all, the latter could be ambiguous
451
451
if several variables had already been defined).
452
452
453
- To stop viewing the documentation after pressing tab , you can press the
453
+ To stop viewing the documentation after pressing :kbd: ` Tab ` , you can press the
454
454
:kbd: `Escape ` key, just like with the completion of options.
455
455
456
456
If you would like the documentation to be visible longer\- term, you can
Original file line number Diff line number Diff line change 12
12
sage: p = digraphs.Circulant(10,[2,3])
13
13
14
14
More interestingly, one can get the list of all digraphs that Sage knows how to
15
- build by typing ``digraphs.`` in Sage and then hitting tab .
15
+ build by typing ``digraphs.`` in Sage and then hitting :kbd:`Tab` .
16
16
17
17
.. csv-table::
18
18
:class: contentstable
Original file line number Diff line number Diff line change 13
13
sage: h = graphs.HouseGraph()
14
14
15
15
More interestingly, one can get the list of all graphs that Sage knows how to
16
- build by typing ``graphs.`` in Sage and then hitting tab .
16
+ build by typing ``graphs.`` in Sage and then hitting :kbd:`Tab` .
17
17
"""
18
18
19
19
import subprocess
Original file line number Diff line number Diff line change 38
38
Issues
39
39
------
40
40
41
- For some reason hitting Control-C to interrupt a calculation
42
- doesn't work correctly. (TODO)
41
+ For some reason hitting :kbd:` Control` + :kbd:`C` to interrupt a calculation
42
+ does not work correctly. (TODO)
43
43
44
44
Tutorial
45
45
--------
46
46
47
- The examples in this tutorial require that kash
48
- be installed.
47
+ The examples in this tutorial require that kash be installed.
49
48
50
49
Basics
51
50
~~~~~~
Original file line number Diff line number Diff line change @@ -1200,8 +1200,8 @@ cdef class SingularFunction(SageObject):
1200
1200
1201
1201
- ``args`` -- a list of arguments
1202
1202
- ``ring`` -- a multivariate polynomial ring
1203
- - ``interruptible`` -- if ``True`` pressing Ctrl-C during the
1204
- execution of this function will interrupt the computation
1203
+ - ``interruptible`` -- if ``True`` pressing :kbd:` Ctrl` + :kbd:`C`
1204
+ during the execution of this function will interrupt the computation
1205
1205
(default: ``True``)
1206
1206
1207
1207
- ``attributes`` -- a dictionary of optional Singular
@@ -1332,7 +1332,7 @@ INPUT:
1332
1332
1333
1333
- ``args`` -- a list of arguments
1334
1334
- ``ring`` -- a multivariate polynomial ring
1335
- - ``interruptible`` -- if ``True`` pressing Ctrl-C during the
1335
+ - ``interruptible`` -- if ``True`` pressing :kbd:` Ctrl` + :kbd:`C` during the
1336
1336
execution of this function will interrupt the computation
1337
1337
(default: ``True``)
1338
1338
- ``attributes`` -- a dictionary of optional Singular attributes
You can’t perform that action at this time.
0 commit comments