Changeset 25 for trunk/adm


Ignore:
Timestamp:
12/23/10 10:06:36 (13 years ago)
Author:
pinsard
Message:

sphinx intermapping with NCO

Location:
trunk/adm
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/adm/makefile

    r20 r25  
    2121# ========== 
    2222# 
     23# - fplod 20101223T083725Z aedon.locean-ipsl.upmc.fr (Darwin) 
     24# 
     25#   * add nco inventory file for sphinx intermapping 
     26# 
    2327# - fplod 20101220T092552Z aedon.locean-ipsl.upmc.fr (Darwin) 
    2428# 
     
    6468 
    6569LIST_INVENTORY = \ 
    66 $(DIRADM)/saxo.inv 
     70$(DIRADM)/saxo.inv \ 
     71$(DIRADM)/nco.inv 
    6772 
    6873LIST_RST_GUIDES = \ 
  • trunk/adm/sphinx/conf.py

    r20 r25  
    2525# EVOLUTIONS 
    2626# ========== 
     27# 
     28# - fplod 20101223T083524Z aedon.locean-ipsl.upmc.fr (Darwin) 
     29# 
     30#   * intersphinx with nco 
    2731# 
    2832# - fplod 20101220T092450Z aedon.locean-ipsl.upmc.fr (Darwin) 
     
    274278# 
    275279# intersphinx with saxo 
    276 intersphinx_mapping = {'saxo': ('http://forge.ipsl.jussieu.fr/saxo/download/idldoc_html_output/','saxo.inv')} 
    277  
     280intersphinx_mapping = {'saxo': ('http://forge.ipsl.jussieu.fr/saxo/download/idldoc_html_output/','saxo.inv'), 
     281                       'nco' : ('http://nco.sourceforge.net/','nco.inv')} 
     282 
Note: See TracChangeset for help on using the changeset viewer.