Ignore:
Timestamp:
03/19/12 11:11:49 (12 years ago)
Author:
pinsard
Message:

fix for developper documentation

Location:
trunk/docs/docs_dev/source
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/docs/docs_dev/source/conf.py

    r157 r164  
    2929# EVOLUTIONS 
    3030# ========== 
     31# 
     32# - fplod 20120119 
     33# 
     34#   * add intersphinx mapping with fptools 
    3135# 
    3236# - fplod 20120109 
     
    308312intersphinx_mapping = {'saxo': ('http://forge.ipsl.jussieu.fr/saxo/download/idldoc_html_output/','saxo.inv'), 
    309313                       'nco' : ('http://nco.sourceforge.net/',                                   'nco.inv'), 
    310                        'cdo' : ('https://code.zmaw.de/embedded/cdo/1.4.7/',                      'cdo.inv') 
     314                       'cdo' : ('https://code.zmaw.de/embedded/cdo/1.4.7/',                      'cdo.inv'), 
     315                       'fptools' : ('http://www.locean-ipsl.upmc.fr/~fplod/fptools/fptools_ws/doc/html/', None) 
    311316                      } 
    312317 
  • trunk/docs/docs_dev/source/guides/updatedata.rst

    r162 r164  
    205205   ftp> cd daily 
    206206   ftp> lcd daily 
    207    ftp> mput *.nc 
     207   ftp> mput \*.nc 
    208208   ftp> cd ../monthly 
    209209   ftp> put ../Readme.rst 
    210210   ftp> lcd ../monthly 
    211211   ftp> put ../Readme.rst 
    212    ftp> mput *.nc 
     212   ftp> mput \*.nc 
    213213 
    214214 
  • trunk/docs/docs_dev/source/manuals/manuals_python.rst

    r157 r164  
    3030   :show-inheritance: 
    3131 
    32 .. automodule:: ecmwf.py 
     32.. automodule:: ecmwf 
    3333   :members: 
    3434   :undoc-members: 
    3535   :inherited-members: 
    3636   :show-inheritance: 
    37  
    38 .. automodule:: read.py 
    39    :members: 
    40    :undoc-members: 
    41    :inherited-members: 
    42    :show-inheritance: 
    43  
Note: See TracChangeset for help on using the changeset viewer.