From 032cb7959265d7fe631dd3e0a6ff84da88dc71e5 Mon Sep 17 00:00:00 2001 From: markotibold Date: Wed, 27 Apr 2011 22:28:08 +0200 Subject: fix tiny spelling errors --- docs/examples/pygments.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/examples') diff --git a/docs/examples/pygments.rst b/docs/examples/pygments.rst index decc2f65..b4bc2c16 100644 --- a/docs/examples/pygments.rst +++ b/docs/examples/pygments.rst @@ -31,12 +31,12 @@ We'll need two resources: Form validation --------------- -We'll now add a form to specify what input fields are required when creating a new highlighed code snippet. This will include: +We'll now add a form to specify what input fields are required when creating a new highlighted code snippet. This will include: * The code text itself. * An optional title for the code. * A flag to determine if line numbers should be included. -* Which programming langauge to interpret the code snippet as. +* Which programming language to interpret the code snippet as. * Which output style to use for the highlighting. ``forms.py`` -- cgit v1.2.3 From 304786657a8cbff323f21b7297c142f6ca5a1cc1 Mon Sep 17 00:00:00 2001 From: markotibold Date: Mon, 16 May 2011 23:54:35 +0200 Subject: 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 --- docs/examples/blogpost.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/examples') 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 -- cgit v1.2.3