/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: Ian Clatworthy
  • Date: 2008-12-15 06:18:29 UTC
  • mfrom: (3905 +trunk)
  • mto: (3586.1.23 views-ui)
  • mto: This revision was merged to the branch mainline in revision 4030.
  • Revision ID: ian.clatworthy@canonical.com-20081215061829-c8qwa93g71u9fsh5
merge bzr.dev 3905

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
 
11
11
* `Developer Guide <../en/developer-guide/HACKING.html>`_
12
12
 
 
13
* `Architectural Overview <overview.html>`_ |--| describes some of the
 
14
  most important classes and concepts.
 
15
 
13
16
* `bzrlib API reference <http://starship.python.net/crew/mwh/bzrlibapi-oe/>`_ 
14
17
  (external link)
15
18
  |--| automatically generated API reference information
17
20
* `Integrating with Bazaar <http://bazaar-vcs.org/Integrating_with_Bazaar>`_
18
21
  (wiki) |--| a guide for writing Python programs that work with Bazaar.
19
22
 
 
23
* `Testing <testing.html>`_ |--| Testing bzr.
 
24
 
20
25
* `Writing plugins <http://bazaar-vcs.org/WritingPlugins>`_ (wiki) 
21
26
  |--| specific advice on writing Bazaar plugins.
22
27
 
23
28
Process
24
29
=======
25
30
 
26
 
* `Releasing Bazaar <releasing.html>`_ |--| How to make a release of Bazaar,
27
 
  and how to coordinate the monthly development cycle.
 
31
* `The Bazaar Development Cycle <cycle.html>`_ |--| The monthly
 
32
  development cycle and how to run it.
 
33
  
 
34
* `Releasing Bazaar <releasing.html>`_ |--| 
 
35
  Checklist to make a release of Bazaar.
28
36
 
29
37
* `Managing the Bazaar PPA <ppa.html>`_ |--| Packaging Bazaar for Ubuntu.
30
38