aboutsummaryrefslogtreecommitdiffstats
path: root/docs/index.rst
diff options
context:
space:
mode:
authorMarko Tibold2011-12-30 18:46:18 +0100
committerMarko Tibold2011-12-30 18:46:18 +0100
commite82ab8ea31de5a89470dd039e426af0e16df54f8 (patch)
tree0344084391d9df3feea02fa9a328747c1af2e5d5 /docs/index.rst
parent2394fc70d1c33def374014226e7648db12562af1 (diff)
downloaddjango-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.rst11
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