/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: Neil Martinsen-Burrell
  • Date: 2010-09-26 02:27:37 UTC
  • mfrom: (5424 +trunk)
  • mto: This revision was merged to the branch mainline in revision 5461.
  • Revision ID: nmb@wartburg.edu-20100926022737-cj2qvebm2mhpjzak
mergeĀ fromĀ trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
   contribution-quickstart
13
13
 
14
14
 
15
 
Enhancing Bazaar
16
 
================
 
15
Working on Bazaar
 
16
=================
17
17
 
18
18
.. toctree::
19
19
   :maxdepth: 1
20
20
 
21
 
   process
 
21
   cycle
 
22
   profiling
 
23
   bug-handling
22
24
   HACKING
23
25
   testing
24
 
 
25
 
* `Bazaar Writer Guide <http://bazaar-vcs.org/ContributingToTheDocs>`_ (web link)
 
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
   ui
 
40
 
 
41
Releasing and Packaging
 
42
=======================
 
43
 
 
44
.. toctree::
 
45
   :maxdepth: 1
 
46
 
 
47
   releasing
 
48
   ppa
 
49
   ec2 
26
50
 
27
51
 
28
52
Developing using bzrlib
34
58
   overview
35
59
   integration
36
60
 
37
 
* `Writing plugins for Bazaar <http://bazaar-vcs.org/WritingPlugins>`_ (web link)
 
61
* `Writing plugins for Bazaar <http://doc.bazaar.canonical.com/plugins/en/plugin-development.html>`_ (web link)
38
62
 
39
63
* `bzrlib API reference <http://starship.python.net/crew/mwh/bzrlibapi/>`_
40
64
  (web link)