/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 breezy/doc_generate/autodoc_rstx.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:
17
17
"""Generate reStructuredText source for the User Reference Manual.
18
18
Loosely based on the manpage generator autodoc_man.py.
19
19
 
20
 
Written by the Bazaar community.
 
20
Written by the Bazaar/Breezy community.
21
21
"""
22
22
 
23
23
from __future__ import absolute_import
149
149
 
150
150
rstx_head = """\
151
151
#####################
152
 
Bazaar User Reference
 
152
Breezy User Reference
153
153
#####################
154
154
 
155
155
About This Manual
156
156
#################
157
157
 
158
 
This manual is generated from Bazaar's online help. To use
 
158
This manual is generated from Breezy's online help. To use
159
159
the online help system, try the following commands.
160
160
 
161
161
    Introduction including a list of commonly used commands::
174
174
 
175
175
        brz help topic-or-command-name
176
176
 
177
 
The following web sites provide further information on Bazaar:
 
177
The following web sites provide further information on Breezy:
178
178
 
179
179
:Home page:                     http://www.breezy-vcs.org/
180
 
:Bazaar docs:                   http://doc.bazaar.canonical.com/
 
180
:Breezy docs:                   http://www.breezy-vcs.org/doc/
181
181
:Launchpad:                     https://launchpad.net/brz/
182
182
"""
183
183