A set of tools for processing plaintext documentation
Docutils is a set of tools for processing plaintext documentation into useful formats, such as HTML, XML, and LaTeX. Includes reStructuredText, the easy to read, easy to use, what-you-see-is-what-you-get plaintext markup language.
Docutils is a set of tools for processing plaintext documentation into useful formats, such as HTML, XML, and LaTeX. Includes reStructuredText, the easy to read, easy to use, what-you-see-is-what-you-get plaintext markup language.
To install py37-docutils, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install py37-docutils
To see what files were installed by py37-docutils, run:
port contents py37-docutils
To later upgrade py37-docutils, run:
sudo port selfupdate && sudo port upgrade py37-docutils
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.