Changeset 177 for trunk/aeres/scripts


Ignore:
Timestamp:
04/06/12 17:17:22 (12 years ago)
Author:
pinsard
Message:

consolidation of doc dev. (to be cont.)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/aeres/scripts/aeresrh.py

    r163 r177  
    2525       .. graphviz:: 
    2626 
    27              digraph aeresrh { 
    28      rh [shape=diamond, 
    29          fontname=Courier, 
    30  label='{ifile}' 
    31  
    32            aeresrh [shape=box, 
    33              fontname=Courier, 
    34                color=blue, 
    35                  URL="http://forge.ipsl.jussieu.fr/pulsation/browser//branches/aeresrh/scripts/aeresrh.py", 
    36            label="${PROJECT}/aeres/scripts/aeresrh.py"]; 
     27          digraph aeresrh { 
     28                 rh [shape=diamond, 
     29                     fontname=Courier, 
     30                     label='{ifile}' 
     31 
     32                 aeresrh [shape=box, 
     33                     fontname=Courier, 
     34                     color=blue, 
     35                     URL="http://forge.ipsl.jussieu.fr/pulsation/browser/trunk/aeres/scripts/aeresrh.py", 
     36                     label="${PROJECT}/aeres/scripts/aeresrh.py"]; 
    3737             } 
    3838 
     
    4444EXAMPLES 
    4545======== 
     46 
     47:: 
    4648 
    4749 aeresrh.py -ifile ${PROJECT}/data/aeresrh.xls 
     
    114116    read ifile 
    115117 
    116     return ++ 
     118    return surname, firstname, arrival, departure, publi 
    117119    """ 
    118120 
Note: See TracChangeset for help on using the changeset viewer.