~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/developers/index.txt

  • Committer: John Arbash Meinel
  • Date: 2010-02-17 17:11:16 UTC
  • mfrom: (4797.2.17 2.1)
  • mto: (4797.2.18 2.1)
  • mto: This revision was merged to the branch mainline in revision 5055.
  • Revision ID: john@arbash-meinel.com-20100217171116-h7t9223ystbnx5h8
merge bzr.2.1 in preparation for NEWS entry.

Show diffs side-by-side

added added

removed removed

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