Index of /sandbox/agurtovoy/html_frames

[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory   -  
[TXT]setup.py 2018-06-17 08:52 714  
[DIR]tools/ 2018-06-17 08:52 -  
[DIR]writers/ 2018-06-17 08:52 -  

Docutils HTML/frames writer

Docutils HTML/frames writer

This is an implementation of Docutils writer that produces "framed" or "chunked" HTML documents. Please see Docutils Sandbox repository for the latest and greatest version.

Note that the writer requires your reStructuredText documents to contain the contents directive that instructs the docutils front-end to generate a table of contents used by the writer to determine how to split the document.

After the writer is installed (python setup.py install), its typical invocation looks like this:

rst2htmlframes.py README.txt README.html

Examples of writer's output are available at http://www.mywikinet.com/docutils/ and http://boost.org/libs/mpl/doc/.

Known issues:

Author: Aleksey Gurtovoy