Skip to content

Commit a87545c

Browse files
committed
issue2550907 Fix errors when creating documentation. Work done by
Peter Funk (pefu). Made one small change omitting obsolete security.txt. Also fixed underlining in upgrading.txt so headers are properly formatted.
1 parent 61282e9 commit a87545c

File tree

4 files changed

+14
-3
lines changed

4 files changed

+14
-3
lines changed

CHANGES.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,9 @@ Fixed:
6666
- issue2550763 Strip whitespace from Multilink values after + or -.
6767
(W. Trevor King) Test heavily modified by John Rouillard. (applied
6868
by John Rouillard)
69+
- issue2550907 Fix errors when creating documentation. Work done by
70+
Peter Funk (pefu). (Applied by John Rouillard with small change
71+
omitting obsolete security.txt.)
6972

7073
2016-01-11: 1.5.1
7174

doc/conf.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,10 @@
9494

9595
# List of patterns, relative to source directory, that match files and
9696
# directories to ignore when looking for source files.
97-
exclude_patterns = ['_build']
97+
# see http://issues.roundup-tracker.org/issue2550907:
98+
exclude_patterns = ['_build',
99+
'announcement.txt', 'whatsnew-0.7.txt', 'whatsnew-0.8.txt',
100+
'security.txt' ]
98101

99102
# The reST default role (used for this markup: `text`) to use for all
100103
# documents.

doc/index.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,15 @@ Contents
1717
user_guide
1818
customizing
1919
admin_guide
20+
debugging
2021
xmlrpc
22+
overview
2123
Design (original) <design>
2224
developers
2325
tracker_templates
26+
Notes about the MySQL Database backend <mysql>
27+
Notes about the PostgreSQL Database backend <postgresql>
2428
glossary
2529
acknowledgements
30+
Richard Jones implementation notes <implementation>
2631
license

doc/upgrading.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Migrating from 1.5.1 to 1.6.0
2424
=============================
2525

2626
Database back end specified in config.ini
27-
--------------------
27+
-----------------------------------------
2828

2929
The ``db/backend_name`` file is no longer used to configure the database
3030
backend being used for a tracker. The backend is now configured in the
@@ -48,7 +48,7 @@ Note: the ``backend_name`` file may be located in a directory other than
4848
section of the ``config.ini`` file to be something other than ``db``.
4949

5050
html/_generic.404.html in trackers use page template
51-
--------------------
51+
----------------------------------------------------
5252

5353
The original generic 404 error pages for many trackers did not use the
5454
standard page layout. This change replaces the html/_generic.404.html

0 commit comments

Comments
 (0)