~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/developers/index.txt

  • Committer: Ian Clatworthy
  • Date: 2007-08-14 03:59:22 UTC
  • mto: (2733.1.1 ianc-integration)
  • mto: This revision was merged to the branch mainline in revision 2734.
  • Revision ID: ian.clatworthy@internode.on.net-20070814035922-siavg542cwvkf4r5
Fix pretty doc generation so works for all html docs

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
=======================
2
 
Bazaar Developers Guide
3
 
=======================
 
1
=================================
 
2
Bazaar Developer Document Catalog
 
3
=================================
4
4
 
5
 
###################
6
 
Documentation index
7
 
###################
 
5
See the `Main Document Catalog <../index.html>`_ for additional documents
 
6
including the Bazaar Developer Guide and bzrlib API reference.
8
7
 
9
8
Process
10
9
=======
11
10
 
12
 
* `General HACKING HOWTO <HACKING.htm>`_
13
 
 
14
 
  Guide to policies and tools for working on Bazaar itself.
15
 
 
16
 
* `Profiling notes <profiling.htm>`_
17
 
 
18
 
  Instructions on how to profile bzr code and visualize the results.
 
11
* `Profiling notes <profiling.html>`_ |--| Instructions on how to profile 
 
12
  bzr code and visualize the results.
19
13
 
20
14
Plans
21
15
=====
22
16
 
23
 
* `Performance roadmap <performance-roadmap.htm>`_
24
 
 
25
 
  The roadmap for fixing performance in bzr over the next few releases.
 
17
* `Performance roadmap <performance-roadmap.html>`_ |--| The roadmap 
 
18
  for fixing performance in bzr over the next few releases.
26
19
 
27
20
Specifications
28
21
==============
29
22
 
30
 
* `API versioning <api-versioning.htm>`_
31
 
 
32
 
  bzrlib API versioning.
33
 
 
34
 
* `Bundles <bundles.htm>`_
35
 
 
36
 
  All about bzr bundles.
37
 
 
38
 
* `Container format <container-format.htm>`_
39
 
 
40
 
  Notes on a container format for streaming and storing Bazaar data.
41
 
 
 
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
 
 
35
.. |--| unicode:: U+2014