Ignore:
Timestamp:
04/22/08 12:25:28 (16 years ago)
Author:
pinsard
Message:

some improvements in wiki production (hyperlinks)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Documentation/xmldoc/wiki/GetSaxo

    r354 r355  
    157157 * {{{${HOME}/My_IDL}}}. This is the easiest solution but it could be inconvenient if your ${HOME} disk space is limited. 
    158158            
    159  * any other directory of your choice. In that case, when using IDL, you will need to define the variable {{{iodir}}} to the directory you choose in order to let IDL find the data tests files. This can be done either through the {{{init.pro}}} file (see [#Create SAXO environment]) or directly within IDL with the following command: idl>iodir = '''''the chosen directory'''''. 
    160             
     159 * any other directory of your choice. In that case, when using IDL, you will need to define the variable {{{iodir}}} to the directory you choose in order to let IDL find the data tests files. This can be done either through the {{{init.pro}}} file (see [#CreateSAXOenvironment Create SAXO environment]) or directly within IDL with the following command:  
     160 
     161{{{ 
     162#!html 
     163<pre xmlns:xl="http://www.w3.org/1999/xlink" class="screen"> 
     164 <code class="prompt">idl&gt;</code> <strong class="userinput"><code><span><strong class="command">iodir = the chosen directory</strong></span></code></strong> 
     165</pre> 
     166}}} 
     167 
    161168{{{ 
    162169#!html 
     
    239246}}} 
    240247 
    241 There is an example of the kind of [idlfiles/init_example.pro  init.pro] you should get. 
     248There is an example of the kind of [source:/trunk/SRC/Documentation/xmldoc/idlfiles/init_example.pro  init.pro] you should get. 
    242249       
    243250== After this == 
Note: See TracChangeset for help on using the changeset viewer.