27 lines
1.1 KiB
ReStructuredText
27 lines
1.1 KiB
ReStructuredText
.. Updater documentation master file, created by
|
|
sphinx-quickstart on Thu Feb 17 08:58:37 2022.
|
|
You can adapt this file completely to your liking, but it should at least
|
|
contain the root `toctree` directive.
|
|
|
|
Updater 0.1 documentation
|
|
------------------------------------
|
|
|
|
`Updater <https://github.com/mcv-software/updater>`_ Is a python module to perform automatic updates of distribution binaries in user machines. This module has been forked from the `app_updater module <https://github.com/accessibleapps/app_updater>`_ and extended to our needs at `MCV Software <https://mcvsoftware.com>`_ by providing a new mechanism to communicate update progress and decoupling the Graphical User Interface from the module logic.
|
|
|
|
Note: This module is under active development. Currently we are in the process of adding implementations (or updater classes) that will provide support to a variety of user interfaces, but this is not complete yet.
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
:caption: Contents:
|
|
|
|
source/overview
|
|
source/tutorial
|
|
source/modules
|
|
|
|
Indices and tables
|
|
==================
|
|
|
|
* :ref:`genindex`
|
|
* :ref:`modindex`
|
|
* :ref:`search`
|