An open API service indexing awesome lists of open source software.

https://github.com/heuer/mancia

scdoc to man page and reStructuredText converter
https://github.com/heuer/mancia

man manpage restructuredtext roff rst scdoc

Last synced: 2 months ago
JSON representation

scdoc to man page and reStructuredText converter

Awesome Lists containing this project

README

          

mancia – scdoc to man page and reStructuredText converter
=========================================================

Mancia (Italian for "tip") is a command-line utility for converting the scdoc
format to man(7) roff and reStructuredText (rst).

For more information about the scdoc format, see
`scdoc(5) `_ and
`mancia(5) `_.

It can be utilized as Nim library and may be used to convert scdoc input into
other formats as well, such as HTML or Markdown, if an appropriate handler is
implemented (the parser does not care about the output, it just reports
events to a handler).

An additional `Python package `_ provides
functionality for using mancia as Python library and within Sphinx.

Documentation
-------------

See ``_ for the documentation.

Similar projects
^^^^^^^^^^^^^^^^
* `scdoc `_