diff --git a/docs/glossary.rst b/docs/glossary.rst index a3d16c35..b213851c 100644 --- a/docs/glossary.rst +++ b/docs/glossary.rst @@ -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