Changeset 20 for trunk/adm


Ignore:
Timestamp:
12/20/10 11:22:11 (13 years ago)
Author:
pinsard
Message:

sphinx intermapping with SAXO

Location:
trunk/adm
Files:
1 added
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/adm/guides/bibliography.rst

    r2 r20  
    1414.. EVOLUTIONS 
    1515.. ========== 
     16.. 
     17.. - fplod 20101217T152744Z aedon.locean-ipsl.upmc.fr (Darwin) 
     18.. 
     19..   * add OLR "how to cite" [LiebmannSmith:BAMS:1996] 
    1620.. 
    1721.. - fplod 20101209T105850Z aedon.locean-ipsl.upmc.fr (Darwin) 
     
    4347.. [netcdf:cf:checker] http://titania.badc.rl.ac.uk/cgi-bin/cf-checker.pl 
    4448 
     49.. [LiebmannSmith:BAMS:1996] Liebmann B. and C.A. Smith, 1996: Description of a Complete (Interpolated) Outgoing Longwave Radiation Dataset. Bulletin of the American Meteorological Society, 77, 1275-1277. http://www.esrl.noaa.gov/psd/data/gridded/OLRinterpolated.pdf 
  • trunk/adm/guides/glossary.rst

    r19 r20  
    2222   ERA-I 
    2323      ERA-INTERIM 
     24 
    2425      http://www.ecmwf.int/research/era/do/get/era-interim  
    2526 
     
    3839   OAFLUX 
    3940      WHOI Objectively Analyzed air-sea Fluxes (OAFlux) Project 
     41 
    4042      http://oaflux.whoi.edu/ 
    4143 
     
    4850   TAO 
    4951      Tropical Atmosphere Ocean project 
     52 
    5053      http://www.pmel.noaa.gov/tao/ 
    5154 
  • trunk/adm/makefile

    r2 r20  
    2121# ========== 
    2222# 
     23# - fplod 20101220T092552Z aedon.locean-ipsl.upmc.fr (Darwin) 
     24# 
     25#   * add saxo inventory file for sphinx intermapping 
    2326# 
    2427# - fplod 20101118T165524Z aedon.locean-ipsl.upmc.fr (Darwin) 
     
    5962URLPUBLISH = \ 
    6063http://www.locean-ipsl.upmc.fr/~fplod/$(PRODUCT)/$(SUBPRODUCT)/doc/ 
     64 
     65LIST_INVENTORY = \ 
     66$(DIRADM)/saxo.inv 
    6167 
    6268LIST_RST_GUIDES = \ 
     
    205211$(DIRADM)/index_guides.rst \ 
    206212$(DIRTMP)/sphinx_tmpdir/index_manuals.rst \ 
     213$(LIST_INVENTORY) \ 
    207214$(LIST_RST_GUIDES) \ 
    208215$(LIST_SRCSH_RST) \ 
     
    211218        @cp $(DIRADM)/index_guides.rst $(DIRTMP)/sphinx_tmpdir/ 
    212219        @cp $(LIST_RST_GUIDES) $(DIRTMP)/sphinx_tmpdir/guides/ 
     220        @cp $(LIST_INVENTORY) $(DIRTMP)/sphinx_tmpdir/ 
    213221        @sphinx-build -b html -c $(DIRADM)/sphinx \ 
    214222            -d $(DIRTMP)/sphinx_tmpdir/doctrees \ 
     
    222230$(DIRADM)/index_guides.rst \ 
    223231$(DIRTMP)/sphinx_tmpdir/index_manuals.rst \ 
     232$(LIST_INVENTORY) \ 
    224233$(LIST_RST_GUIDES) \ 
    225234$(LIST_SRCSH_RST) \ 
     
    228237        @cp $(DIRADM)/index_guides.rst $(DIRTMP)/sphinx_tmpdir/ 
    229238        @cp $(LIST_RST_GUIDES) $(DIRTMP)/sphinx_tmpdir/guides/ 
     239        @cp $(LIST_INVENTORY) $(DIRTMP)/sphinx_tmpdir/ 
    230240        @sphinx-build -b singlehtml -c $(DIRADM)/sphinx \ 
    231241            -d $(DIRTMP)/sphinx_tmpdir/doctrees \ 
     
    242252$(DIRADM)/index_guides.rst \ 
    243253$(DIRTMP)/sphinx_tmpdir/index_manuals.rst \ 
     254$(LIST_INVENTORY) \ 
    244255$(LIST_RST_GUIDES) \ 
    245256$(LIST_SRCSH_RST) \ 
     
    248259        @cp $(DIRADM)/index_guides.rst $(DIRTMP)/sphinx_tmpdir/ 
    249260        @cp $(LIST_RST_GUIDES) $(DIRTMP)/sphinx_tmpdir/guides/ 
     261        @cp $(LIST_INVENTORY) $(DIRTMP)/sphinx_tmpdir/ 
    250262        @sphinx-build -b latex -c $(DIRADM)/sphinx \ 
    251263            -d $(DIRTMP)/sphinx_tmpdir/doctrees \ 
  • trunk/adm/sphinx/conf.py

    r19 r20  
    2525# EVOLUTIONS 
    2626# ========== 
     27# 
     28# - fplod 20101220T092450Z aedon.locean-ipsl.upmc.fr (Darwin) 
     29# 
     30#   * intersphinx with saxo 
     31#     cf. http://sphinx.pocoo.org/ext/intersphinx.html 
    2732# 
    2833# - fplod 20101216T155711Z aedon.locean-ipsl.upmc.fr (Darwin) 
     
    267272    ('compute_erai_daily_region_2d.sh', 'compute_erai_daily_region_2d.sh', u'compute_erai_daily_region_2d.sh Documentation', [u'IRD'], 1) 
    268273] 
     274# 
     275# intersphinx with saxo 
     276intersphinx_mapping = {'saxo': ('http://forge.ipsl.jussieu.fr/saxo/download/idldoc_html_output/','saxo.inv')} 
     277 
Note: See TracChangeset for help on using the changeset viewer.