~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/developers/index.txt

  • Committer: Danny van Heumen
  • Date: 2010-03-09 21:42:11 UTC
  • mto: (4634.139.5 2.0)
  • mto: This revision was merged to the branch mainline in revision 5160.
  • Revision ID: danny@dannyvanheumen.nl-20100309214211-iqh42x6qcikgd9p3
Reverted now-useless TODO list.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
Bazaar Developer Document Catalog
3
3
=================================
4
4
 
5
 
 
6
 
Introduction
7
 
============
8
 
 
9
 
.. toctree::
10
 
   :maxdepth: 1
11
 
 
12
 
   contribution-quickstart
13
 
 
14
 
 
15
 
Working on Bazaar
16
 
=================
17
 
 
18
 
.. toctree::
19
 
   :maxdepth: 1
20
 
 
21
 
   cycle
22
 
   profiling
23
 
   bug-handling
 
5
Enhancing Bazaar
 
6
================
 
7
 
 
8
.. toctree::
 
9
   :maxdepth: 1
 
10
 
 
11
   process
24
12
   HACKING
25
13
   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 
 
14
 
 
15
* `Bazaar Writer Guide <http://bazaar-vcs.org/ContributingToTheDocs>`_ (web link)
49
16
 
50
17
 
51
18
Developing using bzrlib
57
24
   overview
58
25
   integration
59
26
 
60
 
* `Writing plugins for Bazaar <http://doc.bazaar.canonical.com/plugins/en/plugin-development.html>`_ (web link)
 
27
* `Writing plugins for Bazaar <http://bazaar-vcs.org/WritingPlugins>`_ (web link) 
61
28
 
62
 
* `bzrlib API reference <http://starship.python.net/crew/mwh/bzrlibapi/>`_
 
29
* `bzrlib API reference <http://starship.python.net/crew/mwh/bzrlibapi/>`_ 
63
30
  (web link)
64
31
 
65
32
 
69
36
.. toctree::
70
37
   :maxdepth: 1
71
38
 
72
 
   principles
73
39
   plans
74
40
   specifications
75
41
   implementation-notes