~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to tools/doc_generate/autodoc_rstx.py

  • Committer: Alexander Belchenko
  • Date: 2006-07-30 07:23:36 UTC
  • mto: (1711.2.111 jam-integration)
  • mto: This revision was merged to the branch mainline in revision 1906.
  • Revision ID: bialix@ukr.net-20060730072336-3e9fd7ddb67b5f47
More branding: bazaar-ng -> Bazaar; bazaar-ng.org -> bazaar-vcs.org

Show diffs side-by-side

added added

removed removed

Lines of Context:
148
148
.. Generation time: %(timestamp)s
149
149
 
150
150
=============================================
151
 
Man page for %(bzrcmd)s (bazaar-ng)
 
151
Man page for Bazaar (%(bzrcmd)s)
152
152
=============================================
153
153
 
154
154
:Date: %(datestamp)s
163
163
rstx_head = """\
164
164
Name
165
165
====
166
 
%(bzrcmd)s - bazaar-ng next-generation distributed version control
 
166
Bazaar (%(bzrcmd)s) - next-generation distributed version control
167
167
 
168
168
Synopsis
169
169
========
176
176
 
177
177
Description
178
178
===========
179
 
bazaar-ng (or **%(bzrcmd)s**) is a project of Canonical to develop
 
179
Bazaar (or **%(bzrcmd)s**) is a project of Canonical to develop
180
180
an open source distributed version control system that is powerful,
181
181
friendly, and scalable. Version control means a system
182
182
that keeps track of previous revisions of software source code
230
230
--------------------
231
231
 
232
232
.. Contents::
233
 
        **Index**
 
233
    **Index**
234
234
"""