mirror of
https://github.com/moparisthebest/Simba
synced 2024-11-14 05:15:16 -05:00
61 lines
1.5 KiB
ReStructuredText
61 lines
1.5 KiB
ReStructuredText
.. Simba documentation master file, created by
|
|
sphinx-quickstart on Wed Jun 9 23:55:23 2010.
|
|
You can adapt this file completely to your liking, but it should at least
|
|
contain the root `toctree` directive.
|
|
|
|
Welcome to the Simba documentation!
|
|
===================================
|
|
|
|
.. note::
|
|
|
|
Welcome to the Documentation for the Simba project.
|
|
The documentation is actively being worked on and somewhat incomplete.
|
|
|
|
This documentation aims to provide information on just about anything
|
|
there is to know about Simba.
|
|
|
|
Starting points are :ref:`whatis`, :ref:`gettingstarted` and the :ref:`scriptref`
|
|
|
|
Want to help out with the documentation? See :ref:`docdoc`.
|
|
|
|
|
|
Simba is a program used to repeat certain (complicated) tasks. Typically these
|
|
tasks involve using the mouse and keyboard. Simba is programmable, which means
|
|
you can design your own logic and steps that Simba will follow, based upon
|
|
certain input or as a reaction to a certain action.
|
|
|
|
Simba is created by the SRL community, fully open source and actively
|
|
maintained.
|
|
|
|
For community forums see http://villavu.com/
|
|
|
|
|
|
Contents:
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
whatis.rst
|
|
whysimba.rst
|
|
gettingstarted.rst
|
|
troubleshooting.rst
|
|
bugreport.rst
|
|
features.rst
|
|
tutorial.rst
|
|
referencescript.rst
|
|
referencemml.rst
|
|
referencesimba.rst
|
|
docdoc.rst
|
|
todo.rst
|
|
libmml.rst
|
|
pymml.rst
|
|
|
|
|
|
Indices and tables
|
|
==================
|
|
|
|
* :ref:`genindex`
|
|
* :ref:`modindex`
|
|
* :ref:`search`
|
|
|