diff options
| author | Marko Tibold | 2011-12-30 18:46:18 +0100 |
|---|---|---|
| committer | Marko Tibold | 2011-12-30 18:46:18 +0100 |
| commit | e82ab8ea31de5a89470dd039e426af0e16df54f8 (patch) | |
| tree | 0344084391d9df3feea02fa9a328747c1af2e5d5 /docs/index.rst | |
| parent | 2394fc70d1c33def374014226e7648db12562af1 (diff) | |
| download | django-rest-framework-e82ab8ea31de5a89470dd039e426af0e16df54f8.tar.bz2 | |
Added a simple example of how to use urllib and urllib2 to interact
with an api.
Diffstat (limited to 'docs/index.rst')
| -rw-r--r-- | docs/index.rst | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/docs/index.rst b/docs/index.rst index bec9e67f..3311bfa9 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -92,16 +92,7 @@ The following example exposes your `MyModel` model through an api. It will provi url(r'^(?P<pk>[^/]+)/$', InstanceModelView.as_view(resource=MyResource)), ) -How Tos, FAQs & Notes ---------------------- - -.. toctree:: - :maxdepth: 1 - - howto/setup - howto/usingcurl - howto/alternativeframeworks - howto/mixin +.. include:: howto.rst .. include:: library.rst |
