jeromegn / DocumentUp

Pretty documentation generator for Github projects with proper Readme.
http://documentup.com
884 stars 90 forks source link

Support for RST #79

Open massenz opened 10 years ago

massenz commented 10 years ago

This looks awesome! I have a definite preference for RST for my documentation (and it's usually built as a multi-file, hierarchical structure).

I'm wondering how difficult would it be to add support for that? I'm not sure how you do the magic (there seems to be a lot of Javascript which I'm not terribly familiar with) but to generate HTML (including the CSS) from RST files it's a single Python script (rst2html.py) and I also have the bash script necessary to navigate a full subtree and convert RST files (and just copy across CSS/images/etc.).

Happy to contribute code to make this happen.

jeromegn commented 9 years ago

There's currently no plans to support that.