From dabdf8924269ea9127990a8aeaa15474db8afeee Mon Sep 17 00:00:00 2001 From: DavidAyotte Date: Wed, 9 Nov 2022 23:48:18 -0500 Subject: [PATCH 1/2] src/doc/en/developer/sage_manuals.rst: fix dead links --- src/doc/en/developer/sage_manuals.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/doc/en/developer/sage_manuals.rst b/src/doc/en/developer/sage_manuals.rst index a640cc2df24..bdbf10cfb3b 100644 --- a/src/doc/en/developer/sage_manuals.rst +++ b/src/doc/en/developer/sage_manuals.rst @@ -8,7 +8,7 @@ The Sage Manuals Sage's manuals are written in `ReST `_ (reStructuredText), and generated with the software `Sphinx -`_: +`_: .. LIST-TABLE:: :widths: 4 12 @@ -84,7 +84,7 @@ The documentation can contain links toward modules, classes, or methods, e.g.:: For links toward classes, methods, or function, replace **:mod:** by **:class:**, **:meth:** or **:func:** respectively. See `Sphinx' documentation -`_. +`_. **Short links:** the link ``:func:`~sage.mod1.mod2.mod3.func1``` is equivalent to ``:func:`func1 ```: the function's name will be @@ -195,7 +195,7 @@ Two **help** commands which give plenty of documentation for the ``sage sage --docbuild -H # a more comprehensive one **Output formats:** All output formats supported by Sphinx (e.g. pdf) can be -used in Sage. See ``_. +used in Sage. See ``_. **Broken links:** in order to build the documentation while reporting the broken links that it contains, use the ``--warn-links`` flag. Note that Sphinx will not From bdc07ac7c38417e221ad4ae894010ed302a9b26c Mon Sep 17 00:00:00 2001 From: DavidAyotte Date: Thu, 10 Nov 2022 00:38:11 -0500 Subject: [PATCH 2/2] src/doc/en/developer/sage_manuals.rst: change hyperlink --- src/doc/en/developer/sage_manuals.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/doc/en/developer/sage_manuals.rst b/src/doc/en/developer/sage_manuals.rst index bdbf10cfb3b..f4892b02742 100644 --- a/src/doc/en/developer/sage_manuals.rst +++ b/src/doc/en/developer/sage_manuals.rst @@ -84,7 +84,7 @@ The documentation can contain links toward modules, classes, or methods, e.g.:: For links toward classes, methods, or function, replace **:mod:** by **:class:**, **:meth:** or **:func:** respectively. See `Sphinx' documentation -`_. +`_. **Short links:** the link ``:func:`~sage.mod1.mod2.mod3.func1``` is equivalent to ``:func:`func1 ```: the function's name will be