[calligraplan] doc: Documentation: Adjust structure to satisfy xml2po

Dag Andersen null at kde.org
Thu Mar 26 08:50:09 GMT 2020


Git commit c4901979b850a7bd0f1e9fecb6f2734444435e35 by Dag Andersen.
Committed on 26/03/2020 at 08:49.
Pushed by danders into branch 'master'.

Documentation: Adjust structure to satisfy xml2po

M  +2    -0    doc/contexthelp.docbook
M  +7    -5    doc/costbreakdownstructureeditor.docbook
M  +22   -23   doc/creatingodtreporttemplates.docbook
M  +2    -0    doc/creatingproject.docbook
M  +5    -3    doc/definitions.docbook
M  +2    -0    doc/introduction.docbook
M  +9    -7    doc/mainworkspace.docbook
M  +7    -5    doc/milestoneganttview.docbook
M  +5    -3    doc/reportsgeneratorview.docbook
M  +9    -7    doc/resourceassignmentganttview.docbook
M  +9    -7    doc/resourceassignmentview.docbook
M  +9    -7    doc/resourceeditor.docbook
M  +9    -7    doc/scheduleseditor.docbook
M  +2    -0    doc/startupview.docbook
M  +7    -5    doc/taskdependencyeditorgraphical.docbook
M  +2    -0    doc/taskdependencyeditorlist.docbook
M  +15   -13   doc/taskeditor.docbook
M  +7    -5    doc/taskexecutionview.docbook
M  +7    -5    doc/taskganttview.docbook
M  +2    -0    doc/taskperformanceview.docbook
M  +7    -5    doc/taskstatusview.docbook
M  +9    -7    doc/usingtheviews.docbook
M  +5    -3    doc/workandvacationeditor.docbook

https://commits.kde.org/calligraplan/c4901979b850a7bd0f1e9fecb6f2734444435e35

diff --git a/doc/contexthelp.docbook b/doc/contexthelp.docbook
index e49a711e..c6d003af 100644
--- a/doc/contexthelp.docbook
+++ b/doc/contexthelp.docbook
@@ -1,6 +1,8 @@
+<sect2><title/>
 <para>Many functions and views have help and hints that can be displayed with the <emphasis>What's This</emphasis> function.
 </para>
 <para>You can activate it with the menu entry <menuchoice><guimenu>Help</guimenu><guimenuitem>WhatsThis</guimenuitem></menuchoice> or keyboard shortcut <keycombo>&Shift;<keycap>F1</keycap></keycombo>.
 </para>
 <para>In dialogs it is activated by pressing the <varname>?</varname> in the dialogs title bar.
 </para>
+</sect2>
diff --git a/doc/costbreakdownstructureeditor.docbook b/doc/costbreakdownstructureeditor.docbook
index 42ddfab9..8d50c0d3 100644
--- a/doc/costbreakdownstructureeditor.docbook
+++ b/doc/costbreakdownstructureeditor.docbook
@@ -1,4 +1,5 @@
-<sect2 id="description12"><title>Description</title>
+<sect2><title/>
+<sect3 id="description12"><title>Description</title>
   <para>
     The Cost Breakdown Structure Editor is used to create, edit, and delete accounts.
   </para>
@@ -19,8 +20,8 @@
   </para>
   <para>The default account accumulates costs incurred from tasks that are not connected to an account.
   </para>
-</sect2>
-<sect2 id="toolbar13"><title>Toolbar</title>
+</sect3>
+<sect3 id="toolbar13"><title>Toolbar</title>
   <para>The toolbar provides the means to create and delete accounts:
   </para>
   <para>
@@ -70,8 +71,8 @@
       </tgroup>
     </informaltable>
   </para>
-</sect2>
-<sect2 id="editing-data14"><title>Editing data</title>
+</sect3>
+<sect3 id="editing-data14"><title>Editing data</title>
   <para>Data can be edited inline as described <link linkend="using-the-views">here</link>.
   </para>
   <para>The following columns are available:
@@ -105,4 +106,5 @@
       </tgroup>
     </informaltable>
   </para>
+</sect3>
 </sect2>
