From 731af0bcddd9a6749465cc90bdd95a746f91296b Mon Sep 17 00:00:00 2001 From: Kyle West Date: Tue, 31 Jan 2012 12:55:54 -0500 Subject: [PATCH] Added section regarding tools used to generate beautiful docs. --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a534680..6102955 100644 --- a/README.md +++ b/README.md @@ -31,4 +31,9 @@ This should be updated fairly regularly. As usual, **pull requests are encourage ### Writing about Docs (again, in no particular order) -* [Designing Great API Docs](http://blog.parse.com/2012/01/11/designing-great-api-docs/) - Blog post by [@jamesyu](https://twitter.com/jamesjyu) about what he/Parse finds essential in API Docs. (contributed by [@hobbyist](https://twitter.com/https://twitter.com/#!/hobbyist)) \ No newline at end of file +* [Designing Great API Docs](http://blog.parse.com/2012/01/11/designing-great-api-docs/) - Blog post by [@jamesyu](https://twitter.com/jamesjyu) about what he/Parse finds essential in API Docs. (contributed by [@hobbyist](https://twitter.com/https://twitter.com/#!/hobbyist)) + +### Generating Docs + +* [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))