~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/developers/index.txt

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-12-14 06:05:30 UTC
  • mfrom: (4880.2.1 progress)
  • Revision ID: pqm@pqm.ubuntu.com-20091214060530-uk93cdya34wzxb0s
(mbp) turn off progress bar; just show a spinner

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