/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: Martin
  • Date: 2010-05-25 17:27:52 UTC
  • mfrom: (5254 +trunk)
  • mto: This revision was merged to the branch mainline in revision 5257.
  • Revision ID: gzlist@googlemail.com-20100525172752-amm089xcikv968sw
Merge bzr.dev to unite with similar changes already made

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
Bazaar Developer Document Catalog
3
3
=================================
4
4
 
5
 
Enhancing Bazaar
6
 
================
7
 
 
8
 
.. toctree::
9
 
   :maxdepth: 1
10
 
 
11
 
   process
 
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
12
24
   HACKING
13
25
   testing
14
 
 
15
 
* `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
Releasing and Packaging
 
33
=======================
 
34
 
 
35
.. toctree::
 
36
   :maxdepth: 1
 
37
 
 
38
   releasing
 
39
   ppa
 
40
   ec2 
16
41
 
17
42
 
18
43
Developing using bzrlib
24
49
   overview
25
50
   integration
26
51
 
27
 
* `Writing plugins for Bazaar <http://bazaar-vcs.org/WritingPlugins>`_ (web link) 
 
52
* `Writing plugins for Bazaar <http://doc.bazaar.canonical.com/plugins/en/plugin-development.html>`_ (web link)
28
53
 
29
 
* `bzrlib API reference <http://starship.python.net/crew/mwh/bzrlibapi/>`_ 
 
54
* `bzrlib API reference <http://starship.python.net/crew/mwh/bzrlibapi/>`_
30
55
  (web link)
31
56
 
32
57
 
36
61
.. toctree::
37
62
   :maxdepth: 1
38
63
 
 
64
   principles
39
65
   plans
40
66
   specifications
41
67
   implementation-notes