docs/glossary.rst: add hyperlinks

This commit is contained in:
Dietmar Maurer 2019-02-28 19:23:48 +01:00
parent d823802ea1
commit 1757747836

View File

@ -3,9 +3,20 @@ Glossary
.. glossary::
Sphinx
Sphinx is a tool that makes it easy to create intelligent and beautiful documentation. It was originally created for the Python documentation, and it has excellent facilities for the documentation of software projects in a range of languages.
`Sphinx`_
reStructuredText
An easy-to-read, what-you-see-is-what-you-get plaintext markup syntax and
parser system.
Is a tool that makes it easy to create intelligent and
beautiful documentation. It was originally created for the
Python documentation, and it has excellent facilities for the
documentation of software projects in a range of languages.
`reStructuredText`_
Is an easy-to-read, what-you-see-is-what-you-get plaintext
markup syntax and parser system.
.. _Sphinx: https://www.sphinx-doc.org
.. _reStructuredText: https://www.sphinx-doc.org/en/master/usage/restructuredtext/index.html