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/contents.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/contents.rst')
| -rw-r--r-- | docs/contents.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/contents.rst b/docs/contents.rst index 4dbe5baa..d8e6e742 100644 --- a/docs/contents.rst +++ b/docs/contents.rst @@ -3,7 +3,8 @@ Documentation .. toctree:: :maxdepth: 2 - + + howto library examples |
