Some minor fixes for the API docs.

bzr-revno: 102
This commit is contained in:
Raoul Snyman 2012-06-15 21:11:45 +02:00
commit 1fb61d65f4
3 changed files with 16 additions and 11 deletions

View File

@ -17,7 +17,9 @@ import sys
# If extensions (or modules to document with autodoc) are in another directory,
# add these directories to sys.path here. If the directory is relative to the
# documentation root, use os.path.abspath to make it absolute, like shown here.
sys.path.insert(0, os.path.abspath(os.path.join('..', '..', '..')))
path_to_code = os.path.abspath(os.path.join(os.path.split(__file__)[0],
'..', '..', '..', '..', 'OpenLP', 'trunk'))
sys.path.insert(0, path_to_code)
# -- General configuration -----------------------------------------------------

View File

@ -1,10 +1,10 @@
.. _core-index:
:mod:`core` Module
==================
Core Application
================
.. automodule:: openlp.core
:members:
This is the core of the OpenLP application. Anything that is not a plugin is
stored in the :mod:`~openlp.core` module.
.. toctree::
:maxdepth: 2
@ -13,3 +13,6 @@
theme
ui
utils
.. automodule:: openlp.core
:members: