mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-07-29 17:39:48 +03:00
Use yaml-style mkdocs metadata
This commit is contained in:
parent
6be2cc4dd2
commit
abaccbdba6
|
@ -1,4 +1,7 @@
|
||||||
source: authentication.py
|
---
|
||||||
|
source:
|
||||||
|
- authentication.py
|
||||||
|
---
|
||||||
|
|
||||||
# Authentication
|
# Authentication
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,7 @@
|
||||||
source: negotiation.py
|
---
|
||||||
|
source:
|
||||||
|
- negotiation.py
|
||||||
|
---
|
||||||
|
|
||||||
# Content negotiation
|
# Content negotiation
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,7 @@
|
||||||
source: exceptions.py
|
---
|
||||||
|
source:
|
||||||
|
- exceptions.py
|
||||||
|
---
|
||||||
|
|
||||||
# Exceptions
|
# Exceptions
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,7 @@
|
||||||
source: fields.py
|
---
|
||||||
|
source:
|
||||||
|
- fields.py
|
||||||
|
---
|
||||||
|
|
||||||
# Serializer fields
|
# Serializer fields
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,7 @@
|
||||||
source: filters.py
|
---
|
||||||
|
source:
|
||||||
|
- filters.py
|
||||||
|
---
|
||||||
|
|
||||||
# Filtering
|
# Filtering
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,7 @@
|
||||||
source: urlpatterns.py
|
---
|
||||||
|
source:
|
||||||
|
- urlpatterns.py
|
||||||
|
---
|
||||||
|
|
||||||
# Format suffixes
|
# Format suffixes
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,8 @@
|
||||||
source: mixins.py
|
---
|
||||||
generics.py
|
source:
|
||||||
|
- mixins.py
|
||||||
|
- generics.py
|
||||||
|
---
|
||||||
|
|
||||||
# Generic views
|
# Generic views
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,7 @@
|
||||||
source: metadata.py
|
---
|
||||||
|
source:
|
||||||
|
- metadata.py
|
||||||
|
---
|
||||||
|
|
||||||
# Metadata
|
# Metadata
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,7 @@
|
||||||
source: parsers.py
|
---
|
||||||
|
source:
|
||||||
|
- parsers.py
|
||||||
|
---
|
||||||
|
|
||||||
# Parsers
|
# Parsers
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,7 @@
|
||||||
source: permissions.py
|
---
|
||||||
|
source:
|
||||||
|
- permissions.py
|
||||||
|
---
|
||||||
|
|
||||||
# Permissions
|
# Permissions
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,7 @@
|
||||||
source: relations.py
|
---
|
||||||
|
source:
|
||||||
|
- relations.py
|
||||||
|
---
|
||||||
|
|
||||||
# Serializer relations
|
# Serializer relations
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,7 @@
|
||||||
source: renderers.py
|
---
|
||||||
|
source:
|
||||||
|
- renderers.py
|
||||||
|
---
|
||||||
|
|
||||||
# Renderers
|
# Renderers
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,7 @@
|
||||||
source: request.py
|
---
|
||||||
|
source:
|
||||||
|
- request.py
|
||||||
|
---
|
||||||
|
|
||||||
# Requests
|
# Requests
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,7 @@
|
||||||
source: response.py
|
---
|
||||||
|
source:
|
||||||
|
- response.py
|
||||||
|
---
|
||||||
|
|
||||||
# Responses
|
# Responses
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,7 @@
|
||||||
source: reverse.py
|
---
|
||||||
|
source:
|
||||||
|
- reverse.py
|
||||||
|
---
|
||||||
|
|
||||||
# Returning URLs
|
# Returning URLs
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,7 @@
|
||||||
source: routers.py
|
---
|
||||||
|
source:
|
||||||
|
- routers.py
|
||||||
|
---
|
||||||
|
|
||||||
# Routers
|
# Routers
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,7 @@
|
||||||
source: schemas.py
|
---
|
||||||
|
source:
|
||||||
|
- schemas.py
|
||||||
|
---
|
||||||
|
|
||||||
# Schemas
|
# Schemas
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,7 @@
|
||||||
source: serializers.py
|
---
|
||||||
|
source:
|
||||||
|
- serializers.py
|
||||||
|
---
|
||||||
|
|
||||||
# Serializers
|
# Serializers
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,7 @@
|
||||||
source: settings.py
|
---
|
||||||
|
source:
|
||||||
|
- settings.py
|
||||||
|
---
|
||||||
|
|
||||||
# Settings
|
# Settings
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,7 @@
|
||||||
source: status.py
|
---
|
||||||
|
source:
|
||||||
|
- status.py
|
||||||
|
---
|
||||||
|
|
||||||
# Status Codes
|
# Status Codes
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,7 @@
|
||||||
source: test.py
|
---
|
||||||
|
source:
|
||||||
|
- test.py
|
||||||
|
---
|
||||||
|
|
||||||
# Testing
|
# Testing
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,7 @@
|
||||||
source: throttling.py
|
---
|
||||||
|
source:
|
||||||
|
- throttling.py
|
||||||
|
---
|
||||||
|
|
||||||
# Throttling
|
# Throttling
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,7 @@
|
||||||
source: validators.py
|
---
|
||||||
|
source:
|
||||||
|
- validators.py
|
||||||
|
---
|
||||||
|
|
||||||
# Validators
|
# Validators
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,7 @@
|
||||||
source: versioning.py
|
---
|
||||||
|
source:
|
||||||
|
- versioning.py
|
||||||
|
---
|
||||||
|
|
||||||
# Versioning
|
# Versioning
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,8 @@
|
||||||
source: decorators.py
|
---
|
||||||
views.py
|
source:
|
||||||
|
- decorators.py
|
||||||
|
- views.py
|
||||||
|
---
|
||||||
|
|
||||||
# Class-based Views
|
# Class-based Views
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,7 @@
|
||||||
source: viewsets.py
|
---
|
||||||
|
source:
|
||||||
|
- viewsets.py
|
||||||
|
---
|
||||||
|
|
||||||
# ViewSets
|
# ViewSets
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user