/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: Jelmer Vernooij
  • Date: 2020-04-05 19:11:34 UTC
  • mto: (7490.7.16 work)
  • mto: This revision was merged to the branch mainline in revision 7501.
  • Revision ID: jelmer@jelmer.uk-20200405191134-0aebh8ikiwygxma5
Populate the .gitignore file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
=================================
2
 
Bazaar Developer Document Catalog
 
2
Breezy Developer Document Catalog
3
3
=================================
4
4
 
5
5
 
12
12
   contribution-quickstart
13
13
 
14
14
 
15
 
Working on Bazaar
 
15
Working on Breezy
16
16
=================
17
17
 
18
18
.. toctree::
19
19
   :maxdepth: 1
20
20
 
21
 
   cycle
22
21
   profiling
23
22
   bug-handling
24
23
   HACKING
25
24
   testing
26
 
 
27
 
* `Contributing to Bazaar Documentation <http://wiki.bazaar.canonical.com/ContributingToTheDocs>`_ (wiki)
28
 
 
 
25
   code-review
 
26
   code-style
 
27
   documenting-changes
 
28
 
 
29
* `Contributing to Breezy Documentation <http://wiki.bazaar.canonical.com/ContributingToTheDocs>`_ (wiki)
 
30
 
 
31
 
 
32
Architecture overviews
 
33
======================
 
34
 
 
35
.. toctree::
 
36
   :maxdepth: 1
 
37
 
 
38
   configuration
 
39
   fetch
 
40
   transports
 
41
   ui
29
42
 
30
43
Releasing and Packaging
31
44
=======================
38
51
   ec2 
39
52
 
40
53
 
41
 
Developing using bzrlib
 
54
Developing using breezy
42
55
=======================
43
56
 
44
57
.. toctree::
47
60
   overview
48
61
   integration
49
62
 
50
 
* `Writing plugins for Bazaar <http://doc.bazaar.canonical.com/plugins/en/plugin-development.html>`_ (web link)
 
63
* `Writing plugins for Breezy <plugin-development.txt>`_
51
64
 
52
 
* `bzrlib API reference <http://starship.python.net/crew/mwh/bzrlibapi/>`_
53
 
  (web link)
 
65
* `breezy API reference <api/index.txt>`_
54
66
 
55
67
 
56
68
Other documents
66
78
   miscellaneous-notes
67
79
 
68
80
 
 
81
Licence
 
82
============
 
83
 
 
84
Copyright 2005-2011 Canonical Ltd.
 
85
Copyright 2018 Breezy Developers
 
86
 
 
87
Breezy is free software, and you
 
88
may use, modify and redistribute both Breezy and this document under
 
89
the terms of the GNU General Public License version 2 or later.  See
 
90
<http://www.gnu.org/licenses/>.
 
91
 
69
92
.. |--| unicode:: U+2014
70
93
 
71
94
..