~bzr-pqm/bzr/bzr.dev

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
=================================
Bazaar Developer Document Catalog
=================================

.. toctree::
   :hidden:

   process
   HACKING
   testing
   overview
   integration
   plans
   specifications
   implementation-notes
   miscellaneous-notes


Core developer documentation
============================

* `Process Docs <process.html>`_ |--| How Bazaar is developed

* `Developer Guide <HACKING.html>`_ |--| Guide to writing code for Bazaar

* `Testing Guide <testing.html>`_ |--| Guide to writing tests for Bazaar

* `Writer Guide <http://bazaar-vcs.org/ContributingToTheDocs>`_ (web link)
  |--| Guide to writing documentation for Bazaar

* `Architectural Overview <overview.html>`_ |--| Describes some of the
  most important classes and concepts

* `Integration Guide <integration.html>`_ |--| A guide to integrating Bazaar
  into other applications

* `Writing plugins <http://bazaar-vcs.org/WritingPlugins>`_ (web link) 
  |--| Advice on writing Bazaar plugins

* `bzrlib API reference <http://starship.python.net/crew/mwh/bzrlibapi/>`_ 
  (web link)
  |--| Automatically generated API reference information


Other developer documentation
=============================

* `Plans <plans.html>`_

* `Specifications <specifications.html>`_

* `Implementation notes <implementation-notes.html>`_

* `Miscellaneous notes <miscellaneous-notes.html>`_


.. |--| unicode:: U+2014

..
   vim: ft=rst tw=74 ai