Configuration ============= * Create new extension: ``./zaz.py -new -t ~/projects -n MyGreatExtension`` * Move to new folder: ``cd ~/projects/MyGreatExtension`` * Edit file ``conf.py`` ``vim conf.py`` Parameters ---------- **Configure correctly this options, before you start code your extension.** Only modify this options. Type extension ^^^^^^^^^^^^^^ **TYPE_EXTENSION** The type extension that you want develop. * Integer * 1 = Normal extension * 2 = New components * 3 = Calc addin Example: .. code-block:: python TYPE_EXTENSION = 1 Current version ^^^^^^^^^^^^^^^ **VERSION** * String * The version of extension, look: `Semantic Versioning`_ Example: .. code-block:: python VERSION = '0.1.0' .. _Semantic Versioning: https://semver.org/