~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 11:43:10 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-20090909114310-glw7tv76i5gnx9pt
put rules back in Makefile supporting plain-style docs

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
Bazaar Developer Document Catalog
3
3
=================================
4
4
 
5
 
See the `Main Document Catalog <../index.html>`_ for additional documents
6
 
including the Bazaar Developer Guide and bzrlib API reference.
7
 
 
8
 
Process
9
 
=======
10
 
 
11
 
* `Profiling notes <profiling.html>`_ |--| Instructions on how to profile 
12
 
  bzr code and visualize the results.
13
 
 
14
 
Plans
15
 
=====
16
 
 
17
 
* `Performance roadmap <performance-roadmap.html>`_ |--| The roadmap 
18
 
  for fixing performance in bzr over the next few releases.
19
 
 
20
 
Specifications
21
 
==============
22
 
 
23
 
* `API versioning <api-versioning.html>`_ |--| bzrlib API versioning.
24
 
 
25
 
* `Bundles <bundles.html>`_ |--| All about bzr bundles.
26
 
 
27
 
* `Container format <container-format.html>`_ |--| Notes on a container format
28
 
  for streaming and storing Bazaar data.
29
 
 
30
 
* `Indices <indices.html>`_ |--| The index facilities available within bzrlib.
31
 
 
32
 
* `Repositories <repository.html>`_ |--| What repositories do and are used for.
33
 
 
34
 
* `Network protocol <network-protocol.html>`_ |--| Custom network protocol.
 
5
Enhancing Bazaar
 
6
================
 
7
 
 
8
.. toctree::
 
9
   :maxdepth: 1
 
10
 
 
11
   process
 
12
   HACKING
 
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
 
 
24
   overview
 
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
 
 
39
   plans
 
40
   specifications
 
41
   implementation-notes
 
42
   miscellaneous-notes
 
43
 
35
44
 
36
45
.. |--| unicode:: U+2014
 
46
 
 
47
..
 
48
   vim: ft=rst tw=74 ai