aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2014-11-26perform_create, perform_update, perform_destroy hooksTom Christie
2014-11-25Updating fields docsTom Christie
2014-11-25Merge branch 'master' into 3.0-docsTom Christie
2014-11-25Move Quickstart back into 'Tutorial' sectionTom Christie
2014-11-25Add validators pageTom Christie
2014-11-25Merge masterTom Christie
2014-11-25Minor docs tweaksTom Christie
2014-11-25TweakTom Christie
2014-11-25Merge branch 'master' of https://github.com/tomchristie/django-rest-frameworkTom Christie
2014-11-25Merge branch 'd0ugal-mkdocs'Tom Christie
2014-11-25Use default 'site' directory for docs buildsTom Christie
2014-11-25Include CNAME fileTom Christie
2014-11-25Merge branch 'mkdocs' of git://github.com/d0ugal/django-rest-framework into ↵Tom Christie
d0ugal-mkdocs
2014-11-25Add missing optionsTom Christie
2014-11-25Merge pull request #2133 from jpadilla/toxTom Christie
Add markdown and PyYAML to tox test requirements
2014-11-25Fix failing YAML testsJosé Padilla
2014-11-25Typo. Refs #2132.Tom Christie
2014-11-25Merge pull request #2132 from jpadilla/third-party-packagesTom Christie
Document writing third party packages
2014-11-25Document writing third party packagesJosé Padilla
Add the following sections: - “About Third Party Packages” - “How to create a Third Party Package” - “Existing Third Party Packages” Resolve #2043
2014-11-25Add markdown and PyYAML to tox test requirementsJosé Padilla
2014-11-25Use the is_homepage property.Dougal Matthews
2014-11-25Remove commented out titleDougal Matthews
2014-11-25Refer to the current_page title rather than filenameDougal Matthews
2014-11-25Don't add main to the top level items on the home pageDougal Matthews
2014-11-25Add The title to the top of the TOC for the home pageDougal Matthews
2014-11-25Mark the homepage as active when visitedDougal Matthews
2014-11-25Change the background of the selected page on the dropdownDougal Matthews
2014-11-25Add Home link to the themeDougal Matthews
2014-11-25Highlight H1's in the TOCDougal Matthews
2014-11-25Make the quotes consistentDougal Matthews
2014-11-25Added nicer page titlesDougal Matthews
2014-11-25Disable prev and next linksDougal Matthews
2014-11-25Fix previous and next linksDougal Matthews
2014-11-25Clean up extra white spaceJosé Padilla
2014-11-25Use single quotes for consistencyJosé Padilla
Conflicts: mkdocs.yml
2014-11-25Update tabbing and cleanup theme templatesJosé Padilla
2014-11-25Move content template into base.htmlJosé Padilla
2014-11-25Use MkDocs meta.source to render source code linksJosé Padilla
2014-11-25Add validators from 27622058872c00e357deb7d7e86619a793ef4b41 andDougal Matthews
254701230d85612cf0210d4549c2d74f410a181d
2014-11-25Fixed copypasta failDougal Matthews
2014-11-25Move the docs theme out of the docs folder.Dougal Matthews
2014-11-25Correct the capitalisation of APIDougal Matthews
2014-11-25Move nav to it's own template based on the MkDocs themeDougal Matthews
2014-11-25Add meta descriptionDougal Matthews
2014-11-25Add a workaround for not having the index nameDougal Matthews
2014-11-25Fixed the TOC (again)Dougal Matthews
Not sure how I broke it ;-)
2014-11-25Add next and previous page.Dougal Matthews
2014-11-25Bring back the promo sectionDougal Matthews
2014-11-25Fix the Navigation styleDougal Matthews
2014-11-25Use page_title instead of title in docs themeJosé Padilla