Skip to content

Commit fbf3083

Browse files
committed
a few more
1 parent 75fa0fd commit fbf3083

File tree

4 files changed

+13
-10
lines changed

4 files changed

+13
-10
lines changed

src/doc/en/prep/Advanced-2DPlotting.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,10 @@ following sections:
3939

4040
- :ref:`Saving`
4141

42-
This tutorial assumes that one is familiar with the basics of Sage, such
43-
as evaluating a cell by clicking the "evaluate" link, or by pressing
44-
Shift\-Enter (hold down Shift while pressing the Enter key).
42+
This tutorial assumes that one is familiar with the basics of Sage,
43+
such as evaluating a cell by clicking the "evaluate" link, or by
44+
pressing :kbd:`Shift` + :kbd:`Enter` (hold down :kbd:`Shift` while
45+
pressing the :kbd:`Enter` key).
4546

4647
.. fixme - if log plots are in by the time this makes it in, put them in!!!
4748

src/doc/en/prep/Calculus.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ the United States; the final section is a checkpoint of sorts.
2929
The tutorial assumes that one is familiar with the basics of Sage, such
3030
as outlined in the previous tutorials.
3131

32-
For a refresher, make sure the syntax below for defining a function and
33-
getting a value makes sense; then evaluate the cell by clicking the
34-
"evaluate" link, or by pressing Shift\-Enter (hold down Shift while
35-
pressing the Enter key).
32+
For a refresher, make sure the syntax below for defining a function
33+
and getting a value makes sense; then evaluate the cell by clicking
34+
the "evaluate" link, or by pressing :kbd:`Shift` + :kbd:`Enter` (hold
35+
down :kbd:`Shift` while pressing the :kbd:`Enter` key).
3636

3737
::
3838

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,9 @@ To do math in a Jupyter cell, one must do two things.
7575
.. image:: media/RunCellIcon.png
7676
:align: center
7777

78-
Or one can use the keyboard shortcut of holding down the Shift key
79-
while you press the Enter key. We call this "Shift\-Enter".
78+
Or one can use the keyboard shortcut of holding down the :kbd:`Shift` key
79+
while you press the :kbd:`Enter` key.
80+
We call this :kbd:`Shift` + :kbd:`Enter`.
8081

8182
Sage prints out its response just below the cell (that's the ``4``
8283
below, so Sage confirms that :math:`2+2=4`). Note also that Sage has

src/doc/en/prep/Symbolics-and-Basic-Plotting.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ and evaluation in Sage. We provide a (very) brief refresher.
2929
value makes sense.
3030

3131
#. Then evaluate the cell by clicking the "evaluate" link, or by
32-
pressing Shift\-Enter (hold down Shift while pressing the Enter key).
32+
pressing :kbd:`Shift` + :kbd:`Enter` (hold down :kbd:`Shift`
33+
while pressing the :kbd:`Enter` key).
3334

3435
::
3536

0 commit comments

Comments
 (0)