Skip to content

Commit 6c3a152

Browse files
author
Richard Jones
committed
*** empty log message ***
1 parent 75bc13a commit 6c3a152

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

doc/default.css

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/*
22
:Author: David Goodger
33
4-
:date: $Date: 2004-06-09 00:11:49 $
5-
:version: $Revision: 1.12.2.1 $
4+
:date: $Date: 2004-06-09 00:14:30 $
5+
:version: $Revision: 1.12.2.2 $
66
:copyright: This stylesheet has been placed in the public domain.
77
88
Default cascading style sheet for the HTML output of Docutils.
@@ -35,7 +35,8 @@ div.hint, div.note {
3535
font-size: 80%;
3636
float: right;
3737
width: 15em;
38-
margin: 1 ;
38+
margin: 0.5em;
39+
margin-left: 1em ;
3940
border: solid #aaa;
4041
background: #eee;
4142
padding: 1em;

doc/installation.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ Installing Roundup
55
:Version: 1.76
66

77
.. contents::
8+
:depth: 2
89

910

1011
Overview
@@ -89,6 +90,10 @@ folder names" check box is checked before you extract the files.
8990
Testing your Python
9091
-------------------
9192

93+
.. note::
94+
The Windows installer doesn't include the ``run_tests.py`` or ``demo.py``
95+
scripts - you will need to download the source to use them.
96+
9297
Once you've unpacked roundup's source, run ``python run_tests.py`` in the
9398
source directory and make sure there are no errors. If there are errors,
9499
please let us know!

0 commit comments

Comments
 (0)