Skip to content

Commit

Permalink
concept template: rephrase section titles
Browse files Browse the repository at this point in the history
  • Loading branch information
taroth21 committed Aug 16, 2021
1 parent 2dbd1fb commit 5d895b9
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions templates/xml/concept.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,16 +59,18 @@
</section>

<section>
<title>Function (what is the aim?)</title>
<title>What is foo bar?</title>
<para>
A paragraph of text.
A paragraph of text, answering the question above and
explaining the aim/function of foo bar.
</para>
</section>

<section>
<title>Mechanism (how does it work?)</title>
<title>How does foo bar work?</title>
<para>
A paragraph of text.
A paragraph of text, answering the question above and
explaining the mechanism behind foo bar.
</para>
<figure xml:id="fig-one">
<title>A figure</title>
Expand All @@ -84,9 +86,10 @@
</section>

<section>
<title>Benefits</title>
<title>Benefits of foo bar</title>
<para>
A paragraph of text.
A paragraph of text, pointing out the benefits
of foo bar.
</para>
</section>

Expand Down

0 comments on commit 5d895b9

Please sign in to comment.