/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-plain.txt

  • Committer: Breezy landing bot
  • Author(s): Jelmer Vernooij
  • Date: 2018-11-18 17:39:59 UTC
  • mfrom: (7192.3.13 more-doc-improvements)
  • Revision ID: breezy.the.bot@gmail.com-20181118173959-tg2bpyx5qcqqlcje
Update more links, add API documentation.

Merged from https://code.launchpad.net/~jelmer/brz/more-doc-improvements/+merge/358955

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
* `Architectural Overview <overview.html>`_ |--| describes some of the
12
12
  most important classes and concepts.
13
13
 
14
 
* `bzrlib API reference <http://people.canonical.com/~mwh/bzrlibapi/>`_
 
14
* `breezy API reference <https://www.breezy-vcs.org/developers/api/>`_
15
15
  (external link)
16
16
  |--| automatically generated API reference information
17
17
 
77
77
Specifications
78
78
==============
79
79
 
80
 
* `API versioning <api-versioning.html>`_ |--| bzrlib API versioning.
 
80
* `API versioning <api-versioning.html>`_ |--| breezy API versioning.
81
81
 
82
82
* `Apport error reporting <apport.html>`_ |--| Capture data to report
83
83
  bugs.
93
93
* `Groupcompress <groupcompress-design.html>`_ |--| Notes on the compression
94
94
  technology used in CHK repositories.
95
95
 
96
 
* `Indices <indices.html>`_ |--| The index facilities available within bzrlib.
 
96
* `Indices <indices.html>`_ |--| The index facilities available within
 
97
  breezy.
97
98
 
98
99
* `Inventories <inventory.html>`_ |--| Tree shape abstraction.
99
100
 
108
109
* `Repository stream <repository-stream.html>`_ |--| Notes on streaming data
109
110
  for repositories (a layer above the container format).
110
111
 
111
 
* `Integration Guide <integration.html>`_ |--| A guide to integrate bzrlib into
 
112
* `Integration Guide <integration.html>`_ |--| A guide to integrate breezy into
112
113
  any python application.
113
114
 
114
115
* `Breezy and case-insensitive file systems <case-insensitive-file-systems.html>`_