~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/developers/index.txt

  • Committer: Ian Clatworthy
  • Date: 2009-09-09 02:21:47 UTC
  • mto: (4634.37.2 prepare-2.0)
  • mto: This revision was merged to the branch mainline in revision 4689.
  • Revision ID: ian.clatworthy@canonical.com-20090909022147-2t2qun1wacnjrz92
proper Contents panel in bzr-developers.chm

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
 
5
8
.. toctree::
6
 
   :hidden:
 
9
   :maxdepth: 1
7
10
 
8
11
   process
9
12
   HACKING
10
13
   testing
 
14
 
 
15
* `Bazaar Writer Guide <http://bazaar-vcs.org/ContributingToTheDocs>`_ (web link)
 
16
 
 
17
 
 
18
Developing using bzrlib
 
19
=======================
 
20
 
 
21
.. toctree::
 
22
   :maxdepth: 1
 
23
 
11
24
   overview
12
25
   integration
 
26
 
 
27
* `Writing plugins for Bazaar <http://bazaar-vcs.org/WritingPlugins>`_ (web link) 
 
28
 
 
29
* `bzrlib API reference <http://starship.python.net/crew/mwh/bzrlibapi/>`_ 
 
30
  (web link)
 
31
 
 
32
 
 
33
Other documents
 
34
===============
 
35
 
 
36
.. toctree::
 
37
   :maxdepth: 1
 
38
 
13
39
   plans
14
40
   specifications
15
41
   implementation-notes
16
42
   miscellaneous-notes
17
43
 
18
44
 
19
 
Core developer documentation
20
 
============================
21
 
 
22
 
* `Process Docs <process.html>`_ |--| How Bazaar is developed
23
 
 
24
 
* `Developer Guide <HACKING.html>`_ |--| Guide to writing code for Bazaar
25
 
 
26
 
* `Testing Guide <testing.html>`_ |--| Guide to writing tests for Bazaar
27
 
 
28
 
* `Writer Guide <http://bazaar-vcs.org/ContributingToTheDocs>`_ (web link)
29
 
  |--| Guide to writing documentation for Bazaar
30
 
 
31
 
* `Architectural Overview <overview.html>`_ |--| Describes some of the
32
 
  most important classes and concepts
33
 
 
34
 
* `Integration Guide <integration.html>`_ |--| A guide to integrating Bazaar
35
 
  into other applications
36
 
 
37
 
* `Writing plugins <http://bazaar-vcs.org/WritingPlugins>`_ (web link) 
38
 
  |--| Advice on writing Bazaar plugins
39
 
 
40
 
* `bzrlib API reference <http://starship.python.net/crew/mwh/bzrlibapi/>`_ 
41
 
  (web link)
42
 
  |--| Automatically generated API reference information
43
 
 
44
 
 
45
 
Other developer documentation
46
 
=============================
47
 
 
48
 
* `Plans <plans.html>`_
49
 
 
50
 
* `Specifications <specifications.html>`_
51
 
 
52
 
* `Implementation notes <implementation-notes.html>`_
53
 
 
54
 
* `Miscellaneous notes <miscellaneous-notes.html>`_
55
 
 
56
 
 
57
45
.. |--| unicode:: U+2014
58
46
 
59
47
..