/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/plugin-api.txt

  • Committer: Jelmer Vernooij
  • Date: 2018-11-20 08:11:03 UTC
  • mto: This revision was merged to the branch mainline in revision 7209.
  • Revision ID: jelmer@jelmer.uk-20181120081103-qx2dpf4rca0okzd3
Import plugin-development.txt.

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
--------
24
24
 
25
25
 * `Breezy Developer Documentation Catalog <../index.html>`_.
26
 
 * `Breezy Plugins Guide <http://doc.bazaar.canonical.com/plugins/en/plugin-development.html>`_ for
 
26
 * `Breezy Plugins Guide <plugin-development.txt>`_ for
27
27
   more suggestions about particular APIs.
28
28
 
29
29
 
241
241
time other than register or override functions to be called later.
242
242
 
243
243
The plugin can import breezy and call any function.
244
 
Some interesting APIs are described in `Breezy Plugins Guide <http://doc.bazaar.canonical.com/plugins/en/plugin-development.html>`_.
 
244
Some interesting APIs are described in `Breezy Plugins Guide <plugin-development.txt>`_.
245
245
 
246
246
 
247
247
Publishing your plugin