Refactory home

Mauricio Baeza 2020-11-07 16:28:07 -06:00
parent b22ee6734a
commit 2ac17b4218
3 changed files with 16 additions and 11 deletions

18
Home.md

@ -2,8 +2,22 @@
## Develop macros and extensions for LibreOffice with Python
* [Overview](overview)
* [Requirements](Requirements)
`zaz` it's a script Python for rapid develop macros in LibreOffice, with Python of course.
With `zaz`, you can create:
* Extensions for final user.
* New components for used from Basic developer.
* AddIn, new functions for Calc.
## Requirements
* Python 3.7+
* LibreOffice with support for macros Python
* LibreOffice SDK, for new components and Add-In
* [Installation](Installation)
* [My first extension](My-first-extension)
* [File conf.py](conf.py)

@ -1,3 +0,0 @@
* Python 3.6+
* LibreOffice with support for macros Python
* LibreOffice SDK, for new components and Add-In

@ -1,6 +0,0 @@
ZAZ it's a script Python for rapid develop macros in LibreOffice, with Python of course.
With ZAZ, you can create:
* Extensions for final user like [ZAZ BarCode](https://gitlab.com/mauriciobaeza/zaz-barcode)
* New components for used from Basic like [ZAZ EasyMacro](https://gitlab.com/mauriciobaeza/zaz-easymacro)
* AddIn, new functions for Calc