/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to tools/generate_release_notes.py

  • Committer: Breezy landing bot
  • Author(s): Jelmer Vernooij
  • Date: 2018-11-18 12:18:03 UTC
  • mfrom: (7192.1.1 docs-on-homepage)
  • Revision ID: breezy.the.bot@gmail.com-20181118121803-k5rwgtig1rz69iql
Some improvements to the documentation.

Merged from https://code.launchpad.net/~jelmer/brz/docs-on-homepage/+merge/358952

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
 
36
36
preamble_plain = """\
37
37
####################
38
 
Bazaar Release Notes
 
38
Breezy Release Notes
39
39
####################
40
40
 
41
41
 
46
46
 
47
47
preamble_sphinx = """\
48
48
####################
49
 
Bazaar Release Notes
 
49
Breezy Release Notes
50
50
####################
51
51
 
52
52
 
92
92
    for line in lines:
93
93
        if line == '####################\n':
94
94
            line = '#' * len(title) + '\n'
95
 
        elif line == 'Bazaar Release Notes\n':
 
95
        elif line == 'Breezy Release Notes\n':
96
96
            line = title + '\n'
97
97
        elif line == '.. toctree::\n':
98
98
            continue