diff options
| author | Marko Tibold | 2011-12-30 01:36:43 +0100 |
|---|---|---|
| committer | Marko Tibold | 2011-12-30 01:36:43 +0100 |
| commit | 91cee26ad89c04a70f33ae334150dd127f900474 (patch) | |
| tree | 3f894d3da06c21ca57d22d7d55c607742f028d6c /docs/examples.rst | |
| parent | 500b0dcddc2d965a595eadadc70fb06d2648cc96 (diff) | |
| download | django-rest-framework-91cee26ad89c04a70f33ae334150dd127f900474.tar.bz2 | |
Some initial refactoring of the docs.
Diffstat (limited to 'docs/examples.rst')
| -rw-r--r-- | docs/examples.rst | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/examples.rst b/docs/examples.rst new file mode 100644 index 00000000..911ebdf3 --- /dev/null +++ b/docs/examples.rst @@ -0,0 +1,9 @@ +.. toctree:: + :maxdepth: 1 + + examples/views + examples/modelviews + examples/objectstore + examples/pygments + examples/blogpost + examples/sandbox |