diff --git a/doc/creatingodtreporttemplates.docbook b/doc/creatingodtreporttemplates.docbook
index 49e33fdb..3b591603 100644
--- a/doc/creatingodtreporttemplates.docbook
+++ b/doc/creatingodtreporttemplates.docbook
@@ -1,16 +1,17 @@
-<sect2 id="description1"><title>Description</title>
+<sect2><title/>
+<sect3 id="description1"><title>Description</title>
   <para>Open Document Text report templates are regular ODT files that can be designed using any ODT word processor like <emphasis>Calligra Words</emphasis> or <emphasis>LibreOffice Writer</emphasis>. The technique used is to use <emphasis>user field</emphasis> variables to hold references to the information that shall be fetched from the project. The variables are called <emphasis>User Fields</emphasis> in <emphasis>Writer</emphasis> and can be found under <menuchoice><guimenu>Insert</guimenu><guisubmenu>Field</guisubmenu><guimenuitem>More Fields</guimenuitem><guimenuitem>Variables</guimenuitem><guimenuitem>User Fields</guimenuitem></menuchoice>. In <emphasis>Words</emphasis> they are called <emphasis>Custom Variables</emphasis> and can be found under <menuchoice><guimenu>Text Editing docker</guimenu><guisubmenu>Variable</guisubmenu><guimenuitem>Custom</guimenuitem></menuchoice>.
   </para>
   <para>The easiest way to create a new report template is to modify an existing one as all user fields are defined.
   </para>
-</sect2>
-<sect2 id="user-field-variables"><title>User Field Variables</title>
-  <sect3 id="variables"><title>Variables</title>
+</sect3>
+<sect3 id="user-field-variables"><title>User Field Variables</title>
+  <sect4 id="variables"><title>Variables</title>
     <para>The variables are used to enable the generator to extract data from the project.
     </para>
     <para>A variable can be a reference to a single data field, a reference to table data or a reference to chart data.
     </para>
-    <sect4 id="single-data-field"><title>Single Data Field</title>
+    <para><emphasis>Single Data Field</emphasis></para>
       <para>A single data field variable has the following format:
       </para>
       <para><replaceable>data group name</replaceable>.<replaceable>property</replaceable> = <replaceable>property identifier</replaceable>
@@ -22,8 +23,7 @@
         <listitem><para><replaceable>property</replaceable> makes the user field name unique.</para></listitem>
         <listitem><para><replaceable>property identity</replaceable> identifies the property in the data group.</para></listitem>
       </itemizedlist>
-    </sect4>
-    <sect4 id="table-data"><title>Table Data</title>
+      <para><emphasis>Table Data</emphasis></para>
       <para>A table in a report template consists of a variable to specify the data table to use.
       </para>
       <para>The variable name must start with <replaceable>table</replaceable> (⪚ tableTasks) and the variable value must be the name of the data table (⪚ tasks).
@@ -40,8 +40,7 @@
         <listitem><para><guilabel>property</guilabel> makes the user field name unique.</para></listitem>
         <listitem><para><guilabel>property identifier</guilabel> identifies the property in the data group.</para></listitem>
       </itemizedlist>
-    </sect4>
-    <sect4 id="chart-data"><title>Chart Data</title>
+      <para><emphasis>Chart Data</emphasis></para>
       <para>A chart in a report template consists of a variable to specify the data to use in the chart.
       </para>
       <para>The variable name must start with <replaceable>chart</replaceable> (⪚ chartBudgetCost) and the variable value specifies the data group and values to populate the chart.
@@ -61,9 +60,8 @@
       </para>
       <para>chartBudget = project; values=bcws cost, bcwp cost, acwp cost;
       </para>
-    </sect4>
-  </sect3>
-  <sect3 id="translated-labels"><title>Translated Labels</title>
+  </sect4>
+  <sect4 id="translated-labels"><title>Translated Labels</title>
     <para>Translated labels enable us to produce general report templates that can be used in different languages.
     </para>
     <para>
@@ -143,8 +141,8 @@
         </tgroup>
       </informaltable>
     </para>
-  </sect3>
-  <sect3 id="project-values"><title>Project Values</title>
+  </sect4>
+  <sect4 id="project-values"><title>Project Values</title>
     <para>Shows values from the main project.
     </para>
     <para>
@@ -293,8 +291,8 @@
         </tgroup>
       </informaltable>
     </para>
-  </sect3>
-  <sect3 id="schedule-values"><title>Schedule Values</title>
+  </sect4>
+  <sect4 id="schedule-values"><title>Schedule Values</title>
     <para>Shows values from the current schedule.
     </para>
     <para>
@@ -421,8 +419,8 @@
         </tgroup>
       </informaltable>
     </para>
-  </sect3>
-  <sect3 id="tables"><title>Tables</title>
+  </sect4>
+  <sect4 id="tables"><title>Tables</title>
     <para>Supported table types:
     </para>
     <itemizedlist>
@@ -1225,9 +1223,9 @@
         </tgroup>
       </informaltable>
     </para>
-  </sect3>
-</sect2>
-<sect2 id="chart"><title>Chart</title>
+  </sect4>
+</sect3>
+<sect3 id="chart"><title>Chart</title>
   <para>Use by placing a variable with name chartX (X=some text to make the variable name unique) with a value project before the chart that shall be used.
   </para>
   <para>The variable has this format:
