@@ -9,18 +9,18 @@ proposed at the end of :ref:`installation-guide`.
99
1010If you have any problems building or running Sage, please take a look
1111at 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
1313that you are installing. It may offer version-specific installation
1414help that has become available after the release was made and is
1515therefore not covered by this manual.
1616
1717Also 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
2121Also 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
2424to find error messages. If an SPKG fails to build, the whole build
2525process will stop soon after, so check the most recent log files
2626first, or run::
@@ -29,7 +29,7 @@ first, or run::
2929
3030from the top-level Sage directory to find log files with error
3131messages 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
3434include at least some of the error messages; probably someone there
3535will have some helpful suggestions.
0 commit comments