[GRASS-SVN] r72813 - sandbox/wenzeslaus/g.citation

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Jun 13 06:50:33 PDT 2018


Author: gisix
Date: 2018-06-13 06:50:33 -0700 (Wed, 13 Jun 2018)
New Revision: 72813

Modified:
   sandbox/wenzeslaus/g.citation/g.citation.html
Log:
Man page update for current flags and parameters 


Modified: sandbox/wenzeslaus/g.citation/g.citation.html
===================================================================
--- sandbox/wenzeslaus/g.citation/g.citation.html	2018-06-13 13:45:29 UTC (rev 72812)
+++ sandbox/wenzeslaus/g.citation/g.citation.html	2018-06-13 13:50:33 UTC (rev 72813)
@@ -1,22 +1,72 @@
-<h2>DESCRIPTION</h2>
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+<title>GRASS GIS manual: g.citation.py</title>
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+<link rel="stylesheet" href="grassdocs.css" type="text/css">
+</head>
+<body bgcolor="white">
+<div id="container">
 
-<em>g.citation</em> - creates citation or metadata based on
-documentation of a given module.
+<a href="index.html"><img src="grass_logo.png" alt="GRASS logo"></a>
+<hr class="header">
 
-<h2>NOTES</h2>
+<h2>NAME</h2>
+<em><b>g.citation.py</b></em>  - Provide scientific citation for GRASS modules and add-ons.
+<h2>KEYWORDS</h2>
+<a href="general.html">General</a>, <a
+href="topic_Metadaten.html">Metadata</a>, <a href="keywords.html#citation">citation</a>
+<h2>SYNOPSIS</h2>
+<div id="name"><b>g.citation.py</b><br></div>
+<b>g.citation.py --help</b><br>
+<div id="synopsis"><b>g.citation.py</b> [-<b>as</b>]  [<b>module</b>=<em>string</em>]  <b>format</b>=<em>string</em>  [<b>output</b>=<em>name</em>]   [--<b>help</b>]  [--<b>verbose</b>]  [--<b>quiet</b>]  [--<b>ui</b>] 
+</div>
 
-<h2>EXAMPLES</h2>
+<div id="flags">
+<h3>Flags:</h3>
+<dl>
+<dt><b>-a</b></dt>
+<dd>Provide citation for all modules</dd>
 
-<div class="code"><pre>
-g.citation module=v.select format=plain
-</pre></div>
+<dt><b>-s</b></dt>
+<dd>Skip errors, provide warning only</dd>
 
-<h2>SEE ALSO</h2>
+<dt><b>--help</b></dt>
+<dd>Print usage summary</dd>
+<dt><b>--verbose</b></dt>
+<dd>Verbose module output</dd>
+<dt><b>--quiet</b></dt>
+<dd>Quiet module output</dd>
+<dt><b>--ui</b></dt>
+<dd>Force launching GUI dialog</dd>
+</dl>
+</div>
 
-<h2>AUTHORS</h2>
+<div id="parameters">
+<h3>Parameter:</h3>
+<dl>
+<dt><b>module</b>=<em>string</em></dt>
+<dd>GRASS GIS module to be cited</dd>
 
-Vaclav Petras, <a href="http://geospatial.ncsu.edu/osgeorel/">NCSU GeoForAll Lab</a> (ORCID: 0000-0001-5566-9236)
-Peter Loewe, <a href="http://geospatial.ncsu.edu/osgeorel/">NCSU GeoForAll Lab</a> (ORCID: 0000-0003-2257-0517)
-Markus Neteler, <a href="http://geospatial.ncsu.edu/osgeorel/">NCSU GeoForAll Lab</a> (ORCID: 0000-0003-1916-1966)
+<dt><b>format</b>=<em>string</em> <b>[required]</b></dt>
+<dd>Citation format or style</dd>
+<dd>Optionen: <em>bibtex, csl, datacite, dublincore, json, json-ld, narcxml, plain, dict</em></dd>
+<dd>Standardwert: <em>bibtex</em></dd>
+<dd><b>bibtex</b>: BibTeX</dd>
+<dd><b>csl</b>: cls</dd>
+<dd><b>datacite</b>: datacite</dd>
+<dd><b>dublincore</b>: dublincore</dd>
+<dd><b>json</b>: json</dd>
+<dd><b>json-ld</b>: json-ld</dd>
+<dd><b>narcxml</b>: narcxml</dd>
+<dd><b>plain</b>: Plain text</dd>
+<dd><b>dict</b>: Pretty printed Python dictionary</dd>
+<dd><b>cff</b>: citation file</dd>
 
-<p><i>Last changed: $Date: 2018-03-14 15:22:13 -0400 (Wed, 14 Mar 2018) $</i>
+<dt><b>output</b>=<em>name</em></dt>
+<dd>Path of the output file</dd>
+
+</dl>
+</div>
+</body>
+</html>



More information about the grass-commit mailing list