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
84d9c4b4
Commit
84d9c4b4
authored
Oct 22, 2014
by
Dougal Matthews
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change site_dir to html to match mkdocs.py
parent
04abe983
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
8 deletions
+9
-8
CONTRIBUTING.md
+4
-4
docs/topics/contributing.md
+4
-4
mkdocs.yml
+1
-0
No files found.
CONTRIBUTING.md
View file @
84d9c4b4
...
...
@@ -101,15 +101,15 @@ There are many great markdown editors that make working with the documentation r
## Building the documentation
To build the documentation, simply
run the
`mkdocs.py`
script
.
To build the documentation, simply
install MkDocs with
`pip install mkdocs`
and then run the following command
.
./mkdocs.py
mkdocs build
This will build the html output into the
`html`
directory.
You can build the documentation and open a preview in a browser window by using the
`
-p`
flag
.
You can build the documentation and open a preview in a browser window by using the
`
serve`
command
.
./mkdocs.py -p
mkdocs serve
## Language style
...
...
docs/topics/contributing.md
View file @
84d9c4b4
...
...
@@ -135,15 +135,15 @@ There are many great Markdown editors that make working with the documentation r
## Building the documentation
To build the documentation, simply
run the
`mkdocs.py`
script
.
To build the documentation, simply
install MkDocs with
`pip install mkdocs`
and then run the following command
.
./mkdocs.py
mkdocs build
This will build the html output into the
`html`
directory.
You can build the documentation and open a preview in a browser window by using the
`
-p`
flag
.
You can build the documentation and open a preview in a browser window by using the
`
serve`
command
.
./mkdocs.py -p
mkdocs serve
## Language style
...
...
mkdocs.yml
View file @
84d9c4b4
...
...
@@ -51,6 +51,7 @@ pages:
-
[
'
topics/release-notes.md'
,
]
-
[
'
topics/credits.md'
,
]
site_dir
:
html
theme_dir
:
docs/theme
copyright
:
Copyright © 2014, <a href="https://twitter.com/_tomchristie">Tom Christie</a>.
google_analytics
:
[
'
UA-18852272-2'
,
'
django-rest-framework.org'
]
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