Changeset 34 for trunk/adm


Ignore:
Timestamp:
02/03/11 11:28:19 (13 years ago)
Author:
pinsard
Message:

sphinx intermapping with cdo

Location:
trunk/adm
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/adm/makefile

    r31 r34  
    2323# ========== 
    2424# 
     25# - fplod 20110203T101853Z aedon.locean-ipsl.upmc.fr (Darwin) 
     26# 
     27#   * add cdo inventory file for sphinx intermapping 
     28# 
    2529# - fplod 20110110T165518Z aedon.locean-ipsl.upmc.fr (Darwin) 
    2630# 
     
    7983LIST_INVENTORY = \ 
    8084$(DIRADM)/saxo.inv \ 
    81 $(DIRADM)/nco.inv 
     85$(DIRADM)/nco.inv \ 
     86$(DIRADM)/cdo.inv 
    8287 
    8388LIST_RST_GUIDES = \ 
  • trunk/adm/sphinx/conf.py

    r30 r34  
    2727# EVOLUTIONS 
    2828# ========== 
     29# 
     30# - fplod 20110203T101316Z aedon.locean-ipsl.upmc.fr (Darwin) 
     31# 
     32#   * intersphinx with cdo 
    2933# 
    3034# - fplod 20110106T151836Z aedon.locean-ipsl.upmc.fr (Darwin) 
     
    285289# intersphinx with saxo 
    286290intersphinx_mapping = {'saxo': ('http://forge.ipsl.jussieu.fr/saxo/download/idldoc_html_output/','saxo.inv'), 
    287                        'nco' : ('http://nco.sourceforge.net/','nco.inv')} 
    288  
     291                       'nco' : ('http://nco.sourceforge.net/',                                   'nco.inv'), 
     292                       'cdo' : ('https://code.zmaw.de/embedded/cdo/1.4.7/',                      'cdo.inv') 
     293                      } 
     294 
Note: See TracChangeset for help on using the changeset viewer.