I'm planning to write the documentation of a command line tool as restructuredtext. I'm using Sphinx to render the docs. Beside the html
target I want to use the man
target, in oder to supply docs that can be read in a terminal.
Though I found the relevant configuration variables in the Sphinx documentation, I did not come across hints or example how one would format the documentation sources to achieve a list of options as commonly seen in manual pages as two-column-table.
Are there any guidelines around that cover good practices for html
and man
targets?