Skip to content
This repository was archived by the owner on Feb 1, 2023. It is now read-only.

Commit d56b24e

Browse files
author
Matthias Koeppe
committed
Fix doc markup
1 parent 3f353fb commit d56b24e

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

src/doc/en/installation/source.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -123,9 +123,9 @@ Fortran and compiler suites
123123

124124
Sage installation also needs a Fortran compiler. It is determined
125125
automatically whether Sage's GCC package, or just its part containing
126-
Fortran compiler `gfortran` needs to be installed. This can be
127-
overwritten by running `./configure` with option
128-
`--without-system-gcc`.
126+
Fortran compiler ``gfortran`` needs to be installed. This can be
127+
overwritten by running ``./configure`` with option
128+
``--without-system-gcc``.
129129

130130
Officially we support
131131
gfortran from `GNU Compiler Collection (GCC) <https://gcc.gnu.org/>`_.
@@ -191,10 +191,10 @@ some registration on Apple's developer site; see
191191
:ref:`section_macprereqs`.
192192

193193
On Redhat-derived systems not all perl components are installed by
194-
default and you might have to install the **perl-ExtUtils-MakeMaker**
194+
default and you might have to install the ``perl-ExtUtils-MakeMaker``
195195
package.
196196

197-
On Cygwin, the **lapack** and **liblapack-devel** packages are required to
197+
On Cygwin, the ``lapack`` and ``liblapack-devel`` packages are required to
198198
provide ATLAS support as the Sage package for ATLAS is not built by default.
199199

200200
Installing prerequisites

src/doc/en/installation/troubles.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,18 @@ proposed at the end of :ref:`installation-guide`.
99

1010
If you have any problems building or running Sage, please take a look
1111
at the Installation FAQ in the `Sage Release Tour
12-
<https://wiki.sagemath.org/ReleaseTours>` corresponding to the version
12+
<https://wiki.sagemath.org/ReleaseTours>`_ corresponding to the version
1313
that you are installing. It may offer version-specific installation
1414
help that has become available after the release was made and is
1515
therefore not covered by this manual.
1616

1717
Also please do not hesitate to ask for help in the `SageMath forum
18-
<https://ask.sagemath.org/questions/>`_ or the `sage-support mailing
19-
list <https://groups.google.com/forum/#!forum/sage-support>`_.
18+
<https://ask.sagemath.org/questions/>`_ or the sage-support mailing
19+
list at https://groups.google.com/forum/#!forum/sage-support.
2020

2121
Also note the following. Each separate component of Sage is
22-
contained in an SPKG; these are stored in `build/pkgs/`. As each one
23-
is built, a build log is stored in `logs/pkgs/`, so you can browse these
22+
contained in an SPKG; these are stored in ``build/pkgs/``. As each one
23+
is built, a build log is stored in ``logs/pkgs/``, so you can browse these
2424
to find error messages. If an SPKG fails to build, the whole build
2525
process will stop soon after, so check the most recent log files
2626
first, or run::
@@ -29,7 +29,7 @@ first, or run::
2929

3030
from the top-level Sage directory to find log files with error
3131
messages in them. Send the file ``config.log`` as well as (a small
32-
part of) the relevant log file to the `sage-support mailing list
33-
<https://groups.google.com/group/sage-support>`_, making sure to
32+
part of) the relevant log file to the sage-support mailing list
33+
at https://groups.google.com/group/sage-support, making sure to
3434
include at least some of the error messages; probably someone there
3535
will have some helpful suggestions.

0 commit comments

Comments
 (0)