Skip to content

Commit 69ac8d4

Browse files
committed
replaced ~~s with ^^^s
rst determines the subheading levels dynamically, if it sees Foo --- Bar ^^^ and then Baz --- Oops ~~~~ it can't figure out whether Oops heading should be bigger or smaller than Bar heading. Thus the warning, fixed here.
1 parent 84f02af commit 69ac8d4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/doc/en/installation/source.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,7 @@ Additional software
453453
-------------------
454454

455455
Recommended programs
456-
~~~~~~~~~~~~~~~~~~~~
456+
^^^^^^^^^^^^^^^^^^^^
457457

458458
The following programs are recommended.
459459
They are not strictly required at build time or at run time,
@@ -506,7 +506,7 @@ On Debian/Ubuntu, the following system packages are recommended.
506506
- ``libavdevice-dev`` (to produce animations)
507507

508508
Tcl/Tk
509-
~~~~~~
509+
^^^^^^
510510

511511
If you want to use `Tcl/Tk <https://www.tcl.tk/>`_ libraries in Sage,
512512
you need to install the Tcl/Tk and its development headers before building
@@ -546,7 +546,7 @@ Step-by-step installation procedure
546546
-----------------------------------
547547

548548
General procedure
549-
~~~~~~~~~~~~~~~~~
549+
^^^^^^^^^^^^^^^^^
550550

551551
#. Follow the procedure in the file `README.md <https://github.com/sagemath/sage/#readme>`_
552552
in ``SAGE_ROOT``.

0 commit comments

Comments
 (0)