Ignore:
Timestamp:
03/26/14 11:58:56 (10 years ago)
Author:
pinsard
Message:

fix thanks to coding rules; typo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/get_rama_netcdf.sh

    r203 r204  
    4343#   wind 
    4444# 
    45 # Log file is written on :file:`${PROJECT_LOG}/get_rama_netcdf.log.{YYYYMMDDTHHMMSSZ}` 
     45# Log file is written on 
     46# :file:`${PROJECT_LOG}/get_rama_netcdf.log.{YYYYMMDDTHHMMSS}Z`. 
    4647# 
    4748#     .. graphviz:: 
     
    4950#        digraph get_rama_netcdf { 
    5051# 
    51 #           rama_ref [shape=diamond,fontname=Courier,label="ftp://ftp.pmel.noaa.gov/cdf/sites/daily/*_*_dy.cdf"]; 
    52 # 
    53 #           file_rama  [shape=ellipse,fontname=Courier,label="${PROJECT_ID}/*_*_dy.cdf"]; 
     52#           rama_ref [shape=diamond, 
     53#           fontname=Courier, 
     54#           label="ftp://ftp.pmel.noaa.gov/cdf/sites/daily/*_*_dy.cdf"]; 
     55# 
     56#           file_rama [shape=ellipse, 
     57#           fontname=Courier, 
     58#           label="${PROJECT_ID}/*_*_dy.cdf"]; 
    5459# 
    5560#           get_rama_netcdf [shape=box, 
Note: See TracChangeset for help on using the changeset viewer.