easymacro/docs/source/index.rst

43 lines
943 B
ReStructuredText
Raw Normal View History

2022-02-23 22:49:43 -06:00
.. easymacro documentation master file, created by
sphinx-quickstart on Tue Feb 22 16:10:57 2022.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
Welcome to easymacro's documentation!
=====================================
**easymacro** it's a library for easily develop macros en LibreOffice con Python. It is an abstraction layer between the extensive and complex LibreOffice API UNO and your code.
2022-03-13 22:45:15 -06:00
Probably, you will be more happy if used it. :)
2022-02-23 22:49:43 -06:00
You can used **easymacro** with any extension or directly in your macros.
.. note::
This project is under active development.
.. toctree::
:maxdepth: 2
:caption: Contents:
2022-02-24 23:59:04 -06:00
install
2022-02-25 22:43:37 -06:00
tools_debug
tools
2022-02-26 22:22:11 -06:00
paths
2022-03-01 21:26:27 -06:00
email
2022-03-03 23:32:55 -06:00
application
documents
2022-03-07 21:36:41 -06:00
calc
2022-02-23 22:49:43 -06:00
2022-08-04 23:08:43 -05:00
.. ~ .. automodule:: easymacro
.. ~ :members:
2022-02-23 22:49:43 -06:00
Indices and tables
==================
* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`