~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: 2011-05-04 22:17:22 UTC
  • mfrom: (5815.3.15 use-tree-annotate)
  • Revision ID: pqm@pqm.ubuntu.com-20110504221722-fz5hr1xagchptyje
(jelmer) Avoid directly accessing VersionedFiles.annotate();
 rather, access it through RevisionTree.annotate_iter(). (Jelmer Vernooij)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
=================================
 
2
Bazaar Developer Document Catalog
 
3
=================================
 
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
 
24
   HACKING
 
25
   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
   transports
 
40
   ui
 
41
   fetch
 
42
 
 
43
Releasing and Packaging
 
44
=======================
 
45
 
 
46
.. toctree::
 
47
   :maxdepth: 1
 
48
 
 
49
   releasing
 
50
   ppa
 
51
   ec2 
 
52
 
 
53
 
 
54
Developing using bzrlib
 
55
=======================
 
56
 
 
57
.. toctree::
 
58
   :maxdepth: 1
 
59
 
 
60
   overview
 
61
   integration
 
62
 
 
63
* `Writing plugins for Bazaar <http://doc.bazaar.canonical.com/plugins/en/plugin-development.html>`_ (web link)
 
64
 
 
65
* `bzrlib API reference <http://starship.python.net/crew/mwh/bzrlibapi/>`_
 
66
  (web link)
 
67
 
 
68
 
 
69
Other documents
 
70
===============
 
71
 
 
72
.. toctree::
 
73
   :maxdepth: 1
 
74
 
 
75
   principles
 
76
   plans
 
77
   specifications
 
78
   implementation-notes
 
79
   miscellaneous-notes
 
80
 
 
81
 
 
82
.. |--| unicode:: U+2014
 
83
 
 
84
..
 
85
   vim: ft=rst tw=74 ai