From: stefan Date: Thu, 12 Feb 2009 16:21:46 +0000 (+0000) Subject: Cleanup. X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=248741f62f95000a9fff2d834eebd69ca31cb035;p=roundup.git Cleanup. git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/roundup/trunk@4128 57a73879-2fb5-44c3-a270-3262357dd7e2 --- diff --git a/doc/FAQ.txt b/doc/FAQ.txt index dbdbeb5..f264afb 100644 --- a/doc/FAQ.txt +++ b/doc/FAQ.txt @@ -2,8 +2,6 @@ Roundup FAQ =========== -:Version: $Revision: 1.23 $ - .. contents:: @@ -204,10 +202,5 @@ Note that if an "order" property is defined on a Class that is used for sorting, all items of that Class *must* have a value against the "order" property, or sorting will result in random ordering. ------------------ - -Back to `Table of Contents`_ - -.. _`Table of Contents`: index.html .. _`customisation`: customizing.html diff --git a/doc/admin_guide.txt b/doc/admin_guide.txt index ebf4c5e..95a15a8 100644 --- a/doc/admin_guide.txt +++ b/doc/admin_guide.txt @@ -2,8 +2,6 @@ Administration Guide ==================== -:Version: $Revision: 1.28 $ - .. contents:: What does Roundup install? @@ -370,10 +368,5 @@ solution to this is to: of your normal login -------------------- - -Back to `Table of Contents`_ - -.. _`Table of Contents`: index.html .. _`customisation documentation`: customizing.html .. _`upgrading documentation`: upgrading.html diff --git a/doc/customizing.txt b/doc/customizing.txt index dadd5ec..9ab3fbc 100644 --- a/doc/customizing.txt +++ b/doc/customizing.txt @@ -4,8 +4,6 @@ Customising Roundup =================== -:Version: $Revision: 1.223 $ - .. This document borrows from the ZopeBook section on ZPT. The original is at: http://www.zope.org/Documentation/Books/ZopeBook/current/ZPT.stx @@ -4857,11 +4855,4 @@ in which it reloads edited templates immediately when they are changed, rather than requiring a web server restart. -------------------- - -Back to `Table of Contents`_ - -.. _`Table of Contents`: index.html .. _`design documentation`: design.html -.. _`admin guide`: admin_guide.html - diff --git a/doc/design.txt b/doc/design.txt index 4cee32e..859fdeb 100644 --- a/doc/design.txt +++ b/doc/design.txt @@ -1652,10 +1652,5 @@ Changes to this document - Access Controls - Added "actor" property ------------------- - -Back to `Table of Contents`_ - -.. _`Table of Contents`: index.html .. _customisation: customizing.html diff --git a/doc/developers.txt b/doc/developers.txt index a37347c..fd5b16f 100644 --- a/doc/developers.txt +++ b/doc/developers.txt @@ -2,8 +2,6 @@ Developing Roundup ================== -:Version: $Revision: 1.16 $ - .. note:: The intended audience of this document is the developers of the core Roundup code. If you just wish to alter some behaviour of your Roundup @@ -429,11 +427,6 @@ Translatable Messages`_.) At run time, Roundup automatically compiles message catalogs whenever `PO`_ file is changed. ------------------ - -Back to `Table of Contents`_ - -.. _`Table of Contents`: index.html .. _`Customising Roundup`: customizing.html .. _`Roundup's Design Document`: spec.html .. _`implementation notes`: implementation.html diff --git a/doc/installation.txt b/doc/installation.txt index f8bdf75..5dfa7ef 100644 --- a/doc/installation.txt +++ b/doc/installation.txt @@ -2,8 +2,6 @@ Installing Roundup ================== -:Version: $Revision: 1.130 $ - .. contents:: :depth: 2 @@ -1010,12 +1008,6 @@ If the above fails, you may be using the wrong version of python. Try Roundup -- from installation and scripts. -------------------------------------------------------------------------------- - -Back to `Table of Contents`_ - -Next: `User Guide`_ - .. _`table of contents`: index.html .. _`user guide`: user_guide.html .. _`roundup specification`: spec.html diff --git a/doc/user_guide.txt b/doc/user_guide.txt index 5879370..9440132 100644 --- a/doc/user_guide.txt +++ b/doc/user_guide.txt @@ -2,8 +2,6 @@ User Guide ========== -:Version: $Revision: 1.38 $ - .. contents:: .. hint:: @@ -804,9 +802,3 @@ Also the tautological:: Remember the roundup commands that accept multiple designators accept them ',' separated so using '-dc' is almost always required. ------------------ - -Back to `Table of Contents`_ - -.. _`Table of Contents`: index.html -.. _`customisation documentation`: customizing.html