<div dir="ltr"><br><br><div class="gmail_quote">2008/7/18 Anne Ghisla &lt;<a href="mailto:a.ghisla@studenti.uninsubria.it">a.ghisla@studenti.uninsubria.it</a>&gt;:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<br>
I&#39;m also thinking about documentation. What format is required to<br>
document Python plugins? Is there a template?<br>
<br></blockquote></div><p>I don&#39;t think many python plugins have any documentation beyond the &#39;about&#39; text!&nbsp;<br></p><p>Qgis&#39; own documentation (from Help... Help Contents) is just some html in the Qgis doc folder. What we could do is standardize on something like that for plugins - have a doc folder in each plugin with an index.html file and then whatever other documentation can be put and linked from there.&nbsp;</p>
<p>Carson Farmer&#39;s ftools plugin has an &#39;About&#39; menu option that gives a dialog with a &#39;Web&#39; button that heads off to the internet to get the documentation for fTools. This could be easily modified to get the documentation from $MYPLUGINDIR/doc to avoid relying on a network connection.</p>
<p>Barry</p><p></p><p></p></div>