Commit dafc5d45 by Tom Christie

Minor docs tweaks to titles and citations

parent 81d0b748
# 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. 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.
......
# 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. REST framework 2.3 makes it even quicker and easier to build your Web APIs.
......
# 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. The 2.4 release is largely an intermediate step, tying up some outstanding issues prior to the 3.x series.
......
# Django REST framework 2 # Django REST framework 2.0
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. > 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.
> >
......
# Third Party Resources # 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 ## 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. 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 ...@@ -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] * [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] * [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 [cookiecutter]: https://github.com/jpadilla/cookiecutter-django-rest-framework
[new-repo]: https://github.com/new [new-repo]: https://github.com/new
[create-a-repo]: https://help.github.com/articles/create-a-repo/ [create-a-repo]: https://help.github.com/articles/create-a-repo/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment