mirror of
https://github.com/moparisthebest/Simba
synced 2024-11-27 19:42:22 -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.
|
# 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('.'))
|
||||||
|
|
||||||
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 -----------------------------------------------------
|
# -- General configuration -----------------------------------------------------
|
||||||
|
|
||||||
|
@ -6,6 +6,7 @@ Python MML
|
|||||||
.. toctree::
|
.. toctree::
|
||||||
:maxdepth: 2
|
:maxdepth: 2
|
||||||
|
|
||||||
|
pymml/mml.rst
|
||||||
pymml/mouse.rst
|
pymml/mouse.rst
|
||||||
pymml/color.rst
|
pymml/color.rst
|
||||||
|
|
||||||
|
@ -3,6 +3,6 @@ PyMML Color
|
|||||||
|
|
||||||
This is the PyMML Color class.
|
This is the PyMML Color class.
|
||||||
|
|
||||||
.. automodule:: mmlcolor
|
.. automodule:: color
|
||||||
:members:
|
:members:
|
||||||
|
|
||||||
|
@ -3,6 +3,6 @@ PyMML Mouse
|
|||||||
|
|
||||||
This is the PyMML Mouse class.
|
This is the PyMML Mouse class.
|
||||||
|
|
||||||
.. automodule:: mmlmouse
|
.. automodule:: mouse
|
||||||
:members:
|
:members:
|
||||||
|
|
||||||
|
@ -22,6 +22,7 @@ specific frame.
|
|||||||
Use like:
|
Use like:
|
||||||
|
|
||||||
.. code-block:: pascal
|
.. code-block:: pascal
|
||||||
|
|
||||||
Freeze;
|
Freeze;
|
||||||
|
|
||||||
if findcolors(...) then
|
if findcolors(...) then
|
||||||
|
Loading…
Reference in New Issue
Block a user