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
16d442dd
Commit
16d442dd
authored
Oct 31, 2014
by
José Padilla
Committed by
Dougal Matthews
Nov 25, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use MkDocs meta.source to render source code links
parent
cbb6799d
Show whitespace changes
Inline
Side-by-side
Showing
25 changed files
with
37 additions
and
25 deletions
+37
-25
docs/api-guide/authentication.md
+1
-1
docs/api-guide/content-negotiation.md
+1
-1
docs/api-guide/exceptions.md
+1
-1
docs/api-guide/fields.md
+1
-1
docs/api-guide/filtering.md
+1
-1
docs/api-guide/format-suffixes.md
+1
-1
docs/api-guide/generic-views.md
+2
-2
docs/api-guide/pagination.md
+1
-1
docs/api-guide/parsers.md
+1
-1
docs/api-guide/permissions.md
+1
-1
docs/api-guide/relations.md
+1
-1
docs/api-guide/renderers.md
+1
-1
docs/api-guide/requests.md
+1
-1
docs/api-guide/responses.md
+1
-1
docs/api-guide/reverse.md
+1
-1
docs/api-guide/routers.md
+1
-1
docs/api-guide/serializers.md
+1
-1
docs/api-guide/settings.md
+1
-1
docs/api-guide/status-codes.md
+1
-1
docs/api-guide/testing.md
+1
-1
docs/api-guide/throttling.md
+1
-1
docs/api-guide/views.md
+2
-1
docs/api-guide/viewsets.md
+1
-1
docs/theme/content.html
+11
-0
docs_theme/base.html
+1
-1
No files found.
docs/api-guide/authentication.md
View file @
16d442dd
<a
class=
"github"
href=
"authentication.py"
></a>
source: authentication.py
# Authentication
...
...
docs/api-guide/content-negotiation.md
View file @
16d442dd
<a
class=
"github"
href=
"negotiation.py"
></a>
source: negotiation.py
# Content negotiation
...
...
docs/api-guide/exceptions.md
View file @
16d442dd
<a
class=
"github"
href=
"exceptions.py"
></a>
source: exceptions.py
# Exceptions
...
...
docs/api-guide/fields.md
View file @
16d442dd
<a
class=
"github"
href=
"fields.py"
></a>
source: fields.py
# Serializer fields
...
...
docs/api-guide/filtering.md
View file @
16d442dd
<a
class=
"github"
href=
"filters.py"
></a>
source: filters.py
# Filtering
...
...
docs/api-guide/format-suffixes.md
View file @
16d442dd
<a
class=
"github"
href=
"urlpatterns.py"
></a>
source: urlpatterns.py
# Format suffixes
...
...
docs/api-guide/generic-views.md
View file @
16d442dd
<a
class=
"github"
href=
"mixins.py"
></a>
<a
class=
"github"
href=
"generics.py"
></a>
source: mixins.py
generics.py
# Generic views
...
...
docs/api-guide/pagination.md
View file @
16d442dd
<a
class=
"github"
href=
"pagination.py"
></a>
source: pagination.py
# Pagination
...
...
docs/api-guide/parsers.md
View file @
16d442dd
<a
class=
"github"
href=
"parsers.py"
></a>
source: parsers.py
# Parsers
...
...
docs/api-guide/permissions.md
View file @
16d442dd
<a
class=
"github"
href=
"permissions.py"
></a>
source: permissions.py
# Permissions
...
...
docs/api-guide/relations.md
View file @
16d442dd
<a
class=
"github"
href=
"relations.py"
></a>
source: relations.py
# Serializer relations
...
...
docs/api-guide/renderers.md
View file @
16d442dd
<a
class=
"github"
href=
"renderers.py"
></a>
source: renderers.py
# Renderers
...
...
docs/api-guide/requests.md
View file @
16d442dd
<a
class=
"github"
href=
"request.py"
></a>
source: request.py
# Requests
...
...
docs/api-guide/responses.md
View file @
16d442dd
<a
class=
"github"
href=
"response.py"
></a>
source: response.py
# Responses
...
...
docs/api-guide/reverse.md
View file @
16d442dd
<a
class=
"github"
href=
"reverse.py"
></a>
source: reverse.py
# Returning URLs
...
...
docs/api-guide/routers.md
View file @
16d442dd
<a
class=
"github"
href=
"routers.py"
></a>
source: routers.py
# Routers
...
...
docs/api-guide/serializers.md
View file @
16d442dd
<a
class=
"github"
href=
"serializers.py"
></a>
source: serializers.py
# Serializers
...
...
docs/api-guide/settings.md
View file @
16d442dd
<a
class=
"github"
href=
"settings.py"
></a>
source: settings.py
# Settings
...
...
docs/api-guide/status-codes.md
View file @
16d442dd
<a
class=
"github"
href=
"status.py"
></a>
source: status.py
# Status Codes
...
...
docs/api-guide/testing.md
View file @
16d442dd
<a
class=
"github"
href=
"test.py"
></a>
source: test.py
# Testing
...
...
docs/api-guide/throttling.md
View file @
16d442dd
<a
class=
"github"
href=
"throttling.py"
></a>
source: throttling.py
# Throttling
...
...
docs/api-guide/views.md
View file @
16d442dd
<a
class=
"github"
href=
"decorators.py"
></a>
<a
class=
"github"
href=
"views.py"
></a>
source: decorators.py
views.py
# Class Based Views
...
...
docs/api-guide/viewsets.md
View file @
16d442dd
<a
class=
"github"
href=
"viewsets.py"
></a>
source: viewsets.py
# ViewSets
...
...
docs/theme/content.html
0 → 100644
View file @
16d442dd
{% if meta.source %}
{% for filename in meta.source %}
<a
class=
"github"
href=
"https://github.com/tomchristie/django-rest-framework/tree/master/rest_framework/{{ filename }}"
>
<span
class=
"label label-info"
>
{{ filename }}
</span>
</a>
{% endfor %}
{% endif %}
{{ content }}
docs_theme/base.html
View file @
16d442dd
...
...
@@ -118,7 +118,7 @@ a.fusion-poweredby {
</div>
<div
id=
"main-content"
class=
"span9"
>
{
{ content }
}
{
% include "content.html" %
}
</div>
<!--/span-->
</div>
<!--/row-->
</div>
<!--/.fluid-container-->
...
...
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