Mercurial > p > roundup > code
changeset 688:b38f4f95bffd
More doc tweaks
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Thu, 11 Apr 2002 00:26:05 +0000 |
| parents | cbe9667de522 |
| children | 456a1ed04650 |
| files | doc/FAQ.txt doc/customizing.txt doc/default.css doc/developers.txt doc/getting_started.txt doc/implementation.txt doc/installation.txt doc/user_guide.txt |
| diffstat | 8 files changed, 18 insertions(+), 13 deletions(-) [+] |
line wrap: on
line diff
--- a/doc/FAQ.txt Wed Apr 10 23:57:54 2002 +0000 +++ b/doc/FAQ.txt Thu Apr 11 00:26:05 2002 +0000 @@ -1,7 +1,8 @@ +=========== Roundup FAQ =========== -:Version: $Revision: 1.8 $ +:Version: $Revision: 1.9 $ NOTE: This is just a grabbag, most of this should go into documentation.
--- a/doc/customizing.txt Wed Apr 10 23:57:54 2002 +0000 +++ b/doc/customizing.txt Thu Apr 11 00:26:05 2002 +0000 @@ -1,7 +1,8 @@ +=================== Customising Roundup =================== -:Version: $Revision: 1.4 $ +:Version: $Revision: 1.5 $ .. contents::
--- a/doc/default.css Wed Apr 10 23:57:54 2002 +0000 +++ b/doc/default.css Thu Apr 11 00:26:05 2002 +0000 @@ -1,8 +1,8 @@ /* :Author: David Goodger :Contact: goodger@users.sourceforge.net -:date: $Date: 2002-04-10 23:57:54 $ -:version: $Revision: 1.2 $ +:date: $Date: 2002-04-11 00:26:05 $ +:version: $Revision: 1.3 $ :copyright: This stylesheet has been placed in the public domain. Default cascading style sheet for the HTML output of Docutils. @@ -34,9 +34,6 @@ font-weight: bold ; font-family: sans-serif } -div.contents li { - margin-top: -20px } - div.hint h3, div.important h3, div.note h3, div.tip h3 { font-weight: bold ; font-family: sans-serif }
--- a/doc/developers.txt Wed Apr 10 23:57:54 2002 +0000 +++ b/doc/developers.txt Thu Apr 11 00:26:05 2002 +0000 @@ -1,7 +1,8 @@ +================== Developing Roundup ================== -:Version: $Revision: 1.1 $ +:Version: $Revision: 1.2 $ 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 @@ -13,7 +14,7 @@ --------------- Anyone wishing to help in the development of Roundup must read `Roundup's -Design Document`_. +Design Document`_ and the `implementation notes`_. All development is coordinated through two resources: @@ -56,3 +57,4 @@ .. _`Table of Contents`: index.html .. _`Customising Roundup`: customizing.html .. _`Roundup's Design Document`: spec.html +.. _`implementation notes`: implementation.html
--- a/doc/getting_started.txt Wed Apr 10 23:57:54 2002 +0000 +++ b/doc/getting_started.txt Thu Apr 11 00:26:05 2002 +0000 @@ -1,7 +1,8 @@ +=============== Getting Started =============== -:Version: $Revision: 1.2 $ +:Version: $Revision: 1.3 $ .. contents::
--- a/doc/implementation.txt Wed Apr 10 23:57:54 2002 +0000 +++ b/doc/implementation.txt Thu Apr 11 00:26:05 2002 +0000 @@ -1,7 +1,8 @@ +==================== Implementation notes ==================== -:Version: $Revision: 1.2 $ +:Version: $Revision: 1.3 $ [see also the roundup package docstring]
