|
@@ -197,15 +197,19 @@ generates a Web Processing Service process description. Example:
|
|
|
v.in.db --wps-process-description
|
|
|
</pre></div>
|
|
|
|
|
|
-<h2>reStructuredText (REST)</h2>
|
|
|
+<h2>reStructuredText</h2>
|
|
|
|
|
|
-The flag <b>--rest-description</b> added to a GRASS command
|
|
|
-generates a related help page template in reStructuredText. Example:
|
|
|
+The flag <b>--rst-description</b> added to a GRASS command
|
|
|
+generates module interface description in reStructuredText, a lightweight
|
|
|
+markup language. Example:
|
|
|
|
|
|
<div class="code"><pre>
|
|
|
-v.in.db --rest-description
|
|
|
+v.in.db --rst-description
|
|
|
</pre></div>
|
|
|
|
|
|
+reStructuredText is sometimes abbreviated as reST, ReST, or RST.
|
|
|
+The commonly used file extension is <tt>.rst</tt>.
|
|
|
+Don't be confused with Representational State Transfer (REST) technology.
|
|
|
|
|
|
<h2>TRANSLATION</h2>
|
|
|
|