mirror of
https://gitlab.com/openlp/documentation.git
synced 2024-12-22 04:22:49 +00:00
fix error with build in alerts.rst
This commit is contained in:
commit
a06ba5dd80
@ -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-2011, Raoul Snyman'
|
copyright = u'2004-2012, 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,9 +48,6 @@ Helper Classes & Functions
|
|||||||
.. automodule:: openlp.plugins.songs.lib.db
|
.. automodule:: openlp.plugins.songs.lib.db
|
||||||
:members:
|
:members:
|
||||||
|
|
||||||
.. automodule:: openlp.plugins.songs.lib.importer
|
|
||||||
:members:
|
|
||||||
|
|
||||||
.. automodule:: openlp.plugins.songs.lib.mediaitem
|
.. automodule:: openlp.plugins.songs.lib.mediaitem
|
||||||
:members:
|
:members:
|
||||||
|
|
||||||
@ -63,6 +60,9 @@ Helper Classes & Functions
|
|||||||
.. automodule:: openlp.plugins.songs.lib.xml
|
.. automodule:: openlp.plugins.songs.lib.xml
|
||||||
:members:
|
:members:
|
||||||
|
|
||||||
|
.. automodule:: openlp.plugins.songs.lib.upgrade
|
||||||
|
:members:
|
||||||
|
|
||||||
Song Importers
|
Song Importers
|
||||||
--------------
|
--------------
|
||||||
|
|
||||||
|
@ -9,7 +9,7 @@ PAPER =
|
|||||||
# Internal variables.
|
# Internal variables.
|
||||||
PAPEROPT_a4 = -D latex_paper_size=a4
|
PAPEROPT_a4 = -D latex_paper_size=a4
|
||||||
PAPEROPT_letter = -D latex_paper_size=letter
|
PAPEROPT_letter = -D latex_paper_size=letter
|
||||||
ALLSPHINXOPTS = -d build/doctrees $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) source
|
ALLSPHINXOPTS = -n -d build/doctrees $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) source
|
||||||
|
|
||||||
.PHONY: help clean html dirhtml pickle json htmlhelp qthelp latex changes linkcheck doctest
|
.PHONY: help clean html dirhtml pickle json htmlhelp qthelp latex changes linkcheck doctest
|
||||||
|
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
.. _custom-slides:
|
.. _custom-slides:
|
||||||
|
|
||||||
|
|
||||||
Custom Slides
|
Custom Slides
|
||||||
=============
|
=============
|
||||||
|
|
||||||
@ -30,3 +31,4 @@ displayed in the screen title. The option to show titles can be configured using
|
|||||||
To Edit your slide, click on :guilabel:`Edit` to edit part of it or
|
To Edit your slide, click on :guilabel:`Edit` to edit part of it or
|
||||||
:guilabel:`Edit All` if you need to make multiple changes. Use the Up and Down
|
:guilabel:`Edit All` if you need to make multiple changes. Use the Up and Down
|
||||||
arrows to change the arrangement of your custom slide.
|
arrows to change the arrangement of your custom slide.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user