/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

Merge with intertree

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