Ignore:
Timestamp:
08/29/06 14:59:46 (18 years ago)
Author:
navarro
Message:

header improvements : type of parameters and keywords, default values, spell checking + idldoc assistant (IDL online_help)

Location:
trunk/SRC/Documentation/idldoc_html_output/Obsolete
Files:
22 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Documentation/idldoc_html_output/Obsolete/congridseb.html

    r157 r163  
    805805          <h3>Version history</h3> 
    806806           
    807           <h4>Version</h4><div class="preformat"> $Id: congridseb.pro 152 2006-08-10 07:01:35Z smasson $ 
     807          <h4>Version</h4><div class="preformat"> $Id: congridseb.pro 157 2006-08-21 09:01:50Z navarro $ 
    808808</div> 
    809809          <h4>History</h4><div class="preformat"> Sebastien Masson (smasson@lodyc.jussieu.fr) 
     
    828828           
    829829         
     830          <h3>Statistics</h3> 
     831          <table class="statistics"> 
     832            <tr><td>McCabe cyclic</td><td>           4</td></tr> 
     833            <tr><td>McCabe essential</td><td>           1</td></tr> 
     834            <tr><td>McCabe modular design</td><td>           1</td></tr> 
     835          </table> 
    830836           
    831837         
  • trunk/SRC/Documentation/idldoc_html_output/Obsolete/cp.html

    r157 r163  
    806806           
    807807         
     808          <h3>Statistics</h3> 
     809          <table class="statistics"> 
     810            <tr><td>McCabe cyclic</td><td>           1</td></tr> 
     811            <tr><td>McCabe essential</td><td>           1</td></tr> 
     812            <tr><td>McCabe modular design</td><td>           1</td></tr> 
     813          </table> 
    808814           
    809815         
  • trunk/SRC/Documentation/idldoc_html_output/Obsolete/directory-overview.html

    r157 r163  
    711711       
    712712        <dt><a href="extrait.html?format=raw">extrait.pro</a></dt> 
    713         <dd>   extraction of subdomains of matrixes;   Even if the subdomain is "pierced" (see the example)  By default, IDL can make extractions of subdomain:        IDL> a=indgen(5,5)        IDL> print, a               0       1       2       3       4              5       6       7       8       9             10      11      12      13      14             15      16      17      18      19             20      21      22      23      24       IDL> print, a[[0,2],3]              15      17       IDL> print, a[[0,2],*]                0       2              5       7             10      12             15      17             20      22  but       IDL> print, a[[0,2],[3,4]]              15      22  while       IDL> print, extrait(a,[0,2],[3,4])               15      17             20      22    you better use extrac2 </dd> 
     713        <dd>   extraction of subdomains of matrices;   Even if the subdomain is "pierced" (see the example)  By default, IDL can make extractions of subdomain:        IDL> a=indgen(5,5)        IDL> print, a               0       1       2       3       4              5       6       7       8       9             10      11      12      13      14             15      16      17      18      19             20      21      22      23      24       IDL> print, a[[0,2],3]              15      17       IDL> print, a[[0,2],*]                0       2              5       7             10      12             15      17             20      22  but       IDL> print, a[[0,2],[3,4]]              15      22  while       IDL> print, extrait(a,[0,2],[3,4])               15      17             20      22    you better use extrac2 </dd> 
    714714       
    715715        <dt><a href="ficdate.html?format=raw">ficdate.pro</a></dt> 
  • trunk/SRC/Documentation/idldoc_html_output/Obsolete/extrait.html

    r157 r163  
    700700 
    701701      <div id="file_comments">  
    702  extraction of subdomains of matrixes;  
     702 extraction of subdomains of matrices;  
    703703 Even if the subdomain is "pierced" (see the example) 
    704704 By default, IDL can make extractions of subdomain: 
     
    861861          <h3>Version history</h3> 
    862862           
    863           <h4>Version</h4><div class="preformat"> $Id: extrait.pro 136 2006-07-10 15:20:19Z pinsard $ 
     863          <h4>Version</h4><div class="preformat"> $Id: extrait.pro 157 2006-08-21 09:01:50Z navarro $ 
    864864</div> 
    865865          <h4>History</h4><div class="preformat"> Sebastien Masson (smasson@lodyc.jussieu.fr) 
     
    886886           
    887887         
     888          <h3>Statistics</h3> 
     889          <table class="statistics"> 
     890            <tr><td>McCabe cyclic</td><td>           7</td></tr> 
     891            <tr><td>McCabe essential</td><td>           1</td></tr> 
     892            <tr><td>McCabe modular design</td><td>           1</td></tr> 
     893          </table> 
    888894           
    889895         
  • trunk/SRC/Documentation/idldoc_html_output/Obsolete/ficdate.html

    r157 r163  
    806806           
    807807         
     808          <h3>Statistics</h3> 
     809          <table class="statistics"> 
     810            <tr><td>McCabe cyclic</td><td>          23</td></tr> 
     811            <tr><td>McCabe essential</td><td>           1</td></tr> 
     812            <tr><td>McCabe modular design</td><td>           1</td></tr> 
     813          </table> 
    808814           
    809815         
  • trunk/SRC/Documentation/idldoc_html_output/Obsolete/fictype.html

    r157 r163  
    790790           
    791791         
     792          <h3>Statistics</h3> 
     793          <table class="statistics"> 
     794            <tr><td>McCabe cyclic</td><td>           6</td></tr> 
     795            <tr><td>McCabe essential</td><td>           1</td></tr> 
     796            <tr><td>McCabe modular design</td><td>           1</td></tr> 
     797          </table> 
    792798           
    793799         
  • trunk/SRC/Documentation/idldoc_html_output/Obsolete/imprime.html

    r157 r163  
    806806           
    807807         
     808          <h3>Statistics</h3> 
     809          <table class="statistics"> 
     810            <tr><td>McCabe cyclic</td><td>           7</td></tr> 
     811            <tr><td>McCabe essential</td><td>           1</td></tr> 
     812            <tr><td>McCabe modular design</td><td>           1</td></tr> 
     813          </table> 
    808814           
    809815         
  • trunk/SRC/Documentation/idldoc_html_output/Obsolete/jourdsmois.html

    r157 r163  
    787787           
    788788         
     789          <h3>Statistics</h3> 
     790          <table class="statistics"> 
     791            <tr><td>McCabe cyclic</td><td>           4</td></tr> 
     792            <tr><td>McCabe essential</td><td>           1</td></tr> 
     793            <tr><td>McCabe modular design</td><td>           1</td></tr> 
     794          </table> 
    789795           
    790796         
  • trunk/SRC/Documentation/idldoc_html_output/Obsolete/juldate.html

    r157 r163  
    783783          <h3>Version history</h3> 
    784784           
    785           <h4>Version</h4><div class="preformat"> $Id: juldate.pro 134 2006-07-07 10:19:08Z navarro $ 
     785          <h4>Version</h4><div class="preformat"> $Id: juldate.pro 157 2006-08-21 09:01:50Z navarro $ 
    786786</div> 
    787787          <h4>History</h4><div class="preformat"> Jerome Vialard  (jv@lodyc.jussieu.fr) 
     
    806806           
    807807         
     808          <h3>Statistics</h3> 
     809          <table class="statistics"> 
     810            <tr><td>McCabe cyclic</td><td>           4</td></tr> 
     811            <tr><td>McCabe essential</td><td>           1</td></tr> 
     812            <tr><td>McCabe modular design</td><td>           1</td></tr> 
     813          </table> 
    808814           
    809815         
  • trunk/SRC/Documentation/idldoc_html_output/Obsolete/lec.html

    r157 r163  
    932932          <h3>Version history</h3> 
    933933           
    934           <h4>Version</h4><div class="preformat"> $Id: lec.pro 134 2006-07-07 10:19:08Z navarro $ 
     934          <h4>Version</h4><div class="preformat"> $Id: lec.pro 157 2006-08-21 09:01:50Z navarro $ 
    935935 
    936936;-</div> 
     
    963963           
    964964         
     965          <h3>Statistics</h3> 
     966          <table class="statistics"> 
     967            <tr><td>McCabe cyclic</td><td>          70</td></tr> 
     968            <tr><td>McCabe essential</td><td>           4</td></tr> 
     969            <tr><td>McCabe modular design</td><td>           1</td></tr> 
     970          </table> 
    965971           
    966972         
  • trunk/SRC/Documentation/idldoc_html_output/Obsolete/lect.html

    r157 r163  
    874874          <h3>Version history</h3> 
    875875           
    876           <h4>Version</h4><div class="preformat"> $Id: lect.pro 134 2006-07-07 10:19:08Z navarro $ 
     876          <h4>Version</h4><div class="preformat"> $Id: lect.pro 157 2006-08-21 09:01:50Z navarro $ 
    877877</div> 
    878878          <h4>History</h4><div class="preformat"> Jerome Vialard (jv@lodyc.jussieu.fr) 
     
    897897           
    898898         
     899          <h3>Statistics</h3> 
     900          <table class="statistics"> 
     901            <tr><td>McCabe cyclic</td><td>           0</td></tr> 
     902            <tr><td>McCabe essential</td><td>           0</td></tr> 
     903            <tr><td>McCabe modular design</td><td>           0</td></tr> 
     904          </table> 
    899905           
    900906         
  • trunk/SRC/Documentation/idldoc_html_output/Obsolete/meshlec.html

    r157 r163  
    848848           
    849849         
     850          <h3>Statistics</h3> 
     851          <table class="statistics"> 
     852            <tr><td>McCabe cyclic</td><td>          67</td></tr> 
     853            <tr><td>McCabe essential</td><td>           1</td></tr> 
     854            <tr><td>McCabe modular design</td><td>           1</td></tr> 
     855          </table> 
    850856           
    851857         
  • trunk/SRC/Documentation/idldoc_html_output/Obsolete/ncdf_meshlec.html

    r157 r163  
    791791           
    792792         
     793          <h3>Statistics</h3> 
     794          <table class="statistics"> 
     795            <tr><td>McCabe cyclic</td><td>           3</td></tr> 
     796            <tr><td>McCabe essential</td><td>           1</td></tr> 
     797            <tr><td>McCabe modular design</td><td>           1</td></tr> 
     798          </table> 
    793799           
    794800         
  • trunk/SRC/Documentation/idldoc_html_output/Obsolete/nlec.html

    r157 r163  
    945945           
    946946         
     947          <h3>Statistics</h3> 
     948          <table class="statistics"> 
     949            <tr><td>McCabe cyclic</td><td>          53</td></tr> 
     950            <tr><td>McCabe essential</td><td>           9</td></tr> 
     951            <tr><td>McCabe modular design</td><td>           1</td></tr> 
     952          </table> 
    947953           
    948954         
  • trunk/SRC/Documentation/idldoc_html_output/Obsolete/nlec5j.html

    r157 r163  
    851851          <h3>Version history</h3> 
    852852           
    853           <h4>Version</h4><div class="preformat"> $Id: nlec5j.pro 134 2006-07-07 10:19:08Z navarro $ 
     853          <h4>Version</h4><div class="preformat"> $Id: nlec5j.pro 157 2006-08-21 09:01:50Z navarro $ 
    854854</div> 
    855855          <h4>History</h4><div class="preformat"> Sebastien Masson (smasson@lodyc.jussieu.fr) 
     
    875875           
    876876         
     877          <h3>Statistics</h3> 
     878          <table class="statistics"> 
     879            <tr><td>McCabe cyclic</td><td>          32</td></tr> 
     880            <tr><td>McCabe essential</td><td>           4</td></tr> 
     881            <tr><td>McCabe modular design</td><td>           1</td></tr> 
     882          </table> 
    877883           
    878884         
  • trunk/SRC/Documentation/idldoc_html_output/Obsolete/nlecan.html

    r157 r163  
    849849          <h3>Version history</h3> 
    850850           
    851           <h4>Version</h4><div class="preformat"> $Id: nlecan.pro 134 2006-07-07 10:19:08Z navarro $ 
     851          <h4>Version</h4><div class="preformat"> $Id: nlecan.pro 157 2006-08-21 09:01:50Z navarro $ 
    852852</div> 
    853853          <h4>History</h4><div class="preformat"> Sebastien Masson (smasson@lodyc.jussieu.fr) 
     
    871871           
    872872         
     873          <h3>Statistics</h3> 
     874          <table class="statistics"> 
     875            <tr><td>McCabe cyclic</td><td>          22</td></tr> 
     876            <tr><td>McCabe essential</td><td>           4</td></tr> 
     877            <tr><td>McCabe modular design</td><td>           1</td></tr> 
     878          </table> 
    873879           
    874880         
  • trunk/SRC/Documentation/idldoc_html_output/Obsolete/nlecmois.html

    r157 r163  
    862862           
    863863         
     864          <h3>Statistics</h3> 
     865          <table class="statistics"> 
     866            <tr><td>McCabe cyclic</td><td>          25</td></tr> 
     867            <tr><td>McCabe essential</td><td>           4</td></tr> 
     868            <tr><td>McCabe modular design</td><td>           1</td></tr> 
     869          </table> 
    864870           
    865871         
  • trunk/SRC/Documentation/idldoc_html_output/Obsolete/nlecsaison.html

    r157 r163  
    849849          <h3>Version history</h3> 
    850850           
    851           <h4>Version</h4><div class="preformat"> $Id: nlecsaison.pro 134 2006-07-07 10:19:08Z navarro $ 
     851          <h4>Version</h4><div class="preformat"> $Id: nlecsaison.pro 157 2006-08-21 09:01:50Z navarro $ 
    852852</div> 
    853853          <h4>History</h4><div class="preformat"> Sebastien Masson (smasson@lodyc.jussieu.fr) 
     
    873873           
    874874         
     875          <h3>Statistics</h3> 
     876          <table class="statistics"> 
     877            <tr><td>McCabe cyclic</td><td>          20</td></tr> 
     878            <tr><td>McCabe essential</td><td>           4</td></tr> 
     879            <tr><td>McCabe modular design</td><td>           1</td></tr> 
     880          </table> 
    875881           
    876882         
  • trunk/SRC/Documentation/idldoc_html_output/Obsolete/nlecserie.html

    r157 r163  
    848848          <h3>Version history</h3> 
    849849           
    850           <h4>Version</h4><div class="preformat"> $Id: nlecserie.pro 134 2006-07-07 10:19:08Z navarro $ 
     850          <h4>Version</h4><div class="preformat"> $Id: nlecserie.pro 157 2006-08-21 09:01:50Z navarro $ 
    851851</div> 
    852852          <h4>History</h4><div class="preformat"> Sebastien Masson (smasson@lodyc.jussieu.fr) 
     
    871871           
    872872         
     873          <h3>Statistics</h3> 
     874          <table class="statistics"> 
     875            <tr><td>McCabe cyclic</td><td>          20</td></tr> 
     876            <tr><td>McCabe essential</td><td>           1</td></tr> 
     877            <tr><td>McCabe modular design</td><td>           1</td></tr> 
     878          </table> 
    873879           
    874880         
  • trunk/SRC/Documentation/idldoc_html_output/Obsolete/vairdate.html

    r157 r163  
    838838           
    839839         
     840          <h3>Statistics</h3> 
     841          <table class="statistics"> 
     842            <tr><td>McCabe cyclic</td><td>           6</td></tr> 
     843            <tr><td>McCabe essential</td><td>           1</td></tr> 
     844            <tr><td>McCabe modular design</td><td>           1</td></tr> 
     845          </table> 
    840846           
    841847         
  • trunk/SRC/Documentation/idldoc_html_output/Obsolete/vraidate.html

    r157 r163  
    813813           
    814814         
     815          <h3>Statistics</h3> 
     816          <table class="statistics"> 
     817            <tr><td>McCabe cyclic</td><td>           2</td></tr> 
     818            <tr><td>McCabe essential</td><td>           1</td></tr> 
     819            <tr><td>McCabe modular design</td><td>           1</td></tr> 
     820          </table> 
    815821           
    816822         
  • trunk/SRC/Documentation/idldoc_html_output/Obsolete/zeroun.html

    r157 r163  
    769769          <h3>Version history</h3> 
    770770           
    771           <h4>Version</h4><div class="preformat"> $Id: zeroun.pro 134 2006-07-07 10:19:08Z navarro $ 
     771          <h4>Version</h4><div class="preformat"> $Id: zeroun.pro 157 2006-08-21 09:01:50Z navarro $ 
    772772</div> 
    773773          <h4>History</h4><div class="preformat"> Sebastien Masson (smasson@lodyc.jussieu.fr) 
     
    791791           
    792792         
     793          <h3>Statistics</h3> 
     794          <table class="statistics"> 
     795            <tr><td>McCabe cyclic</td><td>           4</td></tr> 
     796            <tr><td>McCabe essential</td><td>           1</td></tr> 
     797            <tr><td>McCabe modular design</td><td>           1</td></tr> 
     798          </table> 
    793799           
    794800         
Note: See TracChangeset for help on using the changeset viewer.