From 61a82943df2fb88dde5eb759dd892b418d0f68e3 Mon Sep 17 00:00:00 2001 From: Wesley Stout Date: Mon, 1 Aug 2011 13:40:21 -0500 Subject: [PATCH 1/2] added first run wizard to glossary --- manual/source/glossary.rst | 8 ++++++++ manual/source/wizard.rst | 2 ++ 2 files changed, 10 insertions(+) diff --git a/manual/source/glossary.rst b/manual/source/glossary.rst index 39dda4c..9bd7170 100644 --- a/manual/source/glossary.rst +++ b/manual/source/glossary.rst @@ -16,6 +16,14 @@ Display Tags :ref:`display-tags` give you the ability to add additional text formatting to text in songs and custom slides. +.. _g-wizard: + +First Time Wizard +----------------- + +The :ref:`wizard` gives you the ability to perform a basic setup before OpenLP +starts for the first time. + .. _g-main-window: Main Window diff --git a/manual/source/wizard.rst b/manual/source/wizard.rst index 15f560d..86d3a9d 100644 --- a/manual/source/wizard.rst +++ b/manual/source/wizard.rst @@ -1,3 +1,5 @@ +.. _wizard: + ================= First Time Wizard ================= From 35e5d7b3955b939f142369a44db1d35c625ccf63 Mon Sep 17 00:00:00 2001 From: Wesley Stout Date: Mon, 1 Aug 2011 13:46:44 -0500 Subject: [PATCH 2/2] added links to wizard.rst --- manual/source/wizard.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/manual/source/wizard.rst b/manual/source/wizard.rst index 86d3a9d..23d55de 100644 --- a/manual/source/wizard.rst +++ b/manual/source/wizard.rst @@ -4,7 +4,7 @@ First Time Wizard ================= -When using OpenLP for the first time, the **First Time Wizard** will help you +When using OpenLP for the first time, the :ref:`g-wizard` will help you with setting up your installation. This wizard is not intended to be a comprehensive setup but will help you with the basics. @@ -106,11 +106,11 @@ The main window. Re-run First Time Wizard ------------------------ -If you wish to add items from the First Time Wizard at a later date or had an +If you wish to add items from the :ref:`g-wizard` at a later date or had an error while installing OpenLP you can run it again by going to :menuselection:`Tools --> Re-run First Time Wizard`. Select :guilabel:`Yes` to -run the First Run Wizard again. +run the :ref:`g-wizard`. .. image:: pics/rerunwizard.png -After selecting :guilabel:`Yes` the First Time Wizard will run again. +After selecting :guilabel:`Yes` the :ref:`g-wizard` will run again.