/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: Jelmer Vernooij
  • Date: 2018-11-21 03:39:28 UTC
  • mto: This revision was merged to the branch mainline in revision 7206.
  • Revision ID: jelmer@jelmer.uk-20181121033928-ck4sb5zfdwosw35b
Fix test.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
=================================
2
 
Bazaar Developer Document Catalog
 
2
Breezy Developer Document Catalog
3
3
=================================
4
4
 
5
5
 
12
12
   contribution-quickstart
13
13
 
14
14
 
15
 
Working on Bazaar
 
15
Working on Breezy
16
16
=================
17
17
 
18
18
.. toctree::
19
19
   :maxdepth: 1
20
20
 
21
 
   cycle
22
21
   profiling
23
22
   bug-handling
24
23
   HACKING
25
24
   testing
26
 
 
27
 
* `Contributing to Bazaar Documentation <http://wiki.bazaar.canonical.com/ContributingToTheDocs>`_ (wiki)
28
 
 
 
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
29
42
 
30
43
Releasing and Packaging
31
44
=======================
47
60
   overview
48
61
   integration
49
62
 
50
 
* `Writing plugins for Bazaar <http://doc.bazaar.canonical.com/plugins/en/plugin-development.html>`_ (web link)
 
63
* `Writing plugins for Breezy <http://doc.bazaar.canonical.com/plugins/en/plugin-development.html>`_ (web link)
51
64
 
52
 
* `bzrlib API reference <http://starship.python.net/crew/mwh/bzrlibapi/>`_
 
65
* `bzrlib API reference <http://people.canonical.com/~mwh/bzrlibapi/>`_
53
66
  (web link)
54
67
 
55
68
 
66
79
   miscellaneous-notes
67
80
 
68
81
 
 
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
 
69
90
.. |--| unicode:: U+2014
70
91
 
71
92
..