diff options
| author | Tom Christie | 2012-10-30 13:59:31 +0000 |
|---|---|---|
| committer | Tom Christie | 2012-10-30 13:59:31 +0000 |
| commit | 4cdd0b845e10c433358f210c84a2b3fe28543c68 (patch) | |
| tree | c27fb4b8a7600c321f4a76cca4006c8c5b1c8fdf /docs/topics | |
| parent | 41ab18b13ec6d96906463a3b05680226c7245b6d (diff) | |
| download | django-rest-framework-4cdd0b845e10c433358f210c84a2b3fe28543c68.tar.bz2 | |
Final docs tweaks for 2.0
Diffstat (limited to 'docs/topics')
| -rw-r--r-- | docs/topics/credits.md | 4 | ||||
| -rw-r--r-- | docs/topics/rest-framework-2-announcement.md | 8 |
2 files changed, 11 insertions, 1 deletions
diff --git a/docs/topics/credits.md b/docs/topics/credits.md index 3b430e42..69d57802 100644 --- a/docs/topics/credits.md +++ b/docs/topics/credits.md @@ -62,6 +62,8 @@ Project hosting is with [GitHub]. Continuous integration testing is managed with [Travis CI][travis-ci]. +The [live sandbox][sandbox] is hosted on [Heroku]. + Various inspiration taken from the [Piston], [Tastypie] and [Dagny] projects. Development of REST framework 2.0 was sponsored by [DabApps]. @@ -83,6 +85,8 @@ To contact the author directly: [tastypie]: https://github.com/toastdriven/django-tastypie [dagny]: https://github.com/zacharyvoase/dagny [dabapps]: http://lab.dabapps.com +[sandbox]: http://restframework.herokuapp.com/ +[heroku]: http://www.heroku.com/ [tomchristie]: https://github.com/tomchristie [markotibold]: https://github.com/markotibold diff --git a/docs/topics/rest-framework-2-announcement.md b/docs/topics/rest-framework-2-announcement.md index e77575b2..885d1918 100644 --- a/docs/topics/rest-framework-2-announcement.md +++ b/docs/topics/rest-framework-2-announcement.md @@ -1,6 +1,6 @@ # Django REST framework 2 -What it is, and why you should care +What it is, and why you should care. > Most people just make the mistake that it should be simple to design simple things. In reality, the effort required to design something is inversely proportional to the simplicity of the result. > @@ -86,9 +86,15 @@ We're really pleased with how the docs style looks - it's simple and clean, is e In short, we've engineered the hell outta this thing, and we're incredibly proud of the result. +If you're interested please take a browse around the documentation. [The tutorial][tut] is a great place to get started. + +There's also a [live sandbox version of the tutorial API][sandbox] available for testing. + [cite]: http://roy.gbiv.com/untangled/2008/rest-apis-must-be-hypertext-driven#comment-724 [quote1]: https://twitter.com/kobutsu/status/261689665952833536 [quote2]: https://groups.google.com/d/msg/django-rest-framework/heRGHzG6BWQ/ooVURgpwVC0J [quote3]: https://groups.google.com/d/msg/django-rest-framework/flsXbvYqRoY/9lSyntOf5cUJ [image]: ../img/quickstart.png [readthedocs]: https://readthedocs.org/ +[tut]: ../tutorial/1-serialization.md +[sandbox]: http://restframework.herokuapp.com/ |
