~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:
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
 
5
15
Enhancing Bazaar
6
16
================
7
17
 
24
34
   overview
25
35
   integration
26
36
 
27
 
* `Writing plugins for Bazaar <http://bazaar-vcs.org/WritingPlugins>`_ (web link) 
 
37
* `Writing plugins for Bazaar <http://bazaar-vcs.org/WritingPlugins>`_ (web link)
28
38
 
29
 
* `bzrlib API reference <http://starship.python.net/crew/mwh/bzrlibapi/>`_ 
 
39
* `bzrlib API reference <http://starship.python.net/crew/mwh/bzrlibapi/>`_
30
40
  (web link)
31
41
 
32
42
 
36
46
.. toctree::
37
47
   :maxdepth: 1
38
48
 
 
49
   principles
39
50
   plans
40
51
   specifications
41
52
   implementation-notes