From a86d41913ffa893350b19c71f084e2ed1ae301ca Mon Sep 17 00:00:00 2001 From: Mauricio Baeza Date: Sat, 7 Nov 2020 21:11:34 -0600 Subject: [PATCH] Link for documentation for easymacro.py --- Home.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/Home.md b/Home.md index 8df9271..43687c6 100644 --- a/Home.md +++ b/Home.md @@ -1,5 +1,7 @@ # ZAZ +[Leer en español](es.home) + ## Develop macros and extensions for LibreOffice with Python `zaz` it's a script Python for rapid develop macros in LibreOffice, with Python of course. @@ -128,7 +130,7 @@ NAME = 'MyExtension' `VERSION` * String - * The version for extension, look: [https://semver.org/](https://semver.org/) + * Version for extension, look: [https://semver.org/](https://semver.org/) Example: ```python @@ -150,7 +152,9 @@ Example: ID = 'org.yourname.extensionname' ``` +## Library easymacro.py + +[Documentation for `easymacro.py`](easymacro) -* [Library easymacro.py](easymacro) [Leer en español](es.home)