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
7105c130
Commit
7105c130
authored
Dec 18, 2014
by
Tom Christie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add OPTIONS/metadata to docs index
parent
fcdef983
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
1 deletions
+4
-1
docs/api-guide/metadata.md
+1
-1
docs/index.md
+2
-0
mkdocs.yml
+1
-0
No files found.
docs/api-guide/metadata.md
View file @
7105c130
<a
class=
"github"
href=
"metadata.py"
></a>
source: metadata.py
---
...
...
docs/index.md
View file @
7105c130
...
...
@@ -181,6 +181,7 @@ The API guide is your complete reference manual to all the functionality provide
*
[
Filtering
][
filtering
]
*
[
Pagination
][
pagination
]
*
[
Content negotiation
][
contentnegotiation
]
*
[
Metadata
][
metadata
]
*
[
Format suffixes
][
formatsuffixes
]
*
[
Returning URLs
][
reverse
]
*
[
Exceptions
][
exceptions
]
...
...
@@ -305,6 +306,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
[
filtering
]:
api-guide/filtering.md
[
pagination
]:
api-guide/pagination.md
[
contentnegotiation
]:
api-guide/content-negotiation.md
[
metadata
]:
api-guide/metadata.md
[
formatsuffixes
]:
api-guide/format-suffixes.md
[
reverse
]:
api-guide/reverse.md
[
exceptions
]:
api-guide/exceptions.md
...
...
mkdocs.yml
View file @
7105c130
...
...
@@ -33,6 +33,7 @@ pages:
-
[
'
api-guide/filtering.md'
,
'
API
Guide'
,
'
Filtering'
]
-
[
'
api-guide/pagination.md'
,
'
API
Guide'
,
'
Pagination'
]
-
[
'
api-guide/content-negotiation.md'
,
'
API
Guide'
,
'
Content
negotiation'
]
-
[
'
api-guide/metadata.md'
,
'
API
Guide'
,
'
Metadata'
]
-
[
'
api-guide/format-suffixes.md'
,
'
API
Guide'
,
'
Format
suffixes'
]
-
[
'
api-guide/reverse.md'
,
'
API
Guide'
,
'
Returning
URLs'
]
-
[
'
api-guide/exceptions.md'
,
'
API
Guide'
,
'
Exceptions'
]
...
...
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