Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
django-rest-framework
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
django-rest-framework
Commits
b733f85f
Commit
b733f85f
authored
Nov 25, 2014
by
Tom Christie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor docs tweaks
parent
c7701cd7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
25 additions
and
26 deletions
+25
-26
docs/index.md
+1
-1
mkdocs.yml
+24
-25
No files found.
docs/index.md
View file @
b733f85f
...
@@ -172,7 +172,7 @@ The API guide is your complete reference manual to all the functionality provide
...
@@ -172,7 +172,7 @@ The API guide is your complete reference manual to all the functionality provide
*
[
Serializers
][
serializers
]
*
[
Serializers
][
serializers
]
*
[
Serializer fields
][
fields
]
*
[
Serializer fields
][
fields
]
*
[
Serializer relations
][
relations
]
*
[
Serializer relations
][
relations
]
*
[
Validators
][
validators
]
<!--* [Validators][validators]-->
*
[
Authentication
][
authentication
]
*
[
Authentication
][
authentication
]
*
[
Permissions
][
permissions
]
*
[
Permissions
][
permissions
]
*
[
Throttling
][
throttling
]
*
[
Throttling
][
throttling
]
...
...
mkdocs.yml
View file @
b733f85f
...
@@ -7,38 +7,38 @@ repo_url: https://github.com/tomchristie/django-rest-framework
...
@@ -7,38 +7,38 @@ repo_url: https://github.com/tomchristie/django-rest-framework
theme_dir
:
docs_theme
theme_dir
:
docs_theme
pages
:
pages
:
-
[
'
index.md'
,
]
-
[
'
index.md'
,
'
Home'
]
-
[
'
tutorial/quickstart.md'
,
]
-
[
'
tutorial/quickstart.md'
,
'
Quickstart'
]
-
[
'
tutorial/1-serialization.md'
,
'
Tutorial'
,
'
1
-
Serialization'
]
-
[
'
tutorial/1-serialization.md'
,
'
Tutorial'
,
'
1
-
Serialization'
]
-
[
'
tutorial/2-requests-and-responses.md'
,
'
Tutorial'
,
'
2
-
Requests
and
responses'
]
-
[
'
tutorial/2-requests-and-responses.md'
,
'
Tutorial'
,
'
2
-
Requests
and
responses'
]
-
[
'
tutorial/3-class-based-views.md'
,
'
Tutorial'
,
'
3
-
Class
based
views'
]
-
[
'
tutorial/3-class-based-views.md'
,
'
Tutorial'
,
'
3
-
Class
based
views'
]
-
[
'
tutorial/4-authentication-and-permissions.md'
,
'
Tutorial'
,
'
4
-
Authentication
and
permissions'
]
-
[
'
tutorial/4-authentication-and-permissions.md'
,
'
Tutorial'
,
'
4
-
Authentication
and
permissions'
]
-
[
'
tutorial/5-relationships-and-hyperlinked-apis.md'
,
'
Tutorial'
,
'
5
-
Relationships
and
hyperlinked
APIs'
]
-
[
'
tutorial/5-relationships-and-hyperlinked-apis.md'
,
'
Tutorial'
,
'
5
-
Relationships
and
hyperlinked
APIs'
]
-
[
'
tutorial/6-viewsets-and-routers.md'
,
'
Tutorial'
,
'
6-
Viewsets
and
routers'
]
-
[
'
tutorial/6-viewsets-and-routers.md'
,
'
Tutorial'
,
'
6
-
Viewsets
and
routers'
]
-
[
'
api-guide/requests.md'
,
'
API
Guide'
,
]
-
[
'
api-guide/requests.md'
,
'
API
Guide'
,
'
Requests'
]
-
[
'
api-guide/responses.md'
,
'
API
Guide'
,
]
-
[
'
api-guide/responses.md'
,
'
API
Guide'
,
'
Responses'
]
-
[
'
api-guide/views.md'
,
'
API
Guide'
,
]
-
[
'
api-guide/views.md'
,
'
API
Guide'
,
'
Views'
]
-
[
'
api-guide/generic-views.md'
,
'
API
Guide'
,
]
-
[
'
api-guide/generic-views.md'
,
'
API
Guide'
,
'
Generic
views'
]
-
[
'
api-guide/viewsets.md'
,
'
API
Guide'
,
]
-
[
'
api-guide/viewsets.md'
,
'
API
Guide'
,
'
Viewsets'
]
-
[
'
api-guide/routers.md'
,
'
API
Guide'
,
]
-
[
'
api-guide/routers.md'
,
'
API
Guide'
,
'
Routers'
]
-
[
'
api-guide/parsers.md'
,
'
API
Guide'
,
]
-
[
'
api-guide/parsers.md'
,
'
API
Guide'
,
'
Parsers'
]
-
[
'
api-guide/renderers.md'
,
'
API
Guide'
,
]
-
[
'
api-guide/renderers.md'
,
'
API
Guide'
,
'
Renderers'
]
-
[
'
api-guide/serializers.md'
,
'
API
Guide'
,
]
-
[
'
api-guide/serializers.md'
,
'
API
Guide'
,
'
Serializers'
]
-
[
'
api-guide/fields.md'
,
'
API
Guide'
,
'
Serializer
fields'
]
-
[
'
api-guide/fields.md'
,
'
API
Guide'
,
'
Serializer
fields'
]
-
[
'
api-guide/relations.md'
,
'
API
Guide'
,
'
Serializer
relations'
]
-
[
'
api-guide/relations.md'
,
'
API
Guide'
,
'
Serializer
relations'
]
-
[
'
api-guide/validators.md'
,
'
API
Guide'
,
]
# - ['api-guide/validators.md', 'API Guide', 'Validators'
]
-
[
'
api-guide/authentication.md'
,
'
API
Guide'
,
]
-
[
'
api-guide/authentication.md'
,
'
API
Guide'
,
'
Authentication'
]
-
[
'
api-guide/permissions.md'
,
'
API
Guide'
,
]
-
[
'
api-guide/permissions.md'
,
'
API
Guide'
,
'
Permissions'
]
-
[
'
api-guide/throttling.md'
,
'
API
Guide'
,
]
-
[
'
api-guide/throttling.md'
,
'
API
Guide'
,
'
Throttling'
]
-
[
'
api-guide/filtering.md'
,
'
API
Guide'
,
]
-
[
'
api-guide/filtering.md'
,
'
API
Guide'
,
'
Filtering'
]
-
[
'
api-guide/pagination.md'
,
'
API
Guide'
,
]
-
[
'
api-guide/pagination.md'
,
'
API
Guide'
,
'
Pagination'
]
-
[
'
api-guide/content-negotiation.md'
,
'
API
Guide'
,
]
-
[
'
api-guide/content-negotiation.md'
,
'
API
Guide'
,
'
Content
negotiation'
]
-
[
'
api-guide/format-suffixes.md'
,
'
API
Guide'
,
]
-
[
'
api-guide/format-suffixes.md'
,
'
API
Guide'
,
'
Format
suffixes'
]
-
[
'
api-guide/reverse.md'
,
'
API
Guide'
,
'
Returning
URLs'
]
-
[
'
api-guide/reverse.md'
,
'
API
Guide'
,
'
Returning
URLs'
]
-
[
'
api-guide/exceptions.md'
,
'
API
Guide'
,
]
-
[
'
api-guide/exceptions.md'
,
'
API
Guide'
,
'
Exceptions'
]
-
[
'
api-guide/status-codes.md'
,
'
API
Guide'
,
]
-
[
'
api-guide/status-codes.md'
,
'
API
Guide'
,
'
Status
codes'
]
-
[
'
api-guide/testing.md'
,
'
API
Guide'
,
]
-
[
'
api-guide/testing.md'
,
'
API
Guide'
,
'
Testing'
]
-
[
'
api-guide/settings.md'
,
'
API
Guide'
,
]
-
[
'
api-guide/settings.md'
,
'
API
Guide'
,
'
Settings'
]
-
[
'
topics/documenting-your-api.md'
,
'
Topics'
,
'
Documenting
your
API'
]
-
[
'
topics/documenting-your-api.md'
,
'
Topics'
,
'
Documenting
your
API'
]
-
[
'
topics/ajax-csrf-cors.md'
,
'
Topics'
,
'
AJAX,
CSRF
&
CORS'
]
-
[
'
topics/ajax-csrf-cors.md'
,
'
Topics'
,
'
AJAX,
CSRF
&
CORS'
]
-
[
'
topics/browser-enhancements.md'
,
'
Topics'
,]
-
[
'
topics/browser-enhancements.md'
,
'
Topics'
,]
...
@@ -54,5 +54,4 @@ pages:
...
@@ -54,5 +54,4 @@ pages:
-
[
'
topics/release-notes.md'
,
'
Topics'
,
'
Release
Notes'
]
-
[
'
topics/release-notes.md'
,
'
Topics'
,
'
Release
Notes'
]
-
[
'
topics/credits.md'
,
'
Topics'
,
'
Credits'
]
-
[
'
topics/credits.md'
,
'
Topics'
,
'
Credits'
]
copyright
:
Copyright © 2014, <a href='https://twitter.com/_tomchristie'>Tom Christie</a>.
google_analytics
:
[
'
UA-18852272-2'
,
'
django-rest-framework.org'
]
google_analytics
:
[
'
UA-18852272-2'
,
'
django-rest-framework.org'
]
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment