Use yaml-style mkdocs metadata

This commit is contained in:
Ryan P Kilby 2019-06-30 18:48:27 -07:00
parent 6be2cc4dd2
commit abaccbdba6
26 changed files with 106 additions and 28 deletions

View File

@ -1,4 +1,7 @@
source: authentication.py ---
source:
- authentication.py
---
# Authentication # Authentication

View File

@ -1,4 +1,7 @@
source: negotiation.py ---
source:
- negotiation.py
---
# Content negotiation # Content negotiation

View File

@ -1,4 +1,7 @@
source: exceptions.py ---
source:
- exceptions.py
---
# Exceptions # Exceptions

View File

@ -1,4 +1,7 @@
source: fields.py ---
source:
- fields.py
---
# Serializer fields # Serializer fields

View File

@ -1,4 +1,7 @@
source: filters.py ---
source:
- filters.py
---
# Filtering # Filtering

View File

@ -1,4 +1,7 @@
source: urlpatterns.py ---
source:
- urlpatterns.py
---
# Format suffixes # Format suffixes

View File

@ -1,5 +1,8 @@
source: mixins.py ---
generics.py source:
- mixins.py
- generics.py
---
# Generic views # Generic views

View File

@ -1,4 +1,7 @@
source: metadata.py ---
source:
- metadata.py
---
# Metadata # Metadata

View File

@ -1,4 +1,7 @@
source: parsers.py ---
source:
- parsers.py
---
# Parsers # Parsers

View File

@ -1,4 +1,7 @@
source: permissions.py ---
source:
- permissions.py
---
# Permissions # Permissions

View File

@ -1,4 +1,7 @@
source: relations.py ---
source:
- relations.py
---
# Serializer relations # Serializer relations

View File

@ -1,4 +1,7 @@
source: renderers.py ---
source:
- renderers.py
---
# Renderers # Renderers

View File

@ -1,4 +1,7 @@
source: request.py ---
source:
- request.py
---
# Requests # Requests

View File

@ -1,4 +1,7 @@
source: response.py ---
source:
- response.py
---
# Responses # Responses

View File

@ -1,4 +1,7 @@
source: reverse.py ---
source:
- reverse.py
---
# Returning URLs # Returning URLs

View File

@ -1,4 +1,7 @@
source: routers.py ---
source:
- routers.py
---
# Routers # Routers

View File

@ -1,4 +1,7 @@
source: schemas.py ---
source:
- schemas.py
---
# Schemas # Schemas

View File

@ -1,4 +1,7 @@
source: serializers.py ---
source:
- serializers.py
---
# Serializers # Serializers

View File

@ -1,4 +1,7 @@
source: settings.py ---
source:
- settings.py
---
# Settings # Settings

View File

@ -1,4 +1,7 @@
source: status.py ---
source:
- status.py
---
# Status Codes # Status Codes

View File

@ -1,4 +1,7 @@
source: test.py ---
source:
- test.py
---
# Testing # Testing

View File

@ -1,4 +1,7 @@
source: throttling.py ---
source:
- throttling.py
---
# Throttling # Throttling

View File

@ -1,4 +1,7 @@
source: validators.py ---
source:
- validators.py
---
# Validators # Validators

View File

@ -1,4 +1,7 @@
source: versioning.py ---
source:
- versioning.py
---
# Versioning # Versioning

View File

@ -1,5 +1,8 @@
source: decorators.py ---
views.py source:
- decorators.py
- views.py
---
# Class-based Views # Class-based Views

View File

@ -1,4 +1,7 @@
source: viewsets.py ---
source:
- viewsets.py
---
# ViewSets # ViewSets