@@ -1258,8 +1256,9 @@
   </para>
   <para>Note that you cannot mix effort- and cost-based values. If you want to show both, create two charts.
   </para>
-  <sect3 id="gantt"><title>Gantt</title>
+  <sect4 id="gantt"><title>Gantt</title>
     <para>Not supported.
     </para>
-  </sect3>
+  </sect4>
+</sect3>
 </sect2>
diff --git a/doc/creatingproject.docbook b/doc/creatingproject.docbook
index 466aa74e..5c608443 100644
--- a/doc/creatingproject.docbook
+++ b/doc/creatingproject.docbook
@@ -1,3 +1,4 @@
+<sect2><title/>
 <para>A new project can be created by pressing the <emphasis>New Project</emphasis> button or selecting a <emphasis>project template</emphasis> in the <link linkend="startup-view">Startup View</link>.
 </para>
 <para>This will create a new project with default values defined in <ulink url="http://userbase.kde.org/Special:myLanguage/Plan/Manual/Configure Plan Dialog">Settings</ulink> or from values defined in the template. The Project Settings Dialog will open to enable you to define project specific properties like <emphasis>project name</emphasis>, <emphasis>manager</emphasis> and <emphasis>target times</emphasis>.
@@ -24,3 +25,4 @@
      !      !-- etc
   </screen>
 </para>
+</sect2>
diff --git a/doc/definitions.docbook b/doc/definitions.docbook
index 452ca9e5..1f583adf 100644
--- a/doc/definitions.docbook
+++ b/doc/definitions.docbook
@@ -1,10 +1,11 @@
-<sect2 id="introduction0"><title>Introduction</title>
+<sect2><title/>
+<sect3 id="introduction0"><title>Introduction</title>
   <para>In project management, terms may be used in different ways in different programs or different companies or project types. Looking at more exhaustive project management glossaries, one will find alternative definitions for most terms.
   </para>
   <para>This list defines how certain terms are used in <guilabel>Plan</guilabel>.
   </para>
-</sect2>
-<sect2 id="terms"><title>Terms</title>
+</sect3>
+<sect3 id="terms"><title>Terms</title>
   <variablelist>
   <varlistentry><term id="account"><emphasis role="bold">Account</emphasis></term>
       <listitem>
@@ -148,4 +149,5 @@
   </varlistentry>
   </variablelist>
   
+</sect3>
 </sect2>
diff --git a/doc/introduction.docbook b/doc/introduction.docbook
index 644682c0..46dfefb8 100644
--- a/doc/introduction.docbook
+++ b/doc/introduction.docbook
@@ -1,3 +1,4 @@
+<sect2><title/>
 <para>Features include:
 </para>
 <itemizedlist>
@@ -27,3 +28,4 @@
       </para></listitem>
   <listitem><para>Task tracking using the <link linkend="task-execution-view">Task Execution View</link> or <link linkend="task-status-view">Task Status View</link> </para></listitem>
 </itemizedlist>
+</sect2>
diff --git a/doc/mainworkspace.docbook b/doc/mainworkspace.docbook
index 250c90c7..4b853d27 100644
--- a/doc/mainworkspace.docbook
+++ b/doc/mainworkspace.docbook
@@ -1,4 +1,5 @@
-<sect2 id="description2"><title>Description</title>
+<sect2><title/>
+<sect3 id="description2"><title>Description</title>
   <para>
     The Main Work Space is normally organized with the View Selector to the left and the data view to the right.</para><para>As usual, you will also find the Menu bar and Toolbar at the top, and the Status bar at the bottom.
   </para>
@@ -17,8 +18,8 @@
         </textobject>
       </mediaobject>
     </screenshot></para>
-</sect2>
-<sect2 id="the-view-selector"><title>The View Selector</title>
+</sect3>
+<sect3 id="the-view-selector"><title>The View Selector</title>
   <para>The <link linkend="the-view-selector">View Selector</link> enables you to select the data view you want to display from the currently listed views.
   </para>
   <para>Views are grouped into categories for easier retrieval: Editors, Views, Execution and Reports by default:
@@ -31,12 +32,13 @@
   </itemizedlist>
   <para>Views can also be moved within or across categories, or added to or removed from the <link linkend="the-view-selector">View Selector</link>.
   </para>
-</sect2>
-<sect2 id="schedule-selector"><title>Schedule Selector</title>
+</sect3>
+<sect3 id="schedule-selector"><title>Schedule Selector</title>
   <para>The Schedule Selector enables you to select the schedule all the views (⪚ <link linkend="task-gantt-view">Gantt View</link>) shall display values from. Tasks which has not been scheduled in the selected schedule are not normally shown in any of the views. (They are shown in editors, of course.)
   </para>
