diff options
| author | Tom Christie | 2012-09-01 21:35:30 +0100 |
|---|---|---|
| committer | Tom Christie | 2012-09-01 21:35:30 +0100 |
| commit | b9177f740bf91e6e39abd0991f030d592b7ca6e5 (patch) | |
| tree | beeae22e34a85459528f73741dc58684cbf12319 /README.md | |
| parent | 5d21e42206938f840cbaeb08829d74644e84fc5d (diff) | |
| download | django-rest-framework-b9177f740bf91e6e39abd0991f030d592b7ca6e5.tar.bz2 | |
Docs tweak for first docs deployment
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 12 |
1 files changed, 11 insertions, 1 deletions
@@ -38,6 +38,16 @@ Install using `pip`... **TODO** +# Development + +To build the docs. + + ./mkdocs.py + +To run the tests. + + ./djangorestframework/runtests/runtests.py + # Changelog ## 2.0.0 @@ -71,7 +81,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. [twitter]: https://twitter.com/_tomchristie -[docs]: https://github.com/tomchristie/django-rest-framework/blob/restframework2/docs/index.md +[docs]: http://tomchristie.github.com/django-rest-framework/ [urlobject]: https://github.com/zacharyvoase/urlobject [markdown]: http://pypi.python.org/pypi/Markdown/ [pyyaml]: http://pypi.python.org/pypi/PyYAML |
