From 30bdf22bc7a262858b02b65b0ed154dec46d911d Mon Sep 17 00:00:00 2001 From: Simon Meers Date: Mon, 20 Aug 2012 13:42:57 +1000 Subject: [PATCH] Fixed #18799 -- Improved index links for CBV documentation. Thanks anthonyb. --- docs/index.txt | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/index.txt b/docs/index.txt index 011ecdb0bc..ca08301dad 100644 --- a/docs/index.txt +++ b/docs/index.txt @@ -104,9 +104,11 @@ to know about views via the links below: :doc:`Custom storage ` * **Class-based views:** - :doc:`Overview` | - :doc:`Built-in class-based views` | - :doc:`Built-in view mixins` + :doc:`Overview ` | + :doc:`Built-in display views ` | + :doc:`Built-in editing views ` | + :doc:`Using mixins ` | + :doc:`API reference ` * **Advanced:** :doc:`Generating CSV ` |