-</sect2>
-<sect2 id="status-bar"><title>Status Bar</title>
+</sect3>
+<sect3 id="status-bar"><title>Status Bar</title>
   <para>The status bar shows messages and progress information. Most notably is the currently selected schedule shown at the right of the status bar. Note that most of the views in the <emphasis>Views</emphasis> category display information depending on the selected schedule, so if the project is not scheduled (<emphasis>Not Scheduled</emphasis>), most views will be empty.
   </para>
+</sect3>
 </sect2>
diff --git a/doc/milestoneganttview.docbook b/doc/milestoneganttview.docbook
index a93e8906..d4942246 100644
--- a/doc/milestoneganttview.docbook
+++ b/doc/milestoneganttview.docbook
@@ -1,4 +1,5 @@
-<sect2 id="description30"><title>Description</title>
+<sect2><title/>
+<sect3 id="description30"><title>Description</title>
   <para>
     The Milestone Gantt view is used to show milestones in a time line.
   </para>
@@ -18,8 +19,8 @@
       </mediaobject>
     </screenshot>
   </para>
-</sect2>
-<sect2 id="editing-data31"><title>Editing data</title>
+</sect3>
+<sect3 id="editing-data31"><title>Editing data</title>
   <para>Milestone description and progress can be edited using the context menu.
   </para>
   <para>The following columns are displayed as default:
@@ -61,8 +62,8 @@
       </tgroup>
     </informaltable>
   </para>
-</sect2>
-<sect2 id="configuration32"><title>Configuration</title>
+</sect3>
+<sect3 id="configuration32"><title>Configuration</title>
   <para>
     <informaltable>
       <tgroup cols="2">
@@ -93,4 +94,5 @@
       </tgroup>
     </informaltable>
   </para>
+</sect3>
 </sect2>
diff --git a/doc/reportsgeneratorview.docbook b/doc/reportsgeneratorview.docbook
index 7af63dfb..21ea2e85 100644
--- a/doc/reportsgeneratorview.docbook
+++ b/doc/reportsgeneratorview.docbook
@@ -1,4 +1,5 @@
-<sect2 id="description41"><title>Description</title>
+<sect2><title/>
+<sect3 id="description41"><title>Description</title>
   <para>
     The Reports Generator View is used to add and generate reports in Open Document Text (odt) format.</para><para>The reports can be based on the supplied report templates, or you can <link linkend="creating-odt-report-templates">write your own templates</link>.
   </para>
@@ -66,8 +67,8 @@
       </tgroup>
     </informaltable>
   </para>
-</sect2>
-<sect2 id="toolbar42"><title>Toolbar</title>
+</sect3>
+<sect3 id="toolbar42"><title>Toolbar</title>
   <para>The toolbar provides the means to add, remove and generate reports.
   </para>
   <para>
@@ -117,4 +118,5 @@
       </tgroup>
     </informaltable>
   </para>
+</sect3>
 </sect2>
diff --git a/doc/resourceassignmentganttview.docbook b/doc/resourceassignmentganttview.docbook
index a08cfe37..09c19d25 100644
--- a/doc/resourceassignmentganttview.docbook
+++ b/doc/resourceassignmentganttview.docbook
@@ -1,4 +1,5 @@
-<sect2 id="description37"><title>Description</title>
+<sect2><title/>
+<sect3 id="description37"><title>Description</title>
   <para>The Resource Assignment Gantt View displays the scheduled task-resource assignments in a Gantt chart.
   </para>
   <!--
@@ -19,8 +20,8 @@
     </screenshot>
   </para>
   -->
-</sect2>
-<sect2 id="data38"><title>Data</title>
+</sect3>
+<sect3 id="data38"><title>Data</title>
   <para>The following columns are displayed as default:
   </para>
   <para>
@@ -68,12 +69,12 @@
       </tgroup>
     </informaltable>
   </para>
-</sect2>
-<sect2 id="editing-data39"><title>Editing data</title>
+</sect3>
+<sect3 id="editing-data39"><title>Editing data</title>
   <para>The task description and progress can be edited using the context menu.
   </para>
-</sect2>
-<sect2 id="configuration40"><title>Configuration</title>
+</sect3>
+<sect3 id="configuration40"><title>Configuration</title>
   <para>
     <informaltable>
       <tgroup cols="2">
@@ -105,4 +106,5 @@
       </tgroup>
     </informaltable>
   </para>
+</sect3>
 </sect2>
diff --git a/doc/resourceassignmentview.docbook b/doc/resourceassignmentview.docbook
index 47553a8d..3e92a988 100644
--- a/doc/resourceassignmentview.docbook
+++ b/doc/resourceassignmentview.docbook
@@ -1,4 +1,5 @@
-<sect2 id="description33"><title>Description</title>
+<sect2><title/>
+<sect3 id="description33"><title>Description</title>
   <para>
     The Resource Assignment View displays the scheduled task-resource assignments in a table.
     <note><para>This view can severely impact performance in large projects.</para></note>
