~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/developers/index.txt

  • Committer: Patch Queue Manager
  • Date: 2012-03-14 14:39:16 UTC
  • mfrom: (6027.1.18 deprecations)
  • Revision ID: pqm@pqm.ubuntu.com-20120314143916-dggf9d1d26j3kizq
(vila) Remove some code deprecated in series older than 2.4 (inclusive)
 (Vincent Ladeuil)

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
   contribution-quickstart
13
13
 
14
14
 
15
 
Enhancing Bazaar
16
 
================
 
15
Working on Bazaar
 
16
=================
17
17
 
18
18
.. toctree::
19
19
   :maxdepth: 1
20
20
 
21
 
   process
 
21
   cycle
 
22
   profiling
 
23
   bug-handling
22
24
   HACKING
23
25
   testing
24
 
 
25
 
* `Bazaar Writer Guide <http://bazaar-vcs.org/ContributingToTheDocs>`_ (web link)
 
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
   configuration
 
40
   fetch
 
41
   transports
 
42
   ui
 
43
 
 
44
Releasing and Packaging
 
45
=======================
 
46
 
 
47
.. toctree::
 
48
   :maxdepth: 1
 
49
 
 
50
   releasing
 
51
   ppa
 
52
   ec2 
26
53
 
27
54
 
28
55
Developing using bzrlib
34
61
   overview
35
62
   integration
36
63
 
37
 
* `Writing plugins for Bazaar <http://bazaar-vcs.org/WritingPlugins>`_ (web link)
 
64
* `Writing plugins for Bazaar <http://doc.bazaar.canonical.com/plugins/en/plugin-development.html>`_ (web link)
38
65
 
39
 
* `bzrlib API reference <http://starship.python.net/crew/mwh/bzrlibapi/>`_
 
66
* `bzrlib API reference <http://people.canonical.com/~mwh/bzrlibapi/>`_
40
67
  (web link)
41
68
 
42
69
 
53
80
   miscellaneous-notes
54
81
 
55
82
 
 
83
Licence
 
84
============
 
85
 
 
86
Copyright 2005-2011 Canonical Ltd. Bazaar is free software, and you
 
87
may use, modify and redistribute both Bazaar and this document under
 
88
the terms of the GNU General Public License version 2 or later.  See
 
89
<http://www.gnu.org/licenses/>.
 
90
 
56
91
.. |--| unicode:: U+2014
57
92
 
58
93
..