This commit is contained in:
John Cegalis 2012-01-06 15:17:55 -05:00
commit 0b585bc9ac
4 changed files with 24 additions and 9 deletions

View File

@ -39,7 +39,7 @@ master_doc = 'index'
# General information about the project. # General information about the project.
project = u'OpenLP' project = u'OpenLP'
copyright = u'2004-2010, Raoul Snyman' copyright = u'2004-2011, Raoul Snyman'
# The version info for the project you're documenting, acts as replacement for # The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the # |version| and |release|, also used in various other places throughout the
@ -48,7 +48,7 @@ copyright = u'2004-2010, Raoul Snyman'
# The short X.Y version. # The short X.Y version.
version = '2.0' version = '2.0'
# The full version, including alpha/beta/rc tags. # The full version, including alpha/beta/rc tags.
release = '1.9.3' release = '1.9.8'
# The language for content autogenerated by Sphinx. Refer to documentation # The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages. # for a list of supported languages.

View File

@ -6,6 +6,12 @@ Object Library
.. automodule:: openlp.core.lib .. automodule:: openlp.core.lib
:members: :members:
:mod:`Manager`
--------------------
.. autoclass:: openlp.core.lib.db.Manager
:members:
:mod:`EventReceiver` :mod:`EventReceiver`
-------------------- --------------------
@ -42,10 +48,10 @@ Object Library
.. autoclass:: openlp.core.lib.renderer.Renderer .. autoclass:: openlp.core.lib.renderer.Renderer
:members: :members:
:mod:`RenderManager` :mod:`SearchEdit`
-------------------- --------------------
.. autoclass:: openlp.core.lib.rendermanager.RenderManager .. autoclass:: openlp.core.lib.searchedit.SearchEdit
:members: :members:
:mod:`ServiceItem` :mod:`ServiceItem`
@ -65,3 +71,9 @@ Object Library
.. autoclass:: openlp.core.lib.toolbar.OpenLPToolbar .. autoclass:: openlp.core.lib.toolbar.OpenLPToolbar
:members: :members:
:mod:`UiStrings`
--------------------
.. autoclass:: openlp.core.lib.ui.UiStrings
:members:

View File

@ -17,6 +17,9 @@ Main Windows
Managers Managers
-------- --------
.. autoclass:: openlp.core.ui.slidecontroller.SlideController
:members:
.. autoclass:: openlp.core.ui.servicemanager.ServiceManager .. autoclass:: openlp.core.ui.servicemanager.ServiceManager
:members: :members:

View File

@ -6,17 +6,17 @@ Media Plugin
.. automodule:: openlp.plugins.media .. automodule:: openlp.plugins.media
:members: :members:
Plugin Class Plugin Class
------------ ------------
.. autoclass:: openlp.plugins.media.mediaplugin.MediaPlugin .. autoclass:: openlp.plugins.media.mediaplugin.MediaPlugin
:members: :members:
Helper Classes & Functions Helper Classes & Functions
-------------------------- --------------------------
.. automodule:: openlp.plugins.media.lib .. automodule:: openlp.plugins.media.lib
:members: :members:
.. automodule:: openlp.plugins.media.lib.mediaitem .. automodule:: openlp.plugins.media.lib.mediaitem
:members: :members: