Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
rst
 
 

README.rst

rst

A Python script for converting rst files into html. Primary purpose of this script is to make review of rst patches easier

Usage

Generate README.html from README.rst using the default stylesheet:

$ STYLE=stylesheet.css ./rst README

The HTML file will be created to the directory where the rst file is, so you can point the script to any absolute or relative path:

$ STYLE=stylesheet.css ./rst /home/john/tap-windows6/README

This command will produce /home/john/tap-windows6/README.html.

License

This utility is licensed under the BSD license. See file LICENSE for details.

About

A script for converting rst files to html

Resources

License

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.