From: Marc R. <ma...@ri...> - 2020-09-24 00:43:21
|
On 23.09.20 23:31, Omer Shommo wrote: > […] So, is it safe to say that SPHINX uses DOCUTILS to convert > plain text files into reStructuredText (.rst) files? No, not at all. Docutils converts reStructuredText into different output formats like HTML and LaTeX (which in turn can be converted to PDF). Sphinx extends Docutils by some roles and directives and generates things like index pages. Sphinx/Docutils doesn't convert *into* reStructuredText but *from* reStructuredText. Ciao, Marc 'BlackJack' Rintsch -- “A designer knows he has achieved perfection not when there is nothing left to add, but when there is nothing left to take away.” -- Antoine de Saint-Exupéry |