From 150f2353c42a06d54ecd52e62403048f3b29e3a8 Mon Sep 17 00:00:00 2001 From: Nikhil Marathe Date: Fri, 3 Feb 2012 08:42:15 +0530 Subject: [PATCH 1/3] Added Sphinx to documentation tools. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0086395..6c1c7c4 100644 --- a/README.md +++ b/README.md @@ -49,3 +49,4 @@ This should be updated fairly regularly. As usual, **pull requests are encourage * [docco](http://jashkenas.github.com/docco/) - Pretty docs from source code comments with ports for many languages. (contributed by [@kylewest](https://twitter.com/kylewest)) * [DocumentUp](http://documentup.com/) - Instantly beautify your Github repositories' `README.md`. (contributed by [@kylewest](https://twitter.com/kylewest)) +* [Sphinx](http://sphinx.pocoo.org/) - Comprehensive documentationt tool using restructuredText with beautiful HTML and PDF output. (contributed by [@nikhilcutshort](https://twitter.com/nikhilcutshort)) \ No newline at end of file From ba7eb2394a5cef26f53316dbb6f2b9fafc12c7d9 Mon Sep 17 00:00:00 2001 From: Nikhil Marathe Date: Fri, 3 Feb 2012 08:45:15 +0530 Subject: [PATCH 2/3] Added link to dr.js --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6c1c7c4..408cc16 100644 --- a/README.md +++ b/README.md @@ -49,4 +49,6 @@ This should be updated fairly regularly. As usual, **pull requests are encourage * [docco](http://jashkenas.github.com/docco/) - Pretty docs from source code comments with ports for many languages. (contributed by [@kylewest](https://twitter.com/kylewest)) * [DocumentUp](http://documentup.com/) - Instantly beautify your Github repositories' `README.md`. (contributed by [@kylewest](https://twitter.com/kylewest)) -* [Sphinx](http://sphinx.pocoo.org/) - Comprehensive documentationt tool using restructuredText with beautiful HTML and PDF output. (contributed by [@nikhilcutshort](https://twitter.com/nikhilcutshort)) \ No newline at end of file +* [Sphinx](http://sphinx.pocoo.org/) - Comprehensive documentationt tool using restructuredText with beautiful HTML and PDF output. (contributed by [@nikhilcutshort](https://twitter.com/nikhilcutshort)) +* [dr.js](https://github.com/DmitryBaranovskiy/dr.js) - Tiny JavaScript documentation generator from the author of RaphaƫlJS. (contributed by [@nikhilcutshort](https://twitter.com/nikhilcutshort)) + - \ No newline at end of file From d54e9fa6e73c2cf175e410607dc04d6ceb12d6ee Mon Sep 17 00:00:00 2001 From: Nikhil Marathe Date: Fri, 3 Feb 2012 08:47:02 +0530 Subject: [PATCH 3/3] Added link to Qt documentation --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 408cc16..7478aa2 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,7 @@ This should be updated fairly regularly. As usual, **pull requests are encourage * [DocumentUp](http://documentup.com/) - A documentation site generator for Github projects. (contributed by [Jerome Gravel-Niquet](https://github.com/jeromegn)) * [Pyramid Documentation](http://docs.pylonsproject.org/en/latest/docs/pyramid.html) (contributed by [csenger](https://github.com/csenger)) * [Number Laundry API](http://numberlaundry.whatcheer.com/) - Fun design, simple examples. (contributed by [@jmhobbs](https://twitter.com/jmhobbs)) +* [Qt](http://developer.qt.nokia.com/doc/qt-4.8/) - Very comprehensive documentation with tutorials and guides and great examples. (contributed by [@nikhilcutshort](https://twitter.com/nikhilcutshort)) ### Writing about Docs (again, in no particular order)