@@ -21,8 +22,8 @@
     </screenshot>
     -->
   </para>
-</sect2>
-<sect2 id="data34"><title>Data</title>
+</sect3>
+<sect3 id="data34"><title>Data</title>
   <para>The following columns are displayed as default:
   </para>
   <para>
@@ -62,12 +63,12 @@
       </tgroup>
     </informaltable>
   </para>
-</sect2>
-<sect2 id="editing-data35"><title>Editing data</title>
+</sect3>
+<sect3 id="editing-data35"><title>Editing data</title>
   <para>The task description and progress can be edited using the context menu.
   </para>
-</sect2>
-<sect2 id="configuration36"><title>Configuration</title>
+</sect3>
+<sect3 id="configuration36"><title>Configuration</title>
   <para>
     <informaltable>
       <tgroup cols="2">
@@ -99,4 +100,5 @@
       </tgroup>
     </informaltable>
   </para>
+</sect3>
 </sect2>
diff --git a/doc/resourceeditor.docbook b/doc/resourceeditor.docbook
index 2bb35523..ef0a9f74 100644
--- a/doc/resourceeditor.docbook
+++ b/doc/resourceeditor.docbook
@@ -1,4 +1,5 @@
-<sect2 id="description6"><title>Description</title>
+<sect2><title/>
+<sect3 id="description6"><title>Description</title>
   <para>
     The Resource Editor is used to create, edit, and delete resources and resource groups. Resources must belong to a resource group. At the moment sub-groups are not allowed.
   </para>
@@ -21,8 +22,8 @@
   </para>
   <para>Resources can be <emphasis>Shared</emphasis> or <emphasis>Local</emphasis>. A local resource is only used in the current project. A shared resource can be shared between multiple projects and is stored in a separate file, see <link linkend="managing-resources">Managing Resources</link>.
   </para>
-</sect2>
-<sect2 id="toolbar7"><title>Toolbar</title>
+</sect3>
+<sect3 id="toolbar7"><title>Toolbar</title>
   <para>The toolbar provides the means to create and delete resources and resource groups:
   </para>
   <para>
@@ -78,8 +79,8 @@
   </para>
   <para><note><para>When moving a resource, the resource will lose any allocations.</para></note>
   </para>
-</sect2>
-<sect2 id="editing-data8"><title>Editing data</title>
+</sect3>
+<sect3 id="editing-data8"><title>Editing data</title>
   <para>Data can be edited inline as described <link linkend="using-the-views">here</link>.
   </para>
   <para>Resources can also be edited using the Resource Settings Dialog.
@@ -187,8 +188,8 @@
       </tgroup>
     </informaltable>
   </para>
-</sect2>
-<sect2 id="configuration9"><title>Configuration</title>
+</sect3>
+<sect3 id="configuration9"><title>Configuration</title>
   <para>
     <informaltable>
       <tgroup cols="2">
@@ -217,4 +218,5 @@
       </tgroup>
     </informaltable>
   </para>
+</sect3>
 </sect2>
diff --git a/doc/scheduleseditor.docbook b/doc/scheduleseditor.docbook
index 3888a684..c731a383 100644
--- a/doc/scheduleseditor.docbook
+++ b/doc/scheduleseditor.docbook
@@ -1,4 +1,5 @@
-<sect2 id="description17"><title>Description</title>
+<sect2><title/>
+<sect3 id="description17"><title>Description</title>
   <para>
     The Schedule Editor is used to create, edit, calculate and delete schedules.
   </para>
@@ -62,8 +63,8 @@
       </mediaobject>
     </screenshot>
   </para>
-</sect2>
-<sect2 id="toolbar18"><title>Toolbar</title>
+</sect3>
+<sect3 id="toolbar18"><title>Toolbar</title>
   <para>The toolbar provides the means to create, delete and calculate schedules:
   </para>
   <para>
@@ -146,8 +147,8 @@
       </tgroup>
     </informaltable>
   </para>
-</sect2>
-<sect2 id="editing-data19"><title>Editing data</title>
+</sect3>
+<sect3 id="editing-data19"><title>Editing data</title>
   <para>Data can be edited in-line as described <link linkend="using-the-views">here</link>.
   </para>
   <para>The following columns are displayed as default:
@@ -243,8 +244,8 @@
       </tgroup>
     </informaltable>
   </para>
-</sect2>
-<sect2 id="configuration20"><title>Configuration</title>
+</sect3>
+<sect3 id="configuration20"><title>Configuration</title>
   <para>
     <informaltable>
       <tgroup cols="2">
