diff options
| author | Tom Christie | 2014-12-10 12:28:48 +0000 | 
|---|---|---|
| committer | Tom Christie | 2014-12-10 12:28:48 +0000 | 
| commit | dafc5d45a01da2ba212eb89d4470405ea429ed2a (patch) | |
| tree | d7d33fb93b6456db78657a00f365e94055694707 /docs/topics | |
| parent | 81d0b748b400263114422c464f75357e24952ad6 (diff) | |
| download | django-rest-framework-dafc5d45a01da2ba212eb89d4470405ea429ed2a.tar.bz2 | |
Minor docs tweaks to titles and citations
Diffstat (limited to 'docs/topics')
| -rw-r--r-- | docs/topics/2.2-announcement.md | 2 | ||||
| -rw-r--r-- | docs/topics/2.3-announcement.md | 2 | ||||
| -rw-r--r-- | docs/topics/2.4-announcement.md | 2 | ||||
| -rw-r--r-- | docs/topics/rest-framework-2-announcement.md | 4 | ||||
| -rw-r--r-- | docs/topics/third-party-resources.md | 6 | 
5 files changed, 9 insertions, 7 deletions
| diff --git a/docs/topics/2.2-announcement.md b/docs/topics/2.2-announcement.md index 1df52cff..e6220f42 100644 --- a/docs/topics/2.2-announcement.md +++ b/docs/topics/2.2-announcement.md @@ -1,4 +1,4 @@ -# REST framework 2.2 announcement +# Django REST framework 2.2  The 2.2 release represents an important point for REST framework, with the addition of Python 3 support, and the introduction of an official deprecation policy. diff --git a/docs/topics/2.3-announcement.md b/docs/topics/2.3-announcement.md index 66e46865..21d9f1db 100644 --- a/docs/topics/2.3-announcement.md +++ b/docs/topics/2.3-announcement.md @@ -1,4 +1,4 @@ -# REST framework 2.3 announcement +# Django REST framework 2.3  REST framework 2.3 makes it even quicker and easier to build your Web APIs. diff --git a/docs/topics/2.4-announcement.md b/docs/topics/2.4-announcement.md index f38c743c..4ca35290 100644 --- a/docs/topics/2.4-announcement.md +++ b/docs/topics/2.4-announcement.md @@ -1,4 +1,4 @@ -# REST framework 2.4 announcement +# Django REST framework 2.4  The 2.4 release is largely an intermediate step, tying up some outstanding issues prior to the 3.x series. diff --git a/docs/topics/rest-framework-2-announcement.md b/docs/topics/rest-framework-2-announcement.md index a7746932..ed41bb48 100644 --- a/docs/topics/rest-framework-2-announcement.md +++ b/docs/topics/rest-framework-2-announcement.md @@ -1,6 +1,4 @@ -# Django REST framework 2 - -What it is, and why you should care. +# Django REST framework 2.0  > 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.  > diff --git a/docs/topics/third-party-resources.md b/docs/topics/third-party-resources.md index 0358d614..6f4df288 100644 --- a/docs/topics/third-party-resources.md +++ b/docs/topics/third-party-resources.md @@ -1,5 +1,9 @@  # Third Party Resources +> Software ecosystems […] establish a community that further accelerates the sharing of knowledge, content, issues, expertise and skills. +> +> — [Jan Bosch][cite]. +  ## About Third Party Packages  Third Party Packages allow developers to share code that extends the functionality of Django REST framework, in order to support additional use-cases. @@ -260,7 +264,7 @@ To submit new content, [open an issue][drf-create-issue] or [create a pull reque  * [Web API performance: profiling Django REST framework][web-api-performance-profiling-django-rest-framework]  * [API Development with Django and Django REST Framework][api-development-with-django-and-django-rest-framework] - +[cite]: http://www.software-ecosystems.com/Software_Ecosystems/Ecosystems.html  [cookiecutter]: https://github.com/jpadilla/cookiecutter-django-rest-framework  [new-repo]: https://github.com/new  [create-a-repo]: https://help.github.com/articles/create-a-repo/ | 
