diff options
| author | Tom Christie | 2011-12-09 11:28:50 +0000 |
|---|---|---|
| committer | Tom Christie | 2011-12-09 11:28:50 +0000 |
| commit | 59afd87cd4523d5ce1aca4f34ab90ea3b8138045 (patch) | |
| tree | ce16a3600bc1e4db9107470970da866984c3b63e | |
| parent | 34a2526fd029885f9652a5d876939007c1102712 (diff) | |
| download | django-rest-framework-59afd87cd4523d5ce1aca4f34ab90ea3b8138045.tar.bz2 | |
We do not have a blog. We do not host on BitBucket.
| -rw-r--r-- | docs/index.rst | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/index.rst b/docs/index.rst index 8a285271..0b8b535e 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -11,7 +11,7 @@ Introduction Django REST framework is a lightweight REST framework for Django, that aims to make it easy to build well-connected, self-describing RESTful Web APIs. -**Browse example APIs created with Django REST framework:** `The Sandbox <http://api.django-rest-framework.org/>`_ +**Browse example APIs created with Django REST framework:** `The Sandbox <http://api.django-rest-framework.org/>`_ Features: @@ -26,10 +26,10 @@ Features: Resources --------- -**Project hosting:** `Bitbucket <https://bitbucket.org/tomchristie/django-rest-framework>`_ and `GitHub <https://github.com/tomchristie/django-rest-framework>`_. +**Project hosting:** `GitHub <https://github.com/tomchristie/django-rest-framework>`_. * The ``djangorestframework`` package is `available on PyPI <http://pypi.python.org/pypi/djangorestframework>`_. -* We have an active `discussion group <http://groups.google.com/group/django-rest-framework>`_ and a `project blog <http://blog.django-rest-framework.org>`_. +* We have an active `discussion group <http://groups.google.com/group/django-rest-framework>`_. * Bug reports are handled on the `issue tracker <https://github.com/tomchristie/django-rest-framework/issues>`_. * There is a `Jenkins CI server <http://jenkins.tibold.nl/job/djangorestframework/>`_ which tracks test status and coverage reporting. (Thanks Marko!) @@ -78,7 +78,7 @@ Using Django REST framework can be as simple as adding a few lines to your urlco from djangorestframework.resources import ModelResource from djangorestframework.views import ListOrCreateModelView, InstanceModelView from myapp.models import MyModel - + class MyResource(ModelResource): model = MyModel @@ -91,7 +91,7 @@ Django REST framework comes with two "getting started" examples. #. :ref:`views` #. :ref:`modelviews` - + Examples -------- @@ -143,7 +143,7 @@ Examples Reference .. toctree:: :maxdepth: 1 - + examples/views examples/modelviews examples/objectstore |