@@ -273,4 +274,5 @@
       </tgroup>
     </informaltable>
   </para>
+</sect3>
 </sect2>
diff --git a/doc/startupview.docbook b/doc/startupview.docbook
index 70d8f043..fbc2f7a2 100644
--- a/doc/startupview.docbook
+++ b/doc/startupview.docbook
@@ -1,3 +1,4 @@
+<sect2><title/>
 <para>The Startup View is shown at startup and when <menuchoice><guimenu>File</guimenu><guimenuitem>New</guimenuitem></menuchoice> is selected.
 </para>
 <para>It has 3 sections for:
@@ -7,3 +8,4 @@
   <listitem><para>Opening existing projects. This section gives you the possibility to open an existing project file or one of the 10 most recent projects you have opened.</para></listitem>
   <listitem><para>The Help section gives you links to introductory pages, documentation and community forum.</para></listitem>
 </itemizedlist>
+</sect2>
diff --git a/doc/taskdependencyeditorgraphical.docbook b/doc/taskdependencyeditorgraphical.docbook
index 7832bb36..0fe3b522 100644
--- a/doc/taskdependencyeditorgraphical.docbook
+++ b/doc/taskdependencyeditorgraphical.docbook
@@ -1,4 +1,5 @@
-<sect2 id="description15"><title>Description</title>
+<sect2><title/>
+<sect3 id="description15"><title>Description</title>
   <para>
     The Task Dependency Editor is used to create, edit, and delete task dependencies. For convenience, tasks can also be inserted, deleted or edited.</para><para>The tasks are ordered in accordance with the Work Breakdown Structure (WBS).
   </para>
@@ -54,8 +55,8 @@
       </tgroup>
     </informaltable>
   </para>
-</sect2>
-<sect2 id="editing-dependencies"><title>Editing dependencies</title>
+</sect3>
+<sect3 id="editing-dependencies"><title>Editing dependencies</title>
   <para>Dependencies are created by first selecting a start- or finish area of the predecessor task, then selecting the start- or finish area of the successor task.
   </para>
   <para>This can be done using the mouse or the keyboard.
@@ -66,8 +67,8 @@
   </para>
   <para>You can also open the context menu on a connection area which will enable you to edit all dependencies connected to that area.
   </para>
-</sect2>
-<sect2 id="toolbar16"><title>Toolbar</title>
+</sect3>
+<sect3 id="toolbar16"><title>Toolbar</title>
   <para>The toolbar provides the means to create and delete tasks:
   </para>
   <para>
@@ -127,4 +128,5 @@
       </tgroup>
     </informaltable>
   </para>
+</sect3>
 </sect2>
diff --git a/doc/taskdependencyeditorlist.docbook b/doc/taskdependencyeditorlist.docbook
index 8c92f46c..01b96603 100644
--- a/doc/taskdependencyeditorlist.docbook
+++ b/doc/taskdependencyeditorlist.docbook
@@ -1,4 +1,6 @@
+<sect2><title/>
 <para><note><para>This view is not shown by default. For large projects, it can impact performance severely</para></note>
 </para>
 <para>It can be activated using the <link linkend="the-view-selector">View Selector</link> context menu.
 </para>
+</sect2>
diff --git a/doc/taskeditor.docbook b/doc/taskeditor.docbook
index 16bf8e5a..7d48e23b 100644
--- a/doc/taskeditor.docbook
+++ b/doc/taskeditor.docbook
@@ -1,4 +1,5 @@
-<sect2 id="description4"><title>Description</title>
+<sect2><title/>
+<sect3 id="description4"><title>Description</title>
   <para>
     The Task Editor is used to create, edit, and delete tasks.</para><para>Tasks can be organized into a hierarchical tree structure to any depth.
   </para>
@@ -15,8 +16,8 @@
       </mediaobject>
     </screenshot>
   </para>
-</sect2>
-<sect2 id="toolbar"><title>Toolbar</title>
+</sect3>
+<sect3 id="toolbar"><title>Toolbar</title>
   <para>The toolbar provides the means to create, delete and move tasks and milestones:
   </para>
   <para>
@@ -125,8 +126,8 @@
   <para>
     Note that you can also move or copy tasks using drag and drop or copy/paste.
   </para>
-</sect2>
-<sect2 id="editing-data5"><title>Editing data</title>
+</sect3>
+<sect3 id="editing-data5"><title>Editing data</title>
   <para>Data can be edited inline as described <link linkend="using-the-views">here</link>  or by using the Task Settings Dialog.
   </para>
   <para>The following columns are displayed as default:
@@ -304,8 +305,8 @@
       </tgroup>
     </informaltable>
   </para>
