Changeset 77 for trunk/adm


Ignore:
Timestamp:
08/09/11 18:09:52 (13 years ago)
Author:
pinsard
Message:

complete documentation

Location:
trunk/adm
Files:
1 deleted
5 edited

Legend:

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

    r58 r77  
    99.. ========== 
    1010.. 
     11.. - fplod 20110809T155036Z aedon.locean-ipsl.upmc.fr (Darwin) 
     12.. 
     13..   * add some OAFLUX files 
     14.. 
    1115.. - fplod 20110628T141021Z aedon.locean-ipsl.upmc.fr (Darwin) 
    1216.. 
     
    8791size 3 Mo (after decompression) 
    8892 
     93:file:`ftp://ftp.whoi.edu/pub/science/oaflux/data_v3/daily/radiation_1985-2007/sw_isccp_{yyyy}.nc.gz` 
     94 
     95size ++ Mo/year (after decompression) 
     96 
    8997Derived files 
    9098^^^^^^^^^^^^^ 
     
    93101 
    94102size < 100 Ko 
     103 
     104:file:`${PROJECT_ID}/swr_oafluxgrid_1985_2007.nc` 
     105 
     106size ++ 
    95107 
    96108Tools 
  • trunk/adm/guides/generate_tropflux.rst

    r72 r77  
    9191 - :ref:`interp_erai_lwr_1989_2009.pro` 
    9292 - :ref:`interp_erai_sst_1989_2009.pro` 
     93 - :ref:`interp_erai_msl_1989_2009.pro` 
    9394 - :ref:`interp_erai_t2m_1989_2009.pro` 
    9495 - :ref:`interp_erai_ws_1989_2009.pro` 
  • trunk/adm/sphinx/conf.py

    r54 r77  
    2525# make autodoc work for test/read.py 
    2626# 
     27# graphviz inheritance not ok 
     28# 
    2729# EVOLUTIONS 
    2830# ========== 
     31# 
     32# - fplod 20110809T160205Z cratos (Linux) 
     33# 
     34#   * add sphinx.ext.inheritance_diagram to properly handle graphviz attributes 
     35#     but still no ok ! 
    2936# 
    3037# - fplod 20110622T074544Z cratos.locean-ipsl.upmc.fr (Linux) 
     
    8996# Add any Sphinx extension module names here, as strings. They can be extensions 
    9097# coming with Sphinx (named 'sphinx.ext.*') or your custom ones. 
    91 extensions = ['sphinx.ext.intersphinx', 'sphinx.ext.todo', 'sphinx.ext.coverage', 'sphinx.ext.pngmath', 'sphinx.ext.ifconfig','sphinx.ext.graphviz','sphinx.ext.autodoc'] 
    92  
     98extensions = ['sphinx.ext.intersphinx', 'sphinx.ext.todo', 'sphinx.ext.coverage', 'sphinx.ext.pngmath', 'sphinx.ext.ifconfig','sphinx.ext.graphviz','sphinx.ext.inheritance_diagram','sphinx.ext.autodoc'] 
    9399 
    94100# Add any paths that contain templates here, relative to this directory. 
  • trunk/adm/website/gen_survey.sh

    r56 r77  
    2020# :ref:`maintropflux.xml` 
    2121# 
     22# :ref:`conf.py` 
     23# 
    2224# TODO 
    2325# ==== 
     
    3638# 
    3739# $URL$ 
     40# 
    3841# $Id$ 
     42# 
     43# - fplod 20110705T155755Z aedon.locean-ipsl.upmc.fr (Darwin) 
     44# 
     45#   * start to try to run sphinx-build 
     46# 
     47# - fplod 20110629T124711Z aedon.locean-ipsl.upmc.fr (Darwin) 
     48# 
     49#   * start usage of rest in superbib 
    3950# 
    4051# - fplod 20110624T142756Z aedon.locean-ipsl.upmc.fr (Darwin) 
     
    5061ln -sf  /usr/home/fplod/incas/tropflux/tropflux_ws/adm/website/maintropflux.xml ./main.xml 
    5162make html 
     63make rest 
     64find /tmp/superbib/ . -name "*.rst" 
     65sphinx-build -b html -c . /tmp/superbib/ /tmp 
    5266# ++ cp ++ _static/survey.png 
    5367#++ make -n install 
    54 install.sh -w /tmp/superbib/ -u  http://www.locean-ipsl.upmc.fr/~fplod/supertropflux/ 
     68#++install.sh -w /tmp/superbib/ -u  http://www.locean-ipsl.upmc.fr/~fplod/supertropflux/ 
    5569# 
    5670exit 0 
  • trunk/adm/website/usertropflux.dtd

    r56 r77  
    99migration to xsd 
    1010 
    11 JV valiadtion of filed survey 
     11JV validation of filed survey 
     12 
     13netcdf favorite tools : cdo, nco, ferret, netcdf, idl, idl/saxo, ncview, etc. 
     14 
     15affiliation : istitution address and so on 
     16 
    1217EVOLUTION$ 
    1318========== 
     
    2025 
    2126  * creation 
     27 
    2228--> 
    2329<!ELEMENT users (date,user+)> 
Note: See TracChangeset for help on using the changeset viewer.