mirror of
https://gitlab.com/openlp/documentation.git
synced 2024-12-22 04:22:49 +00:00
Migrated some fixes from an older version of this branch.
This commit is contained in:
parent
6109a22101
commit
3d0365b555
@ -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
|
||||
@ -12,4 +12,7 @@
|
||||
lib
|
||||
theme
|
||||
ui
|
||||
utils
|
||||
utils
|
||||
|
||||
.. automodule:: openlp.core
|
||||
:members:
|
||||
|
@ -6,17 +6,17 @@ Media Plugin
|
||||
.. automodule:: openlp.plugins.media
|
||||
:members:
|
||||
|
||||
Plugin Class
|
||||
------------
|
||||
Plugin Class
|
||||
------------
|
||||
|
||||
.. autoclass:: openlp.plugins.media.mediaplugin.MediaPlugin
|
||||
:members:
|
||||
|
||||
Helper Classes & Functions
|
||||
--------------------------
|
||||
Helper Classes & Functions
|
||||
--------------------------
|
||||
|
||||
.. automodule:: openlp.plugins.media.lib
|
||||
:members:
|
||||
|
||||
.. automodule:: openlp.plugins.media.lib.mediaitem
|
||||
.. automodule:: openlp.plugins.media.lib.mediaitem
|
||||
:members:
|
||||
|
Loading…
Reference in New Issue
Block a user