/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

  • Committer: Martin Albisetti
  • Date: 2008-05-12 00:59:13 UTC
  • mto: (3431.1.1 integration)
  • mto: This revision was merged to the branch mainline in revision 3432.
  • Revision ID: argentina@gmail.com-20080512005913-26gslxhc7e2ry4yr
 * Added Makefile for spanish docs
 * Created the user guide index

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
=================================
 
2
Bazaar Developer Document Catalog
 
3
=================================
 
4
 
 
5
Bazaar user documentation is in the 
 
6
`Main Document Catalog <../index.html>`_.
 
7
 
 
8
Overall developer documentation
 
9
===============================
 
10
 
 
11
* `Developer Guide <en/developer-guide/HACKING.html>`_
 
12
* `bzrlib API reference <http://bazaar-vcs.org/BzrLib>`_
 
13
 
 
14
Process
 
15
=======
 
16
 
 
17
* `Releasing Bazaar <releasing.html>`_ -- How to make a release of Bazaar,
 
18
  and how to coordinate the monthly development cycle.
 
19
 
 
20
* `Profiling notes <profiling.html>`_ |--| Instructions on how to profile 
 
21
  bzr code and visualize the results.
 
22
 
 
23
Plans
 
24
=====
 
25
 
 
26
* `Performance roadmap <performance-roadmap.html>`_ |--| The roadmap 
 
27
  for fixing performance in bzr over the next few releases.
 
28
 
 
29
Specifications
 
30
==============
 
31
 
 
32
* `API versioning <api-versioning.html>`_ |--| bzrlib API versioning.
 
33
 
 
34
* `Authentication ring <authentication-ring.html>`_ |--| Configuring
 
35
  authentication.
 
36
 
 
37
* `Bundles <bundles.html>`_ |--| All about bzr bundles.
 
38
 
 
39
* `Container format <container-format.html>`_ |--| Notes on a container format
 
40
  for streaming and storing Bazaar data.
 
41
 
 
42
* `Indices <indices.html>`_ |--| The index facilities available within bzrlib.
 
43
 
 
44
* `Inventories <inventory.html>`_ |--| Tree shape abstraction.
 
45
 
 
46
* `LCA merge <lca-merge.html>`_ |--| A nice new merge algorithm.
 
47
 
 
48
* `Network protocol <network-protocol.html>`_ |--| Custom network protocol.
 
49
 
 
50
* `Plugin APIs <plugin-api.html>`_ |--| APIs plugins should use.
 
51
 
 
52
* `Repositories <repository.html>`_ |--| What repositories do and are used for.
 
53
 
 
54
* `Integration Guide <integration.html>`_ |--| A guide to integrate bzrlib into
 
55
  any python application.
 
56
 
 
57
Data formats
 
58
============
 
59
 
 
60
* `Knit pack repositories <packrepo.html>`_ |--| KnitPack repositories 
 
61
  (new in Bazaar 0.92).
 
62
 
 
63
 
 
64
.. |--| unicode:: U+2014