Changeset 160 for trunk/SRC


Ignore:
Timestamp:
11/12/09 12:41:16 (15 years ago)
Author:
pinsard
Message:

escape @ in headers to avoid idldoc warning

Location:
trunk/SRC/Documentation/xmldoc
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Documentation/xmldoc/How_to_use_post_it.xml

    r159 r160  
    2424xmlns:xi="http://www.w3.org/2001/XInclude" 
    2525xml:lang="en" 
    26 xml:id="How_to_use_post_it"> 
     26xml:id="how_to_use_post_it"> 
    2727 
    2828<!-- 
     
    366366<listitem> 
    367367<para><varname>var</varname> : The name of the field is usually the <literal>long_name</literal> stored in the NetCDF file. 
    368 If you add '@@' at the beginning, it means that &project; will read <filename>fld_macros.def</filename> to get the right macro to launch (for instance, compute the standard deviation of the <varname>sosstsst</varname> field through <command>@@sosstdev</command>) 
     368If you add <literal>@@</literal> at the beginning, it means that &project; will read <filename>fld_macros.def</filename> to get the right macro to launch (for instance, compute the standard deviation of the <varname>sosstsst</varname> field through <command>@@sosstdev</command>) 
    369369<programlisting> 
    370370; var : &lt;name&gt; of field 
     
    400400</para> 
    401401<para> 
    402 This is the first one<footnote><para>cf. for the second one <xref linkend="var_spec"/></para></footnote> : Pay attention to the fact that the 2 files should have the same <varname>var</varname> name, the same <varname>grid</varname>, the same <varname>timeave</varname>, the same <varname>plt</varname>, the same <varname>date1</varname>, &hellip; 
     402This is the first one<footnote><para>cf. <xref linkend="var_spec"/> for the second one </para></footnote> : Pay attention to the fact that the 2 files should have the same <varname>var</varname> name, the same <varname>grid</varname>, the same <varname>timeave</varname>, the same <varname>plt</varname>, the same <varname>date1</varname>, &hellip; 
    403403<programlisting> 
    404404; exp  : name of exp. For difference of 2 exp : &lt;exp1&gt;-&lt;exp2&gt; 
     
    523523</para> 
    524524<para> 
    525 It also set parameters to make differences between two plots : this is the second way to make differences<footnote><para>cf. for the first one <xref linkend="var_exp"/></para></footnote>. 
     525It also set parameters to make differences between two plots : this is the second way to make differences<footnote><para>cf. <xref linkend="var_exp"/> for the first one</para></footnote>. 
    526526<programlisting> 
    527527; spec : time serie : date2 
     
    774774symbol_families = '4x3' 
    775775;;  symbol_families = '12x1' 
    776                  symbol_style = [1,1,1,1,2,2,1,1,1,1,1,1]  ; Symbol style (for each overlay symbol) 
     776symbol_style = [1,1,1,1,2,2,1,1,1,1,1,1]  ; Symbol style (for each overlay symbol) 
    777777symbol_color = [1,2,3,4,2,3,7,8,9,10,11,12]  ; Symbol line color (for each overlay symbol) 
    778778mean_sc_only = 0 
     
    824824</chapter> 
    825825<chapter> 
    826 <title>Files in the 'config' directory</title> 
     826<title>Files in the <filename class="directory">config</filename> directory</title> 
    827827 <para/> 
    828828</chapter> 
  • trunk/SRC/Documentation/xmldoc/webpost_it.xml

    r158 r160  
    3333$Id$ 
    3434 
     35- fplod 20091112T082817Z aedon.locean-ipsl.upmc.fr (Darwin) 
     36 
     37  *preparing IDLdoc book access 
     38 
    3539- fplod 20091109T140103Z aedon.locean-ipsl.upmc.fr (Darwin) 
    3640  
     
    129133</para> 
    130134<para> 
    131 Formerly, there was a PDF presentation (this one was just a draft and won't be improved): <link xl:href="++">How_to_use_post_it.pdf</link> .</para> 
     135Formerly, there was a PDF presentation (this one was just a draft and won't be improved): <link xl:href="++">How_to_use_post_it.pdf</link>. 
     136</para> 
     137<para> 
     138A complete and convenient description of all &project; routines can be found in the <link xl:href="../idldoc_html_output/index.html">web pages created by <application>IDLdoc</application></link>. 
     139</para> 
     140 
    132141</sect2> 
    133142<sect2 xml:id="documentation_svn"> 
     
    144153--> 
    145154<para> 
    146 A short hanbook is also available, see <link xl:href="./svnbasiccommands.html"/>. 
     155A short handbook is also available, see <link xl:href="./svnbasiccommands.html"/>. 
    147156</para> 
    148157</sect2> 
Note: See TracChangeset for help on using the changeset viewer.