Ignore:
Timestamp:
09/18/06 15:49:14 (18 years ago)
Author:
pinsard
Message:

Modif for html documentations : hellip entity instead of ..., path relative to xmldoc in url attribute, spell chekcking, enlight mousse button, status checking of xml processing in shell scripts (1/2)

File:
1 edited

Legend:

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

    r176 r183  
    2222<!-- 
    2323module : 
    24 first steps with SAXO... 
     24first steps with SAXO ... 
    2525 
    2626source : 
     
    6767<title>Before this</title> 
    6868<para> 
    69 In this document, we supposed that you followed <ulink url="getsaxo.html">Get SAXO</ulink> recommandations.  
     69In this document, we supposed that you followed <ulink url="getsaxo.html">Get SAXO</ulink> recommendations.  
    7070</para> 
    7171</sect1> 
     
    7373  <sect1 id="first_plots"> 
    7474    <title> 
    75       First plots... 
     75      First plots &hellip; 
    7676    </title> 
    7777    <sect2 id="start_with_init"> 
     
    8383      </para> 
    8484      <para> 
    85         <emphasis>The @ is equivalent to an include. It is used to execute a set of IDL commands that will be directly executed without any compilation (as it is the case for a procedure or a function). All variables defined and used in the @... file will still be accessible after the execution of the @... is finished (which is not the case for procedures and functions that ends with the return instruction).</emphasis> 
     85        <emphasis>The @ is equivalent to an include. It is used to execute a set of IDL commands that will be directly executed without any compilation (as it is the case for a procedure or a function). All variables defined and used in the @&hellip; file will still be accessible after the execution of the @&hellip; is finished (which is not the case for procedures and functions that ends with the return instruction).</emphasis> 
    8686        <screen format="linespecific"> 
    8787  <prompt>$</prompt> <userinput><command>cd</command> <filename class="directory"><envar>${HOME}</envar>/My_IDL/</filename></userinput> 
     
    122122    <sect2 id="basic_plots"> 
    123123      <title> 
    124         basic plots... 
     124        basic plots &hellip; 
    125125      </title> 
    126126      <sect3 id="basic_splot"> 
     
    177177  <computeroutput>% Compiled module: OPENPS.</computeroutput> 
    178178  <computeroutput>% Compiled module: XQUESTION.</computeroutput> 
    179   <computeroutput>Name of the postscript file? (default answer is idl.ps) </computeroutput><userinput>first_ps</userinput> &numb1; 
     179  <computeroutput>Name of the postscript file? (default answer is idl.ps)</computeroutput><userinput>first_ps</userinput> &numb1; 
    180180  <computeroutput>% Compiled module: ISAFILE.</computeroutput> 
    181181  <computeroutput>% Compiled module: XNOTICE.</computeroutput> 
     
    194194          </calloutlist> 
    195195        </screenco> 
    196         Check that the <quote><filename>first_ps.ps</filename></quote> file is now existing... 
     196        Check that the <quote><filename>first_ps.ps</filename></quote> file is now existing &hellip; 
    197197        <screen format="linespecific"> 
    198198  <prompt>&promptidl;</prompt> <userinput><command>print, file_test(psdir + 'first_ps.ps')</command></userinput> 
     
    292292  <prompt>&promptidl;</prompt> <userinput><command>    , xtitle = 'x index', charsize = 1.5</command></userinput> <ulink url="figpng/basic_scontour2.png?format=raw">&showfig;</ulink> 
    293293        </screen> 
    294 It can be used in combinaison with contour to make more complex plots: 
     294It can be used in combination with contour to make more complex plots: 
    295295        <screenco> 
    296296          <areaspec> 
     
    342342  <prompt>&promptidl;</prompt> <userinput><command>xhelp, 'tvplus'</command></userinput> 
    343343          </screen> 
    344           To sse the source code of <command>tvplus</command>, try: 
     344          To see the source code of <command>tvplus</command>, try: 
    345345          <screen format="linespecific"> 
    346346  <prompt>&promptidl;</prompt> <userinput><command>xfile, 'tvplus'</command></userinput> 
     
    415415            <listitem><simpara>cells corners ordinates, stored in 2D array <varname></varname>gphif</simpara></listitem> 
    416416            <listitem><simpara>cells upper boundary depth, stored in 1D array <varname></varname>gdepw</simpara></listitem> 
    417             <listitem><simpara>land-sea mask, stored in <varname></varname>tmask</simpara></listitem> 
     417            <listitem><simpara>land-sea mask, stored in <varname>tmask</varname></simpara></listitem> 
    418418            <listitem><simpara>the cells size in the longitudinal direction, stored in 2D array <varname></varname>e1t</simpara></listitem> 
    419419            <listitem><simpara>the cells size in the latitudinal direction, stored in 2D array <varname></varname>e2t</simpara></listitem> 
     
    511511      </title> 
    512512        <para> 
    513           A quick presentation of vertical sections is shown in <ulink url="../../Tests/tst_pltz.pro?format=raw">tst_pltz</ulink>. After laoding any of the grid (for example with one of the <link linkend="load_grid">above examples</link>). Just try: 
     513          A quick presentation of vertical sections is shown in <ulink url="../../Tests/tst_pltz.pro?format=raw">tst_pltz</ulink>. After loading any of the grid (for example with one of the <link linkend="load_grid">above examples</link>). Just try: 
    514514          <screen format="linespecific"> 
    515515  <prompt>&promptidl;</prompt> <userinput><command>tst_pltz</command></userinput> 
     
    535535      </title> 
    536536        <para> 
    537           A quick presentation of hovmoellers and time series is shown in <ulink url="../../Tests/tst_pltt.pro?format=raw">tst_pltt</ulink>. After laoding any of the grid (for example with one of the <link linkend="load_grid">above examples</link>). Just try: 
     537          A quick presentation of hovmoellers and time series is shown in <ulink url="../../Tests/tst_pltt.pro?format=raw">tst_pltt</ulink>. After loading any of the grid (for example with one of the <link linkend="load_grid">above examples</link>). Just try: 
    538538          <screen format="linespecific"> 
    539539  <prompt>&promptidl;</prompt> <userinput><command>tst_pltt</command></userinput> 
     
    559559      </title> 
    560560        <para> 
    561           To be continued... 
     561          To be continued &hellip; 
    562562        </para> 
    563563   </sect2> 
Note: See TracChangeset for help on using the changeset viewer.