-</sect2>
-<sect2 id="task-modules-docker"><title>Task Modules Docker</title>
+</sect3>
+<sect3 id="task-modules-docker"><title>Task Modules Docker</title>
   <para>Task Modules are groups of tasks that can be reused across projects.
   </para>
   <para>This makes it possible to draw on past experience and to standardize similar operations.
@@ -324,18 +325,18 @@
   </para>
   <para>Default values for new projects can be defined using the Plan Configuration Dialog.
   </para>
-</sect2>
-<sect2 id="resources-docker"><title>Resources Docker</title>
+</sect3>
+<sect3 id="resources-docker"><title>Resources Docker</title>
   <para>The Resources Docker offers a simple way to allocate resources to tasks by selecting the resources you need and dragging them onto the <emphasis>Allocation</emphasis> column.
   </para>
   <para>A resource can also be dropped on the <emphasis>Responsible</emphasis> column.
   </para>
-</sect2>
-<sect2 id="allocations-docker"><title>Allocations Docker</title>
+</sect3>
+<sect3 id="allocations-docker"><title>Allocations Docker</title>
   <para>The Allocations Docker displays the current resource allocation for the selected task.
   </para>
-</sect2>
-<sect2 id="configuration"><title>Configuration</title>
+</sect3>
+<sect3 id="configuration"><title>Configuration</title>
   <para>Using the context menu, the view can be configured to show / hide the Project, split / unsplit the tree view or it can be configured using the configure dialog.
   </para>
   <para>
@@ -364,4 +365,5 @@
       </tgroup>
     </informaltable>
   </para>
+</sect3>
 </sect2>
diff --git a/doc/taskexecutionview.docbook b/doc/taskexecutionview.docbook
index 7236d8b6..09969dc1 100644
--- a/doc/taskexecutionview.docbook
+++ b/doc/taskexecutionview.docbook
@@ -1,4 +1,5 @@
-<sect2 id="description25"><title>Description</title>
+<sect2><title/>
+<sect3 id="description25"><title>Description</title>
   <para>
     The Task Execution View is used to inspect task performance information.
   </para>
@@ -15,8 +16,8 @@
       </mediaobject>
     </screenshot>
   </para>
-</sect2>
-<sect2 id="data"><title>Data</title>
+</sect3>
+<sect3 id="data"><title>Data</title>
   <para>
     <informaltable>
       <tgroup cols="2">
@@ -138,8 +139,8 @@
       </tgroup>
     </informaltable>
   </para>
-</sect2>
-<sect2 id="configuration26"><title>Configuration</title>
+</sect3>
+<sect3 id="configuration26"><title>Configuration</title>
   <para>Using the context menu, the view can be configured to show / hide the Project, split / unsplit the tree view or it can be configured using the configure dialog.
   </para>
   <para>
@@ -168,4 +169,5 @@
       </tgroup>
     </informaltable>
   </para>
+</sect3>
 </sect2>
diff --git a/doc/taskganttview.docbook b/doc/taskganttview.docbook
index 91a37580..e036982a 100644
--- a/doc/taskganttview.docbook
+++ b/doc/taskganttview.docbook
@@ -1,4 +1,5 @@
-<sect2 id="description27"><title>Description</title>
+<sect2><title/>
+<sect3 id="description27"><title>Description</title>
   <para>
     The Gantt view is used to show tasks in a timeline.
   </para>
@@ -18,8 +19,8 @@
       </mediaobject>
     </screenshot>
   </para>
-</sect2>
-<sect2 id="editing-data28"><title>Editing data</title>
+</sect3>
+<sect3 id="editing-data28"><title>Editing data</title>
   <para>Task description and progress can be edited using the context menu.
   </para>
   <para>The following columns are displayed as default:
@@ -69,8 +70,8 @@
       </tgroup>
     </informaltable>
   </para>
-</sect2>
-<sect2 id="configuration29"><title>Configuration</title>
+</sect3>
+<sect3 id="configuration29"><title>Configuration</title>
   <para>
     <informaltable>
       <tgroup cols="2">
@@ -101,4 +102,5 @@
       </tgroup>
     </informaltable>
   </para>
+</sect3>
 </sect2>
diff --git a/doc/taskperformanceview.docbook b/doc/taskperformanceview.docbook
index bf4899f6..3545dffb 100644
--- a/doc/taskperformanceview.docbook
+++ b/doc/taskperformanceview.docbook
@@ -1,3 +1,4 @@
+<sect2><title/>
 <para>On the task performance chart, we can analyze deeply each subtask or task with the same indexes as for the project performance view.
 </para>
 <para>This is really useful in a long and complicated project.
@@ -32,3 +33,4 @@
   <listitem><para>CPI is the Cost Performance Index,</para></listitem>
   <listitem><para>SPI is the Schedule Performance Index.</para></listitem>
 </itemizedlist>
