From 383f2d7e84a0a214690bc074d90a17772bfce0a8 Mon Sep 17 00:00:00 2001 From: paulalexwilson Date: Wed, 29 Jan 2014 12:29:05 +0000 Subject: [PATCH 1/2] Update README.md Add 'Writing Great Documentation' to the list --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 637158c..30923bc 100644 --- a/README.md +++ b/README.md @@ -80,6 +80,7 @@ This should be updated fairly regularly. As usual, **pull requests are encourage * [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)) * [TomDoc](http://tomdoc.org/) - A specification for Ruby library API docs by [@mojombo](https://twitter.com/mojombo) (contributed by [@lenary](https://twitter.com/#!/lenary)) * [Write the Docs](http://conf.writethedocs.org) - A conference for authors of technical documentation. (contributed by [@macintux](https://twitter.com/macintux)) +* [Writing Great Documentation](http://jacobian.org/writing/great-documentation/) - Covers a variety of topics relating to writing good documentation such as content, style, formatting and so on. ### Generating Docs From 9394dfc57907c217b0e202ca1182ce62ea2d306f Mon Sep 17 00:00:00 2001 From: paulalexwilson Date: Wed, 29 Jan 2014 21:07:07 +0000 Subject: [PATCH 2/2] Update README.md Added contribution --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 30923bc..accecba 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ This should be updated fairly regularly. As usual, **pull requests are encourage * [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)) * [TomDoc](http://tomdoc.org/) - A specification for Ruby library API docs by [@mojombo](https://twitter.com/mojombo) (contributed by [@lenary](https://twitter.com/#!/lenary)) * [Write the Docs](http://conf.writethedocs.org) - A conference for authors of technical documentation. (contributed by [@macintux](https://twitter.com/macintux)) -* [Writing Great Documentation](http://jacobian.org/writing/great-documentation/) - Covers a variety of topics relating to writing good documentation such as content, style, formatting and so on. +* [Writing Great Documentation](http://jacobian.org/writing/great-documentation/) - Covers a variety of topics relating to writing good documentation such as content, style, formatting and so on. (contributed by [Paul A. Wilson](http://github.com/paulalexwilson) ### Generating Docs