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