Skip to content

Commit 3900ab7

Browse files
committed
trac 34629: more :kbd:
1 parent 78f9a47 commit 3900ab7

File tree

9 files changed

+12
-12
lines changed

9 files changed

+12
-12
lines changed

src/doc/en/faq/faq-usage.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -233,9 +233,9 @@ characters, hit the :kbd:`Tab` key, and see if the command you want appears
233233
in the list of tab autocompletion. If you have a command called
234234
``mycmd``, then type ``mycmd.`` and hit the :kbd:`Tab` key to get a list of
235235
functionalities that are supported by that command. To read the
236-
documentation of ``mycmd``, type ``mycmd?`` and press the enter key to
236+
documentation of ``mycmd``, type ``mycmd?`` and press the :kbd:`Enter` key to
237237
read the documentation for that command. Similarly, type ``mycmd??``
238-
and hit the enter key to get the source code of that command. You are
238+
and hit the :kbd:`Enter` key to get the source code of that command. You are
239239
also encouraged to search through the source code and documentation of
240240
the Sage library. To search through the source code of the Sage
241241
library, use the command ``search_src("<search-keyword>")`` where you

src/doc/en/prep/Intro-Tutorial.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ Here's an example.
366366

367367
- Still, it seems reasonable that the command might start with ``pl``.
368368

369-
- Then one can type ``pl`` in an input cell, and then press the :kdb:`Tab` key
369+
- Then one can type ``pl`` in an input cell, and then press the :kbd:`Tab` key
370370
to see all the commands that start with the letters ``pl``.
371371

372372
Try tabbing after the ``pl`` in the following cell to see all the

src/doc/en/thematic_tutorials/group_theory.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ to scroll down to see the whole list). As before,
365365

366366
Here is another couple of ways to experiment and explore. Find a
367367
function that looks interesting, say ``is_abelian()``. Type
368-
``H.is_abelian?`` (note the question mark) followed by the enter key.
368+
``H.is_abelian?`` (note the question mark) followed by the :kbd:`Enter` key.
369369
This will display a portion of the source code for the
370370
``is_abelian()`` function, describing the inputs and output, possibly
371371
illustrated with example uses.

src/doc/en/tutorial/interactive_shell.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -549,7 +549,7 @@ You can also use the following more concise notation:
549549
sage: V = QQ^3
550550

551551
Then it is easy to list all member functions for :math:`V` using tab
552-
completion. Just type ``V.``, then type the ``[tab key]`` key on your
552+
completion. Just type ``V.``, then type the :kbd:`Tab` key on your
553553
keyboard:
554554

555555
.. skip
@@ -567,7 +567,7 @@ keyboard:
567567
...
568568
V.zero_vector
569569

570-
If you type the first few letters of a function, then ``[tab key]``,
570+
If you type the first few letters of a function, then the :kbd:`Tab` key,
571571
you get only functions that begin as indicated.
572572

573573
.. skip

src/sage/graphs/digraph.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ class DiGraph(GenericGraph):
192192
pre-defined digraphs, see the :mod:`~sage.graphs.digraph_generators` module.
193193
194194
A :class:`DiGraph` object has many methods whose list can be obtained by
195-
typing ``g.<tab>`` (i.e. hit the 'tab' key) or by reading the documentation
195+
typing ``g.<tab>`` (i.e. hit the :kbd:`Tab` key) or by reading the documentation
196196
of :mod:`~sage.graphs.digraph`, :mod:`~sage.graphs.generic_graph`, and
197197
:mod:`~sage.graphs.graph`.
198198

src/sage/graphs/graph.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@ class Graph(GenericGraph):
440440
pre-defined graphs, see the :mod:`~sage.graphs.graph_generators` module.
441441
442442
A :class:`Graph` object has many methods whose list can be obtained by
443-
typing ``g.<tab>`` (i.e. hit the 'tab' key) or by reading the documentation
443+
typing ``g.<tab>`` (i.e. hit the :kbd:`Tab` key) or by reading the documentation
444444
of :mod:`~sage.graphs.graph`, :mod:`~sage.graphs.generic_graph`, and
445445
:mod:`~sage.graphs.digraph`.
446446

src/sage/graphs/graph_database.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -968,7 +968,7 @@ def query(self, query_dict=None, display_cols=None, **kwds):
968968
Create a GraphQuery on this database.
969969
970970
For full class details, type ``GraphQuery?``
971-
and press :kbd:`Shift` + :kdb:`Enter`.
971+
and press :kbd:`Shift` + :kbd:`Enter`.
972972
973973
EXAMPLES::
974974

src/sage/knots/knotinfo.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,12 +188,12 @@
188188
True
189189
190190
To see all the properties available in this interface you can use "tab-completion".
191-
For example type ``K.items.`` and than hit the "tab-key". You can select the item
191+
For example type ``K.items.`` and than hit the :kbd:`Tab` key. You can select the item
192192
you want from the list. If you know some first letters type them first to obtain a
193193
reduced selection list.
194194
195195
In a similar way you may select the knots and links. Here you have to type ``KnotInfo.``
196-
or ``KnotInfo.L7`` before stroking the "tab-key". In the latter case the selection list
196+
or ``KnotInfo.L7`` before stroking the :kbd:`Tab` key. In the latter case the selection list
197197
will be reduced to proper links with 7 crossings.
198198
199199
Finally there is a method :meth:`Link.get_knotinfo` of class :class:`Link` to find an instance

src/sage/topology/simplicial_set.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
sage: simplicial_sets.ClassifyingSpace(Sigma4)
6363
Classifying space of Symmetric group of order 4! as a permutation group
6464
65-
Type ``simplicial_sets.`` and hit the ``TAB`` key to get a full list
65+
Type ``simplicial_sets.`` and hit the :kbd:`Tab` key to get a full list
6666
of the predefined simplicial sets.
6767
6868
You can construct new simplicial sets from old by taking quotients,

0 commit comments

Comments
 (0)