Merge branch release-5-1
[alexxy/gromacs.git] / src / gromacs / commandline / tests / refdata / CommandLineHelpModuleTest_ExportsHelp.xml
1 <?xml version="1.0"?>
2 <?xml-stylesheet type="text/xsl" href="referencedata.xsl"?>
3 <ReferenceData>
4   <String Name="onlinehelp/test-help.rst"><![CDATA[
5 .. _test help:
6
7 test help
8 =========
9
10 .. only:: man
11
12    See also
13    --------
14
15    :manpage:`test(1)`
16
17    More information about |Gromacs| is available at <http://www.gromacs.org/>.
18 ]]></String>
19   <String Name="onlinehelp/test-module.rst"><![CDATA[
20 .. _test module:
21
22 test module
23 ===========
24 Synopsis
25 --------
26 .. parsed-literal::
27
28     test module [:strong:`-int` :emphasis:`<int>`]
29
30 Description
31 -----------
32 Sample description
33 for testing ``test module``.
34
35 Options
36 -------
37 Other options:
38
39 ``-int`` <int>
40
41
42
43 .. only:: man
44
45    See also
46    --------
47
48    :manpage:`test(1)`
49
50    More information about |Gromacs| is available at <http://www.gromacs.org/>.
51 ]]></String>
52   <String Name="onlinehelp/test-other.rst"><![CDATA[
53 .. _test other:
54
55 test other
56 ==========
57 Synopsis
58 --------
59 .. parsed-literal::
60
61     test other
62
63
64 .. only:: man
65
66    See also
67    --------
68
69    :manpage:`test(1)`
70
71    More information about |Gromacs| is available at <http://www.gromacs.org/>.
72 ]]></String>
73   <String Name="fragments/byname.rst"><![CDATA[
74 * :doc:`test </onlinehelp/test>` - molecular dynamics simulation suite
75 * :doc:`test help </onlinehelp/test-help>` - Print help information
76 * :doc:`test module </onlinehelp/test-module>` - First module
77 * :doc:`test other </onlinehelp/test-other>` - Second module
78 ]]></String>
79   <String Name="conf-man.py"><![CDATA[
80 man_pages = [
81     ('onlinehelp/test-help', 'test-help', "Print help information", '', 1),
82     ('onlinehelp/test-module', 'test-module', "First module", '', 1),
83     ('onlinehelp/test-other', 'test-other', "Second module", '', 1),
84     ('onlinehelp/test', 'test', 'molecular dynamics simulation suite', '', 1)
85 ]
86 ]]></String>
87   <String Name="fragments/bytopic.rst"><![CDATA[
88 Group 1
89 ^^^^^^^
90 :doc:`test module </onlinehelp/test-module>`
91   First module
92
93 Group 2
94 ^^^^^^^
95 :doc:`test other </onlinehelp/test-other>`
96   Second module
97
98 ]]></String>
99   <String Name="fragments/bytopic-man.rst"><![CDATA[
100 Group 1
101 ^^^^^^^
102 :manpage:`test-module(1)`
103   First module
104
105 Group 2
106 ^^^^^^^
107 :manpage:`test-other(1)`
108   Second module
109
110 ]]></String>
111   <String Name="onlinehelp/topic1.rst"><![CDATA[
112 Test topic
113 ==========
114 Help text
115
116 Subtopic 1
117 ----------
118 Sub text
119
120 Subtopic 2
121 ----------
122 Sub text
123
124 Out-of-order subtopic
125 ---------------------
126 Sub text
127 ]]></String>
128   <String Name="onlinehelp/topic2.rst"><![CDATA[
129 Another topic
130 =============
131 Help text
132 ]]></String>
133   <String Name="onlinehelp/test.rst"><![CDATA[
134 molecular dynamics simulation suite
135 ===================================
136 Synopsis
137 --------
138 .. parsed-literal::
139
140     test [:strong:`-[no]h`] [:strong:`-[no]quiet`] [:strong:`-[no]version`] [:strong:`-[no]copyright`] [:strong:`-nice` :emphasis:`<int>`]
141          [:strong:`-[no]backup`]
142
143 Description
144 -----------
145 |Gromacs| is a full-featured suite of programs to perform molecular
146 dynamics simulations, i.e., to simulate the behavior of systems with
147 hundreds to millions of particles using Newtonian equations of motion.
148 It is primarily used for research on proteins, lipids, and polymers, but
149 can be applied to a wide variety of chemical and biological research
150 questions.
151
152 Options
153 -------
154 Other options:
155
156 ``-[no]h``  (no)
157     Print help and quit
158 ``-[no]quiet``  (no)
159     Do not print common startup info or quotes
160 ``-[no]version``  (no)
161     Print extended version information and quit
162 ``-[no]copyright``  (yes)
163     Print copyright information on startup
164 ``-nice`` <int> (19)
165     Set the nicelevel (default depends on command)
166 ``-[no]backup``  (yes)
167     Write backups if output files exist
168
169 test commands
170 -------------
171 The following commands are available. Please refer to their individual man pages or ``test help <command>`` for further details.
172
173 .. include:: /fragments/bytopic-man.rst
174 ]]></String>
175 </ReferenceData>