Changeset 54 for trunk/adm


Ignore:
Timestamp:
06/23/11 18:54:07 (13 years ago)
Author:
pinsard
Message:

small improvments for admin

Location:
trunk/adm
Files:
3 edited

Legend:

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

    r20 r54  
    1414.. EVOLUTIONS 
    1515.. ========== 
     16.. 
     17.. - fplod 20110622T155451Z aedon.locean-ipsl.upmc.fr (Darwin) 
     18.. 
     19..   * remove kumarVialard to avoid redondancies between this bibligraphy and  
     20..     the web site one. same for LiebmannSmith:BAMS:1996 
    1621.. 
    1722.. - fplod 20101217T152744Z aedon.locean-ipsl.upmc.fr (Darwin) 
     
    3742.. - 
    3843 
    39 .. _ bibliography: 
     44.. _bibliography: 
    4045 
    4146Bibliography 
    4247============ 
    4348 
    44 .. [PraveenkumarVialard:CD:2010submitted] B. Praveen Kumar, J. Vialard, M. Lengaigne, V.S.N. Murty, M.J. McPhaden *TropFlux:  Air-Sea Fluxes for the Global Tropical Oceans - Description and evaluation against observations*, *Climate Dynamics*, 2010, submitted https://www.locean-ipsl.upmc.fr/~jv/data/TropFlux_Climate_Dynamics_r.pdf 
    45  
    4649.. [netcdf:cf] http://cf-pcmdi.llnl.gov/documents/cf-conventions/1.4/ 
    4750.. [netcdf:cf:checker] http://titania.badc.rl.ac.uk/cgi-bin/cf-checker.pl 
    48  
    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/makefile

    r50 r54  
    1414# add -W to sphinx command when encoding problems are solved 
    1515# 
    16 # deux biblio : une dans guide et une dans website : actuellement seule celle de# website est vu dans html_dev 
    17 # 
    1816# usage of sphinx/source/Makefile 
    1917# 
     
    3735#   * replace URLPUBLISH by URLPUBLISH_DEV 
    3836#   * replace DIRWWW by DIRWWW_DEV 
    39 #   * add URLPUBLISH_USER and DIRWWW_USER to handle website  
    40 #    
     37#   * add URLPUBLISH_USER and DIRWWW_USER to handle website 
     38# 
    4139# - fplod 20110203T101853Z aedon.locean-ipsl.upmc.fr (Darwin) 
    4240# 
     
    109107 
    110108LIST_RST_GUIDES = \ 
    111 $(shell find $(DIRADM)/guides/ -name "*.rst") \ 
    112 $(shell find $(DIRADM)/website/ -name "*.rst") \ 
     109$(shell find $(DIRADM)/guides/ -name "*.rst") 
    113110 
    114111LIST_SRCSH = \ 
     
    244241        @mkdir -p $(DIRWWW_DEV)/src_browser/ 
    245242 
    246  
    247243install_all : \ 
    248244install_html_dev \ 
     
    329325html_dev 
    330326 
    331 html_user :  
     327html_user : 
    332328        cd $(DIRADM)/website/; make html 
    333329 
     
    349345$(LIST_SRCODV_RST) \ 
    350346$(LIST_SRCPYTHON) 
     347        echo $(LIST_RST_GUIDES) 
    351348        @cp $(DIRADM)/index.rst $(DIRTMP)/sphinx_tmpdir/ 
    352349        @cp $(DIRADM)/index_guides.rst $(DIRTMP)/sphinx_tmpdir/ 
     
    388385 
    389386pdf_user : 
    390         cd $(DIRADM)/website/; make latexpdf  
     387        cd $(DIRADM)/website/; make latexpdf 
    391388 
    392389pdf_dev : \ 
     
    501498 
    502499html_src_browser_doxygen : \ 
    503         $(DIRWWW_DEV)/src_browser/doxygen/ 
     500$(DIRWWW_DEV)/src_browser/doxygen/ 
    504501 
    505502$(DIRWWW_DEV)/src_browser/doxygen/ : \ 
  • trunk/adm/sphinx/conf.py

    r34 r54  
    2727# EVOLUTIONS 
    2828# ========== 
     29# 
     30# - fplod 20110622T074544Z cratos.locean-ipsl.upmc.fr (Linux) 
     31# 
     32#   * graphviz attributes (cf. http://sphinx.pocoo.org/ext/inheritance.html#confval-inheritance_graph_attrs) 
    2933# 
    3034# - fplod 20110203T101316Z aedon.locean-ipsl.upmc.fr (Darwin) 
     
    147151#modindex_common_prefix = [] 
    148152 
     153# graphviz attributes 
     154inheritance_graph_attrs = dict(rankdir="LR", size='"6.0, 8.0"', 
     155                               fontsize=14, ratio='compress') 
    149156 
    150157# -- Options for HTML output --------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.