Commit 16d442dd by José Padilla Committed by Dougal Matthews

Use MkDocs meta.source to render source code links

parent cbb6799d
<a class="github" href="authentication.py"></a> source: authentication.py
# Authentication # Authentication
......
<a class="github" href="negotiation.py"></a> source: negotiation.py
# Content negotiation # Content negotiation
......
<a class="github" href="exceptions.py"></a> source: exceptions.py
# Exceptions # Exceptions
......
<a class="github" href="fields.py"></a> source: fields.py
# Serializer fields # Serializer fields
......
<a class="github" href="filters.py"></a> source: filters.py
# Filtering # Filtering
......
<a class="github" href="urlpatterns.py"></a> source: urlpatterns.py
# Format suffixes # Format suffixes
......
<a class="github" href="mixins.py"></a> source: mixins.py
<a class="github" href="generics.py"></a> generics.py
# Generic views # Generic views
......
<a class="github" href="pagination.py"></a> source: pagination.py
# Pagination # Pagination
......
<a class="github" href="parsers.py"></a> source: parsers.py
# Parsers # Parsers
......
<a class="github" href="permissions.py"></a> source: permissions.py
# Permissions # Permissions
......
<a class="github" href="relations.py"></a> source: relations.py
# Serializer relations # Serializer relations
......
<a class="github" href="renderers.py"></a> source: renderers.py
# Renderers # Renderers
......
<a class="github" href="request.py"></a> source: request.py
# Requests # Requests
......
<a class="github" href="response.py"></a> source: response.py
# Responses # Responses
......
<a class="github" href="reverse.py"></a> source: reverse.py
# Returning URLs # Returning URLs
......
<a class="github" href="routers.py"></a> source: routers.py
# Routers # Routers
......
<a class="github" href="serializers.py"></a> source: serializers.py
# Serializers # Serializers
......
<a class="github" href="settings.py"></a> source: settings.py
# Settings # Settings
......
<a class="github" href="status.py"></a> source: status.py
# Status Codes # Status Codes
......
<a class="github" href="test.py"></a> source: test.py
# Testing # Testing
......
<a class="github" href="throttling.py"></a> source: throttling.py
# Throttling # Throttling
......
<a class="github" href="decorators.py"></a> <a class="github" href="views.py"></a> source: decorators.py
views.py
# Class Based Views # Class Based Views
......
<a class="github" href="viewsets.py"></a> source: viewsets.py
# ViewSets # ViewSets
......
{% 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 }}
...@@ -118,7 +118,7 @@ a.fusion-poweredby { ...@@ -118,7 +118,7 @@ a.fusion-poweredby {
</div> </div>
<div id="main-content" class="span9"> <div id="main-content" class="span9">
{{ content }} {% include "content.html" %}
</div><!--/span--> </div><!--/span-->
</div><!--/row--> </div><!--/row-->
</div><!--/.fluid-container--> </div><!--/.fluid-container-->
......
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