mirror of
https://github.com/moparisthebest/Simba
synced 2024-11-24 02:02:17 -05:00
Documentation: A few fixes.
This commit is contained in:
parent
10e346d2f8
commit
5ef33dd026
@ -18,7 +18,8 @@ import sys, os
|
||||
# documentation root, use os.path.abspath to make it absolute, like shown here.
|
||||
#sys.path.append(os.path.abspath('.'))
|
||||
|
||||
sys.path.append(os.path.abspath('../../Projects/MMLLib/pymml'))
|
||||
sys.path.append(os.path.abspath('../../Projects/libmml/pymml/mml'))
|
||||
sys.path.append(os.path.abspath('../../Projects/libmml/pymml'))
|
||||
|
||||
# -- General configuration -----------------------------------------------------
|
||||
|
||||
|
@ -6,6 +6,7 @@ Python MML
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
|
||||
pymml/mml.rst
|
||||
pymml/mouse.rst
|
||||
pymml/color.rst
|
||||
|
||||
|
@ -3,6 +3,6 @@ PyMML Color
|
||||
|
||||
This is the PyMML Color class.
|
||||
|
||||
.. automodule:: mmlcolor
|
||||
.. automodule:: color
|
||||
:members:
|
||||
|
||||
|
@ -3,6 +3,6 @@ PyMML Mouse
|
||||
|
||||
This is the PyMML Mouse class.
|
||||
|
||||
.. automodule:: mmlmouse
|
||||
.. automodule:: mouse
|
||||
:members:
|
||||
|
||||
|
@ -22,6 +22,7 @@ specific frame.
|
||||
Use like:
|
||||
|
||||
.. code-block:: pascal
|
||||
|
||||
Freeze;
|
||||
|
||||
if findcolors(...) then
|
||||
|
Loading…
Reference in New Issue
Block a user