/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
=======================
51
38
   ec2 
52
39
 
53
40
 
54
 
Developing using breezy
 
41
Developing using bzrlib
55
42
=======================
56
43
 
57
44
.. toctree::
60
47
   overview
61
48
   integration
62
49
 
63
 
* `Writing plugins for Breezy <plugin-development.txt>`_
 
50
* `Writing plugins for Bazaar <http://doc.bazaar.canonical.com/plugins/en/plugin-development.html>`_ (web link)
64
51
 
65
 
* `breezy API reference <api/index.txt>`_
 
52
* `bzrlib API reference <http://starship.python.net/crew/mwh/bzrlibapi/>`_
 
53
  (web link)
66
54
 
67
55
 
68
56
Other documents
78
66
   miscellaneous-notes
79
67
 
80
68
 
81
 
Licence
82
 
============
83
 
 
84
 
Copyright 2005-2011 Canonical Ltd.
85
 
Copyright 2018 Breezy Developers
86
 
 
87
 
Breezy is free software, and you
88
 
may use, modify and redistribute both Breezy and this document under
89
 
the terms of the GNU General Public License version 2 or later.  See
90
 
<http://www.gnu.org/licenses/>.
91
 
 
92
69
.. |--| unicode:: U+2014
93
70
 
94
71
..