Documentation: A few fixes.

This commit is contained in:
Merlijn Wajer 2011-01-07 00:37:46 +01:00
parent 10e346d2f8
commit 5ef33dd026
5 changed files with 6 additions and 3 deletions

View File

@ -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 -----------------------------------------------------

View File

@ -6,6 +6,7 @@ Python MML
.. toctree::
:maxdepth: 2
pymml/mml.rst
pymml/mouse.rst
pymml/color.rst

View File

@ -3,6 +3,6 @@ PyMML Color
This is the PyMML Color class.
.. automodule:: mmlcolor
.. automodule:: color
:members:

View File

@ -3,6 +3,6 @@ PyMML Mouse
This is the PyMML Mouse class.
.. automodule:: mmlmouse
.. automodule:: mouse
:members:

View File

@ -22,6 +22,7 @@ specific frame.
Use like:
.. code-block:: pascal
Freeze;
if findcolors(...) then