summaryrefslogtreecommitdiffstats
path: root/doc/faq.rst
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--doc/faq.rst10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/faq.rst b/doc/faq.rst
index 8538cdc..7645326 100644
--- a/doc/faq.rst
+++ b/doc/faq.rst
@@ -30,10 +30,10 @@ How do I...
``sidebartoc`` block.
... write my own extension?
- See the :doc:`/development/tutorials/index`.
+ See the :ref:`extension-tutorials-index`.
... convert from my existing docs using MoinMoin markup?
- The easiest way is to convert to xhtml, then convert `xhtml to reST`_.
+ The easiest way is to convert to xhtml, then convert `xhtml to reStructuredText`_.
You'll still need to mark up classes and such, but the headings and code
examples come through cleanly.
@@ -58,8 +58,8 @@ Epydoc
Epydoc's API docs for a given identifier.
Doxygen
- Michael Jones is developing a reST/Sphinx bridge to doxygen called `breathe
- <https://github.com/michaeljones/breathe/tree/master>`_.
+ Michael Jones has developed a reStructuredText/Sphinx bridge to doxygen
+ called `breathe <https://github.com/breathe-doc/breathe/tree/master>`_.
SCons
Glenn Hutchings has written a SCons build script to build Sphinx
@@ -147,7 +147,7 @@ Google Search
.. _Getting Started: https://docs.readthedocs.io/en/stable/intro/getting-started-with-sphinx.html
.. _api role: https://git.savannah.gnu.org/cgit/kenozooid.git/tree/doc/extapi.py
-.. _xhtml to reST: https://docutils.sourceforge.io/sandbox/xhtml2rest/xhtml2rest.py
+.. _xhtml to reStructuredText: https://docutils.sourceforge.io/sandbox/xhtml2rest/xhtml2rest.py
Sphinx vs. Docutils