Ignore:
Timestamp:
09/20/06 13:36:10 (18 years ago)
Author:
pinsard
Message:

introducing hyperlinks in idldoc outputs (2/2)

Location:
trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed
Files:
11 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/LECTURE/read_ncdf.html

    r177 r187  
    10621062           
    10631063          <h4>Version</h4><div class="preformat"> 
    1064  $Id: read_ncdf.pro 174 2006-09-12 07:07:57Z smasson $ </div> 
     1064 $Id: read_ncdf.pro 181 2006-09-15 08:24:36Z smasson $ </div> 
    10651065          <h4>History</h4><div class="preformat"> 
    10661066 Sebastien Masson (smasson@lodyc.jussieu.fr) 
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/PLOTS/DESSINE/pltv.html

    r168 r187  
    953953           
    954954          <h4>Version</h4><div class="preformat"> 
    955  $Id: pltv.pro 163 2006-08-29 12:59:46Z navarro $ 
     955 $Id: pltv.pro 181 2006-09-15 08:24:36Z smasson $ 
    956956</div> 
    957957          <h4>History</h4><div class="preformat"> 
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/STRING/strtok.html

    r168 r187  
    747747         
    748748          <div class="comments"> 
    749  String to be split.  Contains text after    in, out 
    750  token on output. 
     749 String to be split. Contains text after in, out token on output. 
    751750 </div> 
    752751             
     
    785784         
    786785            <div class="comments">  
    787  set to remove leading blanks from old  
    788  before returning. 
     786 set to remove leading blanks from old before returning. 
    789787</div> 
    790788             
     
    817815           
    818816          <h4>Version</h4><div class="preformat"> 
    819  $Id: strtok.pro 163 2006-08-29 12:59:46Z navarro $ 
     817 $Id: strtok.pro 186 2006-09-20 10:50:37Z pinsard $ 
    820818</div> 
    821819          <h4>History</h4><div class="preformat"> 
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/TRIANGULATION/definetri.html

    r168 r187  
    704704 the points are regulary-gridded on nx*ny array. 
    705705 Find a Delaunay triangulation for this set of points is easy: 
    706  Points define (nx-1)*(ny-1) rectangles which we can cut in 2 
    707  triangles. cf. figure above 
     706 Points define (nx-1)*(ny-1) rectangles which we can cut in 2 triangles.  
     707 cf. figure above 
    708708 
    709709<p class="preformat"> 
     710 fixe 
    710711      ny-1*---*---*. . . . . .*---*---* 
    711712          |  +|  +|           |  +|  +|       
     
    760761 
    761762          <h3>Return value</h3><div class="preformat"> 
    762  triangles is a 2d array and is dimensions are 3 and 
    763  2*(nx-1)*(ny-1) 
    764  triangles is define like in the TRIANGULATE procedure. 
     763 triangles is a 2d array and its dimensions are 3 and 2*(nx-1)*(ny-1). 
     764 triangles is defined like in the TRIANGULATE procedure. 
    765765</div> 
    766766 
     
    811811         
    812812          <div class="comments"> 
    813  When downward is undefine all rectangles are cut 
    814  in using the upward diagonal. Downward is a vector which 
    815  contains the rectangles numbers which are cut in using the 
    816  downward diagonal. 
    817  The rectangle number is define by the index (in a nx*ny 
    818  vector) of the lower-left corner of the rectangle. 
     813 When downward is undefine all rectangles are cut in using the upward  
     814 diagonal.  
     815 Downward is a vector which contains the rectangles numbers which are cut in  
     816 using the downward diagonal. 
     817 The rectangle number is defined by the index (in a nx*ny vector) of the  
     818 lower-left corner of the rectangle. 
    819819</div> 
    820820             
     
    826826          <h3>Examples</h3><div class="preformat"> 
    827827 
    828  triangles=definetri(3,3,[1,3]) 
    829  triangles will be a this kind of triangulation: 
     828 IDL> triangles=definetri(3,3,[1,3]) 
     829 triangles will be this kind of triangulation: 
    830830 
    831831          *---*---* 
    832            |+  |  +| 
    833            | + | + | 
    834            |  +|+  | 
     832          |+  |  +| 
     833          | + | + | 
     834          |  +|+  | 
    835835          *---*---* 
    836            |  +|+  | 
    837            | + | + | 
    838            |+  |  +| 
     836          |  +|+  | 
     837          | + | + | 
     838          |+  |  +| 
    839839          *---*---* 
    840840 
     
    843843           
    844844          <h4>Version</h4><div class="preformat"> 
    845  $Id: definetri.pro 163 2006-08-29 12:59:46Z navarro $</div> 
     845 $Id: definetri.pro 186 2006-09-20 10:50:37Z pinsard $</div> 
    846846          <h4>History</h4><div class="preformat"> 
    847847 sebastien Masson (smlod@ipsl.jussieu.fr) 
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/TRIANGULATION/definetri_e.html

    r168 r187  
    808808           
    809809          <h4>Version</h4><div class="preformat"> 
    810  $Id: definetri_e.pro 157 2006-08-21 09:01:50Z navarro $</div> 
     810 $Id: definetri_e.pro 186 2006-09-20 10:50:37Z pinsard $</div> 
    811811          <h4>History</h4><div class="preformat"> 
    812812 
     
    854854 
    855855          <h3>Return value</h3><div class="preformat"> 
    856  Triangles is a 2d array and is dimensions are 3 and 
    857  (nx-1)*(ny-1) 
     856 Triangles is a 2d array and is dimensions are 3 and (nx-1)*(ny-1). 
    858857 Triangles is defined like in the TRIANGULATE procedure. 
    859858        </div> 
     
    905904         
    906905          <div class="comments"> 
    907  When singular is undefined all rectangles are cut 
    908  in using the vertical diagonal. Singular is a vector which 
    909  contains the rectangles numbers which are cut in using the 
    910  horizontal diagonal. 
    911  The rectangle number is define by the index (in a nx*ny 
    912  vector) of the lower-left corner of the rectangle. 
     906 When singular is undefined all rectangles are cut in using the vertical  
     907 diagonal.  
     908 Singular is a vector which contains the rectangles numbers which are cut in  
     909 using the horizontal diagonal. 
     910 The rectangle number is defined by the index (in a nx*ny vector) of the  
     911 lower-left corner of the rectangle. 
    913912</div> 
    914913             
     
    941940           
    942941          <h4>Version</h4><div class="preformat"> 
    943  $Id: definetri_e.pro 157 2006-08-21 09:01:50Z navarro $ 
     942 $Id: definetri_e.pro 186 2006-09-20 10:50:37Z pinsard $ 
    944943</div> 
    945944          <h4>History</h4><div class="preformat"> 
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/TRIANGULATION/section.html

    r168 r187  
    928928           
    929929          <h4>Version</h4><div class="preformat">  
     930 $Id: section.pro 186 2006-09-20 10:50:37Z pinsard $ 
    930931 </div> 
    931932          <h4>History</h4><div class="preformat"> 
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/WIDGET/AUTOUR_de_XXX/loadgrid.html

    r168 r187  
    778778           
    779779          <h4>Version</h4><div class="preformat">  
    780  $Id: loadgrid.pro 150 2006-08-09 10:12:54Z navarro $ 
     780 $Id: loadgrid.pro 181 2006-09-15 08:24:36Z smasson $ 
    781781</div> 
    782782          <h4>History</h4><div class="preformat"> 
     
    807807          <h3>Statistics</h3> 
    808808          <table class="statistics"> 
    809             <tr><td>McCabe cyclic</td><td>           9</td></tr> 
     809            <tr><td>McCabe cyclic</td><td>          11</td></tr> 
    810810            <tr><td>McCabe essential</td><td>           1</td></tr> 
    811811            <tr><td>McCabe modular design</td><td>           1</td></tr> 
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/WIDGET/AUTOUR_de_XXX/scanfile.html

    r177 r187  
    793793           
    794794          <h4>Version</h4><div class="preformat">  
    795  $Id: scanfile.pro 172 2006-09-11 07:11:26Z smasson $ 
     795 $Id: scanfile.pro 181 2006-09-15 08:24:36Z smasson $ 
    796796</div> 
    797797          <h4>History</h4><div class="preformat"> 
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/WIDGET/AUTOUR_de_XXX/selectfile.html

    r168 r187  
    776776           
    777777          <h4>Version</h4><div class="preformat">  
    778  $Id: selectfile.pro 157 2006-08-21 09:01:50Z navarro $ 
     778 $Id: selectfile.pro 181 2006-09-15 08:24:36Z smasson $ 
    779779 </div> 
    780780          <h4>History</h4><div class="preformat"> 
     
    907907           
    908908          <h4>Version</h4><div class="preformat">  
    909  $Id: selectfile.pro 157 2006-08-21 09:01:50Z navarro $ 
     909 $Id: selectfile.pro 181 2006-09-15 08:24:36Z smasson $ 
    910910 </div> 
    911911          <h4>History</h4><div class="preformat"> 
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/WIDGET/directory-overview.html

    r168 r187  
    717717       
    718718        <dt><a href="xxx.html?format=raw">xxx.pro</a></dt> 
    719         <dd>     A maximum of possibilities with a minimum of clics </dd> 
     719        <dd>  see <a href=".</dd> 
    720720       
    721721      </dl> 
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/WIDGET/xxx.html

    r168 r187  
    700700 
    701701      <div id="file_comments"> 
    702  
     702 see <a href="../../../xmldoc/mini_notice.html?format=raw">Mini Guide for Basic Commands in the XXX Program</a> 
    703703 
    704704 
     
    776776           
    777777          <h4>Version</h4><div class="preformat">  
    778  $Id: xxx.pro 163 2006-08-29 12:59:46Z navarro $</div> 
     778 $Id: xxx.pro 186 2006-09-20 10:50:37Z pinsard $</div> 
    779779          <h4>History</h4><div class="preformat"> 
    780780  
     
    983983           
    984984          <h4>Version</h4><div class="preformat"> 
    985  $Id: xxx.pro 163 2006-08-29 12:59:46Z navarro $ 
     985 $Id: xxx.pro 186 2006-09-20 10:50:37Z pinsard $ 
    986986</div> 
    987987          <h4>History</h4><div class="preformat"> 
Note: See TracChangeset for help on using the changeset viewer.