diff options
| author | markotibold | 2011-05-16 23:54:35 +0200 |
|---|---|---|
| committer | markotibold | 2011-05-16 23:54:35 +0200 |
| commit | 304786657a8cbff323f21b7297c142f6ca5a1cc1 (patch) | |
| tree | ad79511812ecf5f1b49a715efb6b3393173de2e5 /docs/examples/blogpost.rst | |
| parent | 3039f6f6c29d0b469810adcd6ba450361f2a16de (diff) | |
| download | django-rest-framework-304786657a8cbff323f21b7297c142f6ca5a1cc1.tar.bz2 | |
Getting rid of all errors and warnings that show up when building the docs, to make a clean start with the library documentation .
--HG--
rename : docs/library/authenticators.rst => docs/library/authentication.rst
rename : docs/library/emitters.rst => docs/library/renderers.rst
Diffstat (limited to 'docs/examples/blogpost.rst')
| -rw-r--r-- | docs/examples/blogpost.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/examples/blogpost.rst b/docs/examples/blogpost.rst index 07f7cbc5..9d762f52 100644 --- a/docs/examples/blogpost.rst +++ b/docs/examples/blogpost.rst @@ -27,7 +27,7 @@ Creating the resources Once we have some existing models there's very little we need to do to create the corresponding resources. We simply create a base resource and an instance resource for each model we're working with. django-rest-framework will provide the default operations on the resources all the usual input validation that Django's models can give us for free. -``views.py`` +#``views.py`` -.. include:: ../../examples/blogpost/views.py - :literal:
\ No newline at end of file +#.. include:: ../../examples/blogpost/views.py +# :literal:
\ No newline at end of file |
