aboutsummaryrefslogtreecommitdiffstats
path: root/docs
AgeCommit message (Collapse)Author
2012-01-02Drop mercurial reference.Tom Christie
2012-01-02Added an example of how to use authentication and throttling.Marko Tibold
2011-12-30Colouring of literal codeMarko Tibold
Get the nice colouring sphinx provides and fix some more typos.
2011-12-30typosMarko Tibold
2011-12-30Added a simple example of how to use urllib and urllib2 to interactMarko Tibold
with an api.
2011-12-30Merge remote-tracking branch 'origin/master'Marko Tibold
2011-12-30some more refactoring and some style enhancements. Just committingMarko Tibold
to stay in sync.
2011-12-30drop linkcheckingMarko Tibold
2011-12-30Merge remote-tracking branch 'upstream/master'Marko Tibold
2011-12-30Some initial refactoring of the docs.Marko Tibold
2011-12-29For now just point the examples at rest.ep.ioTom Christie
Would be nice to keep the custom subdomain, but too much of a PITA right now.
2011-12-21set linkcheck_timeout to very large, to prevent timeouts on the CI.Marko Tibold
2011-12-15Merge remote-tracking branch 'upstream/master'Marko Tibold
2011-12-15Update docs/howto/setup.rstMarko Tibold
2011-12-15reduced output to errors and warnings onlyMarko Tibold
2011-12-15Don't output html to a tempdir, but keep them.Marko Tibold
2011-12-15see previous commit message.Marko Tibold
2011-12-15Adding a docs env to the tox project.Marko Tibold
This will run the linkcheck and build the html docs, turning any warnings into errors. Also changed the theme to sphinx-doc and added version to be displayed in the docs.
2011-12-12deleted reference to bitbucket from the docsMarko Tibold
2011-12-09We do not have a blog. We do not host on BitBucket.Tom Christie
2011-06-15Merge throttling and fix up a coupla thingsTom Christie
2011-06-15Allow related models to be fully serializedTom Christie
2011-06-14Support for nesting resources etc...Tom Christie
--HG-- rename : djangorestframework/tests/resources.py => djangorestframework/tests/serializer.py
2011-06-13I added a dns record to my domain: jenkins.tibold.nlmarkotibold
2011-06-09Fix up the exampleTom Christie
2011-06-02More updating docs for 0.2Tom Christie
--HG-- rename : docs/examples/modelresources.rst => docs/examples/modelviews.rst rename : docs/examples/resources.rst => docs/examples/views.rst
2011-06-02Updating docs for 0.2Tom Christie
2011-06-02updating docs for 0.2Tom Christie
2011-05-19The core is now documented from the docstrings in the source.markotibold
2011-05-17Merge Marko's doc improvements.Tom Christie
2011-05-17All top level modules are included. Ready for diving into the modules and ↵markotibold
documenting/ enhancing already existing docs.
2011-05-16Getting rid of all errors and warnings that show up when building the docs, ↵markotibold
to make a clean start with the library documentation . --HG-- rename : docs/library/authenticators.rst => docs/library/authentication.rst rename : docs/library/emitters.rst => docs/library/renderers.rst
2011-04-27fix tiny spelling errorsmarkotibold
2011-04-27Docs impovementTom Christie
2011-03-05Doc tweaking again. Must get back to some proper stuff soon...tom christie tom@tomchristie.com
2011-03-05Doc tweaking again. Must get back to some proper stuff soon...tom christie tom@tomchristie.com
2011-03-03./examples/modelresourceexample/models.pytom christie tom@tomchristie.com
2011-02-22More nonsense in the docstom christie tom@tomchristie.com
2011-02-22Add the .zip download to the docstom christie tom@tomchristie.com
2011-02-21Nitpicking0.1tom christie tom@tomchristie.com
2011-02-21Add pip/easy_install to the docstom christie tom@tomchristie.com
2011-02-19Minor notes on installationtom christie tom@tomchristie.com
2011-02-19Minor notes on installationtom christie tom@tomchristie.com
2011-02-19Add setup.pytom christie tom@tomchristie.com
2011-02-19Minor doc tweakstom christie tom@tomchristie.com
2011-02-19Link to django docs on serving admin mediatom christie tom@tomchristie.com
2011-02-19Mention deny robots, favicon and login/logout viewstom christie tom@tomchristie.com
2011-02-19Note the sandbox API a couple more times, just in case they didn't get the ↵tom christie tom@tomchristie.com
message yet.
2011-02-19Clean up the docstom christie tom@tomchristie.com
2011-02-04Huge stack of refactoring getting stuff into Mixin classes, and loads of ↵tom christie tom@tomchristie.com
tests. Kickass.