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/Calendar
Files:
8 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Documentation/idldoc_html_output/Calendar/caldat.html

    r157 r163  
    702702 Return the calendar date and time given julian date. 
    703703 This is the inverse of the function JULDAY. 
    704  3 calendars are avalable according to the value of key_caltype  
     704 3 calendars are available according to the value of key_caltype  
    705705 (variable of the common file cm_4cal): 'greg', '360d', 'noleap' 
    706706</div> 
     
    717717         
    718718 
    719         <div class="routine_details" id="_CALDAT"> 
    720  
    721           <h2><a class="top" href="#container">top</a>CALDAT <span class="categories"> Calendar 
     719        <div class="routine_details" id="_caldat"> 
     720 
     721          <h2><a class="top" href="#container">top</a>caldat <span class="categories"> Calendar 
    722722</span></h2> 
    723723         
    724724          <p class="header"> 
    725             CALDAT<span class="result">, <a href="#_CALDAT_param_julian">julian</a>, <a href="#_CALDAT_param_month">month</a>, <a href="#_CALDAT_param_day">day</a>, <a href="#_CALDAT_param_year">year</a>, <a href="#_CALDAT_param_hour">hour</a>, <a href="#_CALDAT_param_minute">minute</a>, <a href="#_CALDAT_param_second">second</a></span>, <a href="#_CALDAT_keyword_NDAYSPM">NDAYSPM</a>=<span class="result">NDAYSPM</span></p> 
     725            caldat<span class="result">, <a href="#_caldat_param_julian">julian</a>, <a href="#_caldat_param_month">month</a>, <a href="#_caldat_param_day">day</a>, <a href="#_caldat_param_year">year</a>, <a href="#_caldat_param_hour">hour</a>, <a href="#_caldat_param_minute">minute</a>, <a href="#_caldat_param_second">second</a></span>, <a href="#_caldat_keyword_NDAYSPM">NDAYSPM</a>=<span class="result">NDAYSPM</span></p> 
    726726         
    727727          <div class="comments"> 
     
    734734         
    735735             
    736             <h4 id="_CALDAT_param_julian">julian&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     736            <h4 id="_caldat_param_julian">julian&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    737737              <span class="attr">in</span> 
    738738               
     
    750750</div> 
    751751             
    752             <h4 id="_CALDAT_param_month">month&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     752            <h4 id="_caldat_param_month">month&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    753753               
    754754              <span class="attr">out</span> 
     
    765765</div> 
    766766             
    767             <h4 id="_CALDAT_param_day">day&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     767            <h4 id="_caldat_param_day">day&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    768768               
    769769              <span class="attr">out</span> 
     
    780780</div> 
    781781             
    782             <h4 id="_CALDAT_param_year">year&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     782            <h4 id="_caldat_param_year">year&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    783783               
    784784              <span class="attr">out</span> 
     
    795795</div> 
    796796             
    797             <h4 id="_CALDAT_param_hour">hour&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     797            <h4 id="_caldat_param_hour">hour&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    798798               
    799799              <span class="attr">out</span> 
     
    810810</div> 
    811811             
    812             <h4 id="_CALDAT_param_minute">minute&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     812            <h4 id="_caldat_param_minute">minute&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    813813               
    814814              <span class="attr">out</span> 
     
    825825</div> 
    826826             
    827             <h4 id="_CALDAT_param_second">second&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     827            <h4 id="_caldat_param_second">second&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    828828               
    829829              <span class="attr">out</span> 
     
    847847            <h3>Keywords</h3> 
    848848             
    849             <h4 id="_CALDAT_keyword_NDAYSPM">NDAYSPM&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     849            <h4 id="_caldat_keyword_NDAYSPM">NDAYSPM&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    850850               
    851851               
     
    883883 AB, 3 January 2000, Make seconds output as DOUBLE in array output. 
    884884 
    885  Sebastien Masson, May 2006, add diferent calendat with key_caltype  
     885 Sebastien Masson, May 2006, add different calendat with key_caltype  
    886886 (variable of the common file cm_4cal) 
    887887</div> 
     
    906906           
    907907         
     908          <h3>Statistics</h3> 
     909          <table class="statistics"> 
     910            <tr><td>McCabe cyclic</td><td>          22</td></tr> 
     911            <tr><td>McCabe essential</td><td>           1</td></tr> 
     912            <tr><td>McCabe modular design</td><td>           1</td></tr> 
     913          </table> 
    908914           
    909915         
  • trunk/SRC/Documentation/idldoc_html_output/Calendar/date2jul.html

    r157 r163  
    784784          <h3>Version history</h3> 
    785785           
    786           <h4>Version</h4><div class="preformat"> $Id: date2jul.pro 137 2006-07-12 09:33:44Z smasson $ 
     786          <h4>Version</h4><div class="preformat"> $Id: date2jul.pro 157 2006-08-21 09:01:50Z navarro $ 
    787787</div> 
    788788          <h4>History</h4><div class="preformat">  
     
    805805           
    806806         
     807          <h3>Statistics</h3> 
     808          <table class="statistics"> 
     809            <tr><td>McCabe cyclic</td><td>           2</td></tr> 
     810            <tr><td>McCabe essential</td><td>           1</td></tr> 
     811            <tr><td>McCabe modular design</td><td>           1</td></tr> 
     812          </table> 
    807813           
    808814         
  • trunk/SRC/Documentation/idldoc_html_output/Calendar/date2string.html

    r157 r163  
    784784          <h3>Version history</h3> 
    785785           
    786           <h4>Version</h4><div class="preformat"> $Id: date2string.pro 137 2006-07-12 09:33:44Z smasson $ 
     786          <h4>Version</h4><div class="preformat"> $Id: date2string.pro 157 2006-08-21 09:01:50Z navarro $ 
    787787</div> 
    788788          <h4>History</h4><div class="preformat"> Sebastien Masson (smasson@lodyc.jussieu.fr) 
     
    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/Calendar/daysinmonth.html

    r157 r163  
    760760         
    761761          <div class="comments"> 
    762  To specify the year of the onth. Used only if the common variable 
     762 To specify the year of the month. Used only if the common variable 
    763763 key_caltype = 'greg'. In that case, month and year must have the same 
    764764 number of elements. 
     
    776776           
    777777          <h4>Version</h4><div class="preformat">  
    778  $Id: daysinmonth.pro 155 2006-08-11 14:32:05Z smasson $ 
     778 $Id: daysinmonth.pro 157 2006-08-21 09:01:50Z navarro $ 
    779779</div> 
    780780          <h4>History</h4><div class="preformat">  
     
    801801           
    802802         
     803          <h3>Statistics</h3> 
     804          <table class="statistics"> 
     805            <tr><td>McCabe cyclic</td><td>          11</td></tr> 
     806            <tr><td>McCabe essential</td><td>           1</td></tr> 
     807            <tr><td>McCabe modular design</td><td>           1</td></tr> 
     808          </table> 
    803809           
    804810         
  • trunk/SRC/Documentation/idldoc_html_output/Calendar/jul2date.html

    r157 r163  
    761761          <h3>Version history</h3> 
    762762           
    763           <h4>Version</h4><div class="preformat"> $Id: jul2date.pro 137 2006-07-12 09:33:44Z smasson $ 
     763          <h4>Version</h4><div class="preformat"> $Id: jul2date.pro 157 2006-08-21 09:01:50Z navarro $ 
    764764</div> 
    765765          <h4>History</h4><div class="preformat"> Sebastien Masson (smasson@lodyc.jussieu.fr) 
     
    782782           
    783783         
     784          <h3>Statistics</h3> 
     785          <table class="statistics"> 
     786            <tr><td>McCabe cyclic</td><td>           1</td></tr> 
     787            <tr><td>McCabe essential</td><td>           1</td></tr> 
     788            <tr><td>McCabe modular design</td><td>           1</td></tr> 
     789          </table> 
    784790           
    785791         
  • trunk/SRC/Documentation/idldoc_html_output/Calendar/julday.html

    r157 r163  
    702702 Calculate the Julian Day Number for a given month, day, and year. 
    703703 This is the inverse of the library function CALDAT. 
    704  3 calendars are avalable according to the value of key_caltype  
     704 3 calendars are available according to the value of key_caltype  
    705705 (variable of the common file cm_4cal): 'greg', '360d', 'noleap' 
    706706</div> 
     
    717717         
    718718 
    719         <div class="routine_details" id="_JULDAY"> 
    720  
    721           <h2><a class="top" href="#container">top</a>JULDAY <span class="categories"> Calendar 
     719        <div class="routine_details" id="_julday"> 
     720 
     721          <h2><a class="top" href="#container">top</a>julday <span class="categories"> Calendar 
    722722</span></h2> 
    723723         
    724724          <p class="header"> 
    725             <span class="result">result = </span>JULDAY(<span class="result"><a href="#_JULDAY_param_MONTH">MONTH</a>, <a href="#_JULDAY_param_DAY">DAY</a>, <a href="#_JULDAY_param_YEARin">YEARin</a>[, <a href="#_JULDAY_param_Hour">Hour</a>][, <a href="#_JULDAY_param_Minute">Minute</a>][, <a href="#_JULDAY_param_Second">Second</a>]</span>, <a href="#_JULDAY_keyword_NDAYSPM">NDAYSPM</a>=<span class="result">NDAYSPM</span>)</p> 
     725            <span class="result">result = </span>julday(<span class="result"><a href="#_julday_param_MONTH">MONTH</a>, <a href="#_julday_param_DAY">DAY</a>, <a href="#_julday_param_YEARin">YEARin</a>[, <a href="#_julday_param_Hour">Hour</a>][, <a href="#_julday_param_Minute">Minute</a>][, <a href="#_julday_param_Second">Second</a>]</span>, <a href="#_julday_keyword_NDAYSPM">NDAYSPM</a>=<span class="result">NDAYSPM</span>)</p> 
    726726         
    727727          <div class="comments"> 
     
    739739         
    740740             
    741             <h4 id="_JULDAY_param_MONTH">MONTH&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     741            <h4 id="_julday_param_MONTH">MONTH&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    742742              <span class="attr">in</span> 
    743743               
     
    755755</div> 
    756756             
    757             <h4 id="_JULDAY_param_DAY">DAY&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     757            <h4 id="_julday_param_DAY">DAY&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    758758              <span class="attr">in</span> 
    759759               
     
    770770</div> 
    771771             
    772             <h4 id="_JULDAY_param_YEARin">YEARin&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     772            <h4 id="_julday_param_YEARin">YEARin&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    773773              <span class="attr">in</span> 
    774774               
     
    794794</div> 
    795795             
    796             <h4 id="_JULDAY_param_Hour">Hour&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     796            <h4 id="_julday_param_Hour">Hour&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    797797              <span class="attr">in</span> 
    798798               
     
    809809</div> 
    810810             
    811             <h4 id="_JULDAY_param_Minute">Minute&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     811            <h4 id="_julday_param_Minute">Minute&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    812812              <span class="attr">in</span> 
    813813               
     
    824824</div> 
    825825             
    826             <h4 id="_JULDAY_param_Second">Second&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     826            <h4 id="_julday_param_Second">Second&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    827827              <span class="attr">in</span> 
    828828               
     
    846846            <h3>Keywords</h3> 
    847847             
    848             <h4 id="_JULDAY_keyword_NDAYSPM">NDAYSPM&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     848            <h4 id="_julday_keyword_NDAYSPM">NDAYSPM&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    849849               
    850850               
     
    913913           
    914914         
     915          <h3>Statistics</h3> 
     916          <table class="statistics"> 
     917            <tr><td>McCabe cyclic</td><td>          38</td></tr> 
     918            <tr><td>McCabe essential</td><td>           1</td></tr> 
     919            <tr><td>McCabe modular design</td><td>           1</td></tr> 
     920          </table> 
    915921           
    916922         
  • trunk/SRC/Documentation/idldoc_html_output/Calendar/leapyr.html

    r157 r163  
    762762          <h3>Version history</h3> 
    763763           
    764           <h4>Version</h4><div class="preformat"> $Id: leapyr.pro 137 2006-07-12 09:33:44Z smasson $ 
     764          <h4>Version</h4><div class="preformat"> $Id: leapyr.pro 157 2006-08-21 09:01:50Z navarro $ 
    765765</div> 
    766766          <h4>History</h4><div class="preformat"> 
     
    798798           
    799799         
     800          <h3>Statistics</h3> 
     801          <table class="statistics"> 
     802            <tr><td>McCabe cyclic</td><td>           4</td></tr> 
     803            <tr><td>McCabe essential</td><td>           1</td></tr> 
     804            <tr><td>McCabe modular design</td><td>           1</td></tr> 
     805          </table> 
    800806           
    801807         
  • trunk/SRC/Documentation/idldoc_html_output/Calendar/monthname.html

    r157 r163  
    779779          <h3>Version history</h3> 
    780780           
    781           <h4>Version</h4><div class="preformat"> $Id: monthname.pro 137 2006-07-12 09:33:44Z smasson $ 
     781          <h4>Version</h4><div class="preformat"> $Id: monthname.pro 157 2006-08-21 09:01:50Z navarro $ 
    782782</div> 
    783783          <h4>History</h4><div class="preformat"> Sebastien Masson (smasson@lodyc.jussieu.fr) 
     
    800800           
    801801         
     802          <h3>Statistics</h3> 
     803          <table class="statistics"> 
     804            <tr><td>McCabe cyclic</td><td>           1</td></tr> 
     805            <tr><td>McCabe essential</td><td>           1</td></tr> 
     806            <tr><td>McCabe modular design</td><td>           1</td></tr> 
     807          </table> 
    802808           
    803809         
Note: See TracChangeset for help on using the changeset viewer.