diff options
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 |
