Merge lp:~gustav-hartvigsson/brz/removed-api-doc into lp:brz

Proposed by Gustav Hartvigsson
Status: Merged
Approved by: Jelmer Vernooij
Approved revision: no longer in the source branch.
Merge reported by: The Breezy Bot
Merged at revision: not available
Proposed branch: lp:~gustav-hartvigsson/brz/removed-api-doc
Merge into: lp:brz
Diff against target: 22 lines (+0/-13)
1 file modified
doc/developers/plugin-api.txt (+0/-13)
To merge this branch: bzr merge lp:~gustav-hartvigsson/brz/removed-api-doc
Reviewer Review Type Date Requested Status
Jelmer Vernooij Approve
Review via email: mp+396033@code.launchpad.net

Commit message

Drop documentation for removed API API.

To post a comment you must log in.
Revision history for this message
Jelmer Vernooij (jelmer) :
review: Approve
Revision history for this message
The Breezy Bot (the-breezy-bot) wrote :
Revision history for this message
The Breezy Bot (the-breezy-bot) wrote :

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'doc/developers/plugin-api.txt'
--- doc/developers/plugin-api.txt 2020-01-31 17:43:44 +0000
+++ doc/developers/plugin-api.txt 2021-01-09 18:22:13 +0000
@@ -189,19 +189,6 @@
189This is a user-visible docstring so should be prefixed with ``__doc__ =``189This is a user-visible docstring so should be prefixed with ``__doc__ =``
190to ensure help works under ``python -OO`` with docstrings stripped.190to ensure help works under ``python -OO`` with docstrings stripped.
191191
192API version
193-----------
194
195Plugins can and should declare that they depend on a particular version of
196breezy like so::
197
198 from breezy.api import require_api
199
200 require_api(breezy, (1, 11, 0))
201
202Please see `API versioning <api-versioning.html>`_ for more details on the API
203metadata protocol used by breezy.
204
205Plugin version192Plugin version
206--------------193--------------
207194

Subscribers

People subscribed via source and target branches