Files
tacker/doc/source/contributor/api_extensions.rst
Nguyen Hai 009c9a59e6 Add module index for tacker docs
The module index for tacker docs is dropped due to new
PTI for building docs. However, sphinxcontrib.apidoc
now support to build autodoc which replace pbr autodoc.
We can have it again.

Closes-Bug: #1761923
Change-Id: Ie4c98dd6e8b365778cb0d2c377a9600d79cb43d1
2018-04-12 21:36:49 +09:00

457 B

API Extensions

API extensions is the standard way of introducing new functionality to the Tacker project, it allows plugins to determine if they wish to support the functionality or not.

Examples

The easiest way to demonstrate how an API extension is written, is by studying an existing API extension and explaining the different layers.