diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/conf.py | 1 | ||||
| -rw-r--r-- | docs/index.rst | 3 | ||||
| -rw-r--r-- | docs/library/validators.rst | 5 |
3 files changed, 2 insertions, 7 deletions
diff --git a/docs/conf.py b/docs/conf.py index 1a87b024..503b4059 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -60,6 +60,7 @@ version = '0.1' release = '0.1' autodoc_member_order='bysource' + # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. #language = None diff --git a/docs/index.rst b/docs/index.rst index 75569d45..3b4e9c49 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -18,7 +18,7 @@ Features: * Automatically provides an awesome Django admin style `browse-able self-documenting API <http://api.django-rest-framework.org>`_. * Clean, simple, views for Resources, using Django's new `class based views <http://docs.djangoproject.com/en/dev/topics/class-based-views/>`_. * Support for ModelResources with out-of-the-box default implementations and input validation. -* Pluggable :mod:`.emitters`, :mod:`parsers`, :mod:`validators` and :mod:`authenticators` - Easy to customise. +* Pluggable :mod:`.parsers`, :mod:`renderers`, :mod:`authentication` and :mod:`permissions` - Easy to customise. * Content type negotiation using HTTP Accept headers. * Optional support for forms as input validation. * Modular architecture - MixIn classes can be used without requiring the :class:`.Resource` or :class:`.ModelResource` classes. @@ -149,7 +149,6 @@ Library Reference library/resource library/response library/status - library/validators library/views Examples Reference diff --git a/docs/library/validators.rst b/docs/library/validators.rst deleted file mode 100644 index 5d8b1dd7..00000000 --- a/docs/library/validators.rst +++ /dev/null @@ -1,5 +0,0 @@ -:mod:`validators` -================= - -.. automodule:: validators - :members: |
