restview

Viewer for ReStructuredText documents that renders them on the fly

brewmacoslinux
Try with needOr install directly
Source

About

Viewer for ReStructuredText documents that renders them on the fly

Commands

restview

Examples

View a ReStructuredText file in the default browser$ restview README.rst
View a file and listen on a specific port$ restview -l localhost:8080 document.rst
View raw ReStructuredText from stdin$ cat example.rst | restview -