~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
 
 
29
 
* `Contributing to Bazaar Documentation <http://wiki.bazaar.canonical.com/ContributingToTheDocs>`_ (wiki)
30
 
 
31
 
 
32
 
Architecture overviews
33
 
======================
34
 
 
35
 
.. toctree::
36
 
   :maxdepth: 1
37
 
 
38
 
   transports
39
 
 
40
 
Releasing and Packaging
41
 
=======================
42
 
 
43
 
.. toctree::
44
 
   :maxdepth: 1
45
 
 
46
 
   releasing
47
 
   ppa
48
 
   ec2 
 
24
 
 
25
* `Bazaar Writer Guide <http://bazaar-vcs.org/ContributingToTheDocs>`_ (web link)
49
26
 
50
27
 
51
28
Developing using bzrlib
57
34
   overview
58
35
   integration
59
36
 
60
 
* `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)
61
38
 
62
39
* `bzrlib API reference <http://starship.python.net/crew/mwh/bzrlibapi/>`_
63
40
  (web link)