+</sect2>
diff --git a/doc/taskstatusview.docbook b/doc/taskstatusview.docbook
index 34f42996..14b1b4db 100644
--- a/doc/taskstatusview.docbook
+++ b/doc/taskstatusview.docbook
@@ -1,4 +1,5 @@
-<sect2 id="description22"><title>Description</title>
+<sect2><title/>
+<sect3 id="description22"><title>Description</title>
   <para>
     The Task Status View is used to inspect task progress information at a period, set in the configuration.
   </para>
@@ -56,8 +57,8 @@
       </tgroup>
     </informaltable>
   </para>
-</sect2>
-<sect2 id="editing-data23"><title>Editing data</title>
+</sect3>
+<sect3 id="editing-data23"><title>Editing data</title>
   <para>
     <informaltable>
       <tgroup cols="2">
@@ -179,8 +180,8 @@
       </tgroup>
     </informaltable>
   </para>
-</sect2>
-<sect2 id="configuration24"><title>Configuration</title>
+</sect3>
+<sect3 id="configuration24"><title>Configuration</title>
   <para>Using the context menu, the view can be configured to split / unsplit the tree view or it can be configured using the configure dialog.
   </para>
   <para>
@@ -209,4 +210,5 @@
       </tgroup>
     </informaltable>
   </para>
+</sect3>
 </sect2>
diff --git a/doc/usingtheviews.docbook b/doc/usingtheviews.docbook
index a53929a4..ed13a11d 100644
--- a/doc/usingtheviews.docbook
+++ b/doc/usingtheviews.docbook
@@ -1,4 +1,5 @@
-<sect2 id="description3"><title>Description</title>
+<sect2><title/>
+<sect3 id="description3"><title>Description</title>
   <para>
     The Task Editor is a view that displays task data in a tree structure. Most data in the Task Editor can be edited in situ.
   </para>
@@ -15,8 +16,8 @@
       </mediaobject>
     </screenshot>
   </para>
-</sect2>
-<sect2 id="navigation"><title>Navigation</title>
+</sect3>
+<sect3 id="navigation"><title>Navigation</title>
   <para>You can navigate the tree structure using the keyboard:
   </para>
   <para>
@@ -106,8 +107,8 @@
       </tgroup>
     </informaltable>
   </para>
-</sect2>
-<sect2 id="editing-data"><title>Editing data</title>
+</sect3>
+<sect3 id="editing-data"><title>Editing data</title>
   <para>Editable items are opened for editing by double-clicking on the item or, if using the keyboard, pressing <keycap>F2</keycap> will open the current item.
   </para>
   <para>When editing an item you can navigate to the next editable item as follows:
@@ -151,11 +152,12 @@
       </tgroup>
     </informaltable>
   </para>
-</sect2>
-<sect2 id="using-the-views-drag-drop"><title>Drag & drop and copy/paste</title>
+</sect3>
+<sect3 id="using-the-views-drag-drop"><title>Drag & drop and copy/paste</title>
   <para>
     Most views support drag & drop and copy/paste. Charts and Gantt charts can be dragged to applications that support images.
     Table data uses the html mime type, so can be dropped on any applications that supports this.
     If the view supports moving or copying items internally ⪚ the <link linkend="task-editor">Task Editor</link>, items can also be moved or copied.
   </para>
+</sect3>
 </sect2>
diff --git a/doc/workandvacationeditor.docbook b/doc/workandvacationeditor.docbook
index 69cd03cf..72fdde1f 100644
--- a/doc/workandvacationeditor.docbook
+++ b/doc/workandvacationeditor.docbook
@@ -1,4 +1,5 @@
-<sect2 id="description10"><title>Description</title>
+<sect2><title/>
+  <sect3 id="description10"><title>Description</title>
   <para>
     The Work and Vacation Editor is used to create, edit, and delete calendars.</para><para>Calendars define the working hours for resources. Calendars can also be used by tasks with estimate type <emphasis>Duration</emphasis>.
   </para>
@@ -73,8 +74,8 @@
       </tgroup>
     </informaltable>
   </para>
-</sect2>
-<sect2 id="editing-data11"><title>Editing data</title>
+</sect3>
+<sect3 id="editing-data11"><title>Editing data</title>
   <para>Calendar name and time zone can be edited inline as described <link linkend="using-the-views">here</link>.
   </para>
   <para>The state of days and weekdays are edited by selecting the day or days you want to edit and open the context menu.
@@ -82,4 +83,5 @@
   <para>Selecting <emphasis>Work...</emphasis> opens the Edit Work Intervals Dialog.
   </para>
   
+</sect3>
 </sect2>


More information about the kde-doc-english mailing list