%general-entities; ]> docutils-&docutils-version; docutils Introduction to docutils docutils is a set of Python modules and programs for processing plaintext docs into formats such as HTML, XML, or LaTeX. &lfs113_checked; Package Information Download (HTTP): Download (FTP): Download MD5 sum: &docutils-md5sum; Download size: &docutils-size; Estimated disk space required: &docutils-buildsize; Estimated build time: &docutils-time; User Notes: Installation of docutils To build the Python 3 applications, run the following command: pip3 wheel -w dist --no-build-isolation --no-deps $PWD To install the Python applications run the following as the &root; user: pip3 install --no-index --find-links dist --no-cache-dir --no-user docutils && for f in /usr/bin/rst*.py; do ln -svf $(basename $f) /usr/bin/$(basename $f .py) done To reduce the time needed for loading Python scripts, pip3 install will compile the scripts with extension .py into byte code and save the result into .pyc files in the directory __pycache__. But this package installs .py scripts into /usr/bin. So the byte code files for them will be installed into /usr/bin/__pycache__, which is not allowed by FHS. Still as the &root; user, remove this directory: rm -rfv /usr/bin/__pycache__ Contents Installed Programs Installed Libraries Installed Directories docutils, rst2html4, rst2html5, rst2html, rst2latex, rst2man, rst2odt_prepstyles, rst2odt, rst2pseudoxml, rst2s5, rst2xetex, rst2xml, and rstpep2html None /usr/lib/python&python3-majorver;/site-packages/docutils{,-&docutils-version;.dist-info} Short Descriptions docutils converts documents into various formats docutils rst2html generates (X)HTML documents from standalone reStructuredText sources rst2html rst2html4 generates (X)HTML documents from standalone reStructuredText sources rst2html4 rst2html5 generates HTML5 documents from standalone reStructuredText sources rst2html5 rst2latex generates LaTeX documents from standalone reStructuredText sources rst2latex rst2man generates plain unix manual documents from standalone reStructuredText sources rst2man rst2odt generates OpenDocument/OpenOffice/ODF documents from standalone reStructuredText sources rst2odt rst2odt_prepstyles Fix a word-processor-generated styles.odt for odtwriter use rst2odt_prepstyles rst2pseudoxml generates pseudo-XML from standalone reStructuredText sources (for testing purposes) rst2pseudoxml rst2s5 generates S5 (X)HTML slideshow from standalone reStructuredText sources rst2s5 rst2xetex generates LaTeX documents from standalone reStructuredText sources for compilation with the Unicode-aware TeX variants XeLaTeX or LuaLaTeX rst2xetex rst2xml generates Docutils-native XML from standalone reStructuredText sources rst2xml rstpep2html generates (X)HTML from reStructuredText-format PEP files rstpep2html