/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: Jelmer Vernooij
  • Date: 2020-05-06 02:13:25 UTC
  • mfrom: (7490.7.21 work)
  • mto: This revision was merged to the branch mainline in revision 7501.
  • Revision ID: jelmer@jelmer.uk-20200506021325-awbmmqu1zyorz7sj
Merge 3.1 branch.

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
 
28
28
 
29
29
* `Breezy Code Style Guide <code-style.html>`_.
30
30
 
31
 
* `Writing plugins <http://doc.bazaar.canonical.com/plugins/en/plugin-development.html>`_
32
 
  |--| specific advice on writing Breezy plugins. (web link)
 
31
* `Writing plugins <plugin-development.html>`_
 
32
  |--| specific advice on writing Breezy plugins.
33
33
 
34
34
* `Documenting changes <documenting-changes.html>`_.
35
35
 
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>`_