rst2odt-3
The Docutils project specifies a plaintext markup language,
Install
- All systems
-
curl cmd.cat/rst2odt-3.sh
- Debian
-
apt-get install python3-docutils
- Ubuntu
-
apt-get install python3-docutils
- Kali Linux
-
apt-get install python3-docutils
- Fedora
-
dnf install python3-docutils
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install python3-docutils
- Raspbian
-
apt-get install python3-docutils
- Dockerfile
- dockerfile.run/rst2odt-3
python3-docutils
The Docutils project specifies a plaintext markup language,
reStructuredText, which is easy to read and quick to write. The project includes a python library to parse rST files and transform them into other useful formats such as HTML, XML, and TeX as well as commandline tools that give the enduser access to this functionality. Currently, the library supports parsing rST that is in standalone files and PEPs (Python Enhancement Proposals). Work is underway to parse rST from Python inline documentation modules and packages. This package contains the module, ported to run under python3.