Mercurial > p > roundup > code
diff doc/installation.txt @ 7863:bd126f890279
doc: add reference markers for markdown and docutils install.
Used by references.txt.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sun, 07 Apr 2024 15:21:00 -0400 |
| parents | 68c04cc8edf7 |
| children | 35b4049ea2ad |
line wrap: on
line diff
--- a/doc/installation.txt Sun Apr 07 13:55:01 2024 -0400 +++ b/doc/installation.txt Sun Apr 07 15:21:00 2024 -0400 @@ -251,10 +251,14 @@ its TEMPLATE-INFO.txt file) you need to have the jinja2_ template engine installed. +.. _install/docutils: + docutils To use ReStructuredText rendering you need to have the `docutils`_ package installed. +.. _install/markdown: + markdown, markdown2 or mistune To use markdown rendering you need to have the markdown_, markdown2_ (2.4.9 known to be broken, 2.3.3 known to work),
