docs/glossary.rst: add hyperlinks
This commit is contained in:
parent
d823802ea1
commit
1757747836
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user