Difference between revisions of "Rst"
From Wiki at Neela Nurseries
m (Add to TODO list item to resolve rst "Unknown role :ref:" error.) |
m (Restructure text code formatting example.) |
||
Line 25: | Line 25: | ||
* https://mkdocutils.ale.sh/rest/ | * https://mkdocutils.ale.sh/rest/ | ||
+ | |||
+ | Example for formatting code: | ||
+ | |||
+ | * https://sublime-and-sphinx-guide.readthedocs.io/en/latest/code_blocks.html | ||
<!-- odne komentar --> | <!-- odne komentar --> |
Latest revision as of 06:42, 11 March 2025
2024-02-15 Thursday
Starting page for notes on restructured text. Not sure whether following docutils link is a latest or even a recent version. Found while looking for info on how to place literal single colon characters in restructured text documents:
TODO:
-
[ ] check whether more general local NN page on documentation contains restructured text refs and notes.
[ ] resolve rst parse error relating to "Unknown role :ref: . . .", which causes internal links to fail in dot rst files.
Docutils at Sourceforge, good quick reference for rst:
Some notes on rst section headers:
A site ale.sh:
Example for formatting code: