Skip to content

Commit 8b3c1ac

Browse files
author
Richard Jones
committed
More doc tweaks
1 parent c153c40 commit 8b3c1ac

File tree

8 files changed

+18
-13
lines changed

8 files changed

+18
-13
lines changed

doc/FAQ.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1+
===========
12
Roundup FAQ
23
===========
34

4-
:Version: $Revision: 1.8 $
5+
:Version: $Revision: 1.9 $
56

67
NOTE: This is just a grabbag, most of this should go into documentation.
78

doc/customizing.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1+
===================
12
Customising Roundup
23
===================
34

4-
:Version: $Revision: 1.4 $
5+
:Version: $Revision: 1.5 $
56

67
.. contents::
78

doc/default.css

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/*
22
:Author: David Goodger
33
4-
:date: $Date: 2002-04-10 23:57:54 $
5-
:version: $Revision: 1.2 $
4+
:date: $Date: 2002-04-11 00:26:05 $
5+
:version: $Revision: 1.3 $
66
:copyright: This stylesheet has been placed in the public domain.
77
88
Default cascading style sheet for the HTML output of Docutils.
@@ -34,9 +34,6 @@ div.warning h3 {
3434
font-weight: bold ;
3535
font-family: sans-serif }
3636

37-
div.contents li {
38-
margin-top: -20px }
39-
4037
div.hint h3, div.important h3, div.note h3, div.tip h3 {
4138
font-weight: bold ;
4239
font-family: sans-serif }

doc/developers.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1+
==================
12
Developing Roundup
23
==================
34

4-
:Version: $Revision: 1.1 $
5+
:Version: $Revision: 1.2 $
56

67
Note: the intended audience of this document is the developers of the core
78
Roundup code. If you just wish to alter some behaviour of your Roundup
@@ -13,7 +14,7 @@ Getting Started
1314
---------------
1415

1516
Anyone wishing to help in the development of Roundup must read `Roundup's
16-
Design Document`_.
17+
Design Document`_ and the `implementation notes`_.
1718

1819
All development is coordinated through two resources:
1920

@@ -56,3 +57,4 @@ Back to `Table of Contents`_
5657
.. _`Table of Contents`: index.html
5758
.. _`Customising Roundup`: customizing.html
5859
.. _`Roundup's Design Document`: spec.html
60+
.. _`implementation notes`: implementation.html

doc/getting_started.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1+
===============
12
Getting Started
23
===============
34

4-
:Version: $Revision: 1.2 $
5+
:Version: $Revision: 1.3 $
56

67
.. contents::
78

doc/implementation.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1+
====================
12
Implementation notes
23
====================
34

4-
:Version: $Revision: 1.2 $
5+
:Version: $Revision: 1.3 $
56

67
[see also the roundup package docstring]
78

doc/installation.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1+
==================
12
Installing Roundup
23
==================
34

4-
:Version: $Revision: 1.2 $
5+
:Version: $Revision: 1.3 $
56

67
.. contents::
78

doc/user_guide.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1+
==========
12
User Guide
23
==========
34

4-
:Version: $Revision: 1.2 $
5+
:Version: $Revision: 1.3 $
56

67
.. contents::
78

0 commit comments

Comments
 (0)