/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 doc/developers/index.txt

  • Committer: Robert Collins
  • Date: 2010-05-06 11:08:10 UTC
  • mto: This revision was merged to the branch mainline in revision 5223.
  • Revision ID: robertc@robertcollins.net-20100506110810-h3j07fh5gmw54s25
Cleaner matcher matching revised unlocking protocol.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
=================================
2
 
Breezy Developer Document Catalog
 
2
Bazaar Developer Document Catalog
3
3
=================================
4
4
 
5
5
 
12
12
   contribution-quickstart
13
13
 
14
14
 
15
 
Working on Breezy
 
15
Working on Bazaar
16
16
=================
17
17
 
18
18
.. toctree::
19
19
   :maxdepth: 1
20
20
 
 
21
   cycle
21
22
   profiling
22
23
   bug-handling
23
24
   HACKING
24
25
   testing
25
 
   code-review
26
 
   code-style
27
 
   documenting-changes
28
 
 
29
 
* `Contributing to Breezy Documentation <http://wiki.bazaar.canonical.com/ContributingToTheDocs>`_ (wiki)
30
 
 
31
 
 
32
 
Architecture overviews
33
 
======================
34
 
 
35
 
.. toctree::
36
 
   :maxdepth: 1
37
 
 
38
 
   configuration
39
 
   fetch
40
 
   transports
41
 
   ui
 
26
 
 
27
* `Contributing to Bazaar Documentation <http://wiki.bazaar.canonical.com/ContributingToTheDocs>`_ (wiki)
 
28
 
42
29
 
43
30
Releasing and Packaging
44
31
=======================
60
47
   overview
61
48
   integration
62
49
 
63
 
* `Writing plugins for Breezy <http://doc.bazaar.canonical.com/plugins/en/plugin-development.html>`_ (web link)
 
50
* `Writing plugins for Bazaar <http://doc.bazaar.canonical.com/plugins/en/plugin-development.html>`_ (web link)
64
51
 
65
 
* `bzrlib API reference <http://people.canonical.com/~mwh/bzrlibapi/>`_
 
52
* `bzrlib API reference <http://starship.python.net/crew/mwh/bzrlibapi/>`_
66
53
  (web link)
67
54
 
68
55
 
79
66
   miscellaneous-notes
80
67
 
81
68
 
82
 
Licence
83
 
============
84
 
 
85
 
Copyright 2005-2011 Canonical Ltd. Breezy is free software, and you
86
 
may use, modify and redistribute both Breezy and this document under
87
 
the terms of the GNU General Public License version 2 or later.  See
88
 
<http://www.gnu.org/licenses/>.
89
 
 
90
69
.. |--| unicode:: U+2014
91
70
 
92
71
..