Changeset 164 for trunk/docs


Ignore:
Timestamp:
03/19/12 11:11:49 (12 years ago)
Author:
pinsard
Message:

fix for developper documentation

Location:
trunk/docs/docs_dev
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/docs/docs_dev/Makefile

    r158 r164  
    3535#   * fix header 
    3636#   * add usage of makefile_non_sphinx 
     37# 
     38#- 
    3739 
    3840# You can set these variables from the command line. 
  • trunk/docs/docs_dev/makefile_non_sphinx

    r157 r164  
    1313# ======== 
    1414# 
    15 # :ref:`build_doc` 
     15# :ref:`builddoc` 
    1616# 
    1717# :ref:`Makefile` 
    1818# 
    19 # :ref:`extract_rst.sh` 
     19# :ref:`<fptools:extract_rst.sh>` 
    2020# 
    2121# TODO 
     
    2626# improve dependencies 
    2727# 
     28# sort manuals in alphanumeric order 
     29# 
    2830# EVOLUTIONS 
    2931# ========== 
     
    3335# $URL$ 
    3436# 
     37# - fplod 20120319 
     38#    
     39#   * fix ferret and odv errors 
     40# 
    3541# - fplod 20120306 
    3642# 
    3743#   * creation from adm/makefile 
     44#   * start fix for ../../src/paper01/fig\*/\*.pro 
     45#   * start fix for ../../src/test/\*.m 
    3846# 
    3947#- 
     
    4755LIST_SRCSH_RST = \ 
    4856$(shell echo "$(LIST_SRCSH)" | \ 
    49         sed -e "s+../../adm/website+source/manuals/+g" \ 
    50             -e "s+../../adm+source/manuals/+g" \ 
    51             -e "s+../../src+source/manuals/+g" \ 
    52             -e "s+../../docs/docs_dev+source/manuals/+g" \ 
     57        sed -e "s+../../adm/website+source/manuals+g" \ 
     58            -e "s+../../adm+source/manuals+g" \ 
     59            -e "s+../../src+source/manuals+g" \ 
     60            -e "s+../../docs/docs_dev+source/manuals+g" \ 
    5361            -e "s+Makefile+source/manuals/Makefile.rst+g" \ 
    5462            -e "s+makefile_non_sphinx+source/manuals/makefile_non_sphinx.rst+g" \ 
    5563            -e "s+\.sh+.sh.rst+g") 
    5664 
    57  
    5865LIST_SRCIDL = \ 
    5966$(shell find ../.. ! \( -name '.svn' -prune \) -name "*.pro" | sort) 
     
    6168LIST_SRCIDL_RST = \ 
    6269$(shell echo "$(LIST_SRCIDL)" | \ 
    63         sed -e "s+../../src+source/manuals/+g" \ 
    64             -e "s+../../src/paper01/fig1+source/manuals/paper01/fig1+g" \ 
    65             -e "s+../../src/paper01/fig2+source/manuals/paper01/fig2+g" \ 
    66             -e "s+../../src/paper01/fig3+source/manuals/paper01/fig3+g" \ 
    67             -e "s+../../src/paper01/fig4+source/manuals/paper01/fig4+g" \ 
    68             -e "s+../../src/paper01/fig5+source/manuals/paper01/fig5+g" \ 
    69             -e "s+../../src/paper01/fig6+source/manuals/paper01/fig6+g" \ 
    70             -e "s+../../src/paper01/fig7+source/manuals/paper01/fig7+g" \ 
    71             -e "s+../../src/paper01/fig8+source/manuals/paper01/fig8+g" \ 
    72             -e "s+../../src/paper01/fig9+source/manuals/paper01/fig9+g" \ 
    73             -e "s+../../src/paper01/fig10+source/manuals/paper01/fig10+g" \ 
    74             -e "s+../../src/paper01/fig11+source/manuals/paper01/fig11+g" \ 
    75             -e "s+../../src/paper01/fig12+source/manuals/paper01/fig12+g" \ 
    76             -e "s+../../src/paper01/fig13+source/manuals/paper01/fig13+g" \ 
    77             -e "s+../../src/paper01/fig14+source/manuals/paper01/fig14+g" \ 
    78             -e "s+../../src/paper01/fig15+source/manuals/paper01/fig15+g" \ 
    79             -e "s+../../src/paper01/fig16+source/manuals/paper01/fig16+g" \ 
     70        sed \ 
     71            -e "s+../../src/paper01/fig10+source/manuals+g" \ 
     72            -e "s+../../src/paper01/fig11+source/manuals+g" \ 
     73            -e "s+../../src/paper01/fig12+source/manuals+g" \ 
     74            -e "s+../../src/paper01/fig13+source/manuals+g" \ 
     75            -e "s+../../src/paper01/fig14+source/manuals+g" \ 
     76            -e "s+../../src/paper01/fig15+source/manuals+g" \ 
     77            -e "s+../../src/paper01/fig16+source/manuals+g" \ 
     78            -e "s+../../src/paper01/fig1+source/manuals+g" \ 
     79            -e "s+../../src/paper01/fig2+source/manuals+g" \ 
     80            -e "s+../../src/paper01/fig3+source/manuals+g" \ 
     81            -e "s+../../src/paper01/fig4+source/manuals+g" \ 
     82            -e "s+../../src/paper01/fig5+source/manuals+g" \ 
     83            -e "s+../../src/paper01/fig6+source/manuals+g" \ 
     84            -e "s+../../src/paper01/fig7+source/manuals+g" \ 
     85            -e "s+../../src/paper01/fig8+source/manuals+g" \ 
     86            -e "s+../../src/paper01/fig9+source/manuals+g" \ 
     87            -e "s+../../src+source/manuals+g" \ 
    8088            -e "s+\.pro+.pro.rst+g") 
    8189 
     
    8593LIST_SRCMATLAB_RST = \ 
    8694$(shell echo "$(LIST_SRCMATLAB)" | \ 
    87         sed -e "s+../../test+source/manuals/+g" \ 
    88             -e "s+../../src+source/manuals/+g" \ 
     95        sed -e "s+../../src/test+source/manuals+g" \ 
     96            -e "s+../../src+source/manuals+g" \ 
    8997            -e "s+\.m+.m.rst+g") 
    9098 
    9199LIST_SRCFERRET = \ 
    92 $(DIRSRC)/test/read.jnl 
     100$(shell find ../.. ! \( -name '.svn' -prune \) -name "*.jnl" | sort) 
    93101 
    94102LIST_SRCFERRET_RST = \ 
    95103$(shell echo "$(LIST_SRCFERRET)" | \ 
    96         sed -e "s+../../src/test/+source/manuals/+g" \ 
     104        sed -e "s+../../src/test+source/manuals+g" \ 
    97105            -e "s+\.jnl+.jnl.rst+g") 
    98106 
    99107LIST_SRCODV = \ 
    100 $(DIRSRC)/test/read.cmd 
     108$(shell find ../.. ! \( -name '.svn' -prune \) -name "*.cmd" | sort) 
    101109 
    102110LIST_SRCODV_RST = \ 
    103111$(shell echo "$(LIST_SRCODV)" | \ 
    104         sed -e "s+../../src/test/+source/manuals/+g" \ 
     112        sed -e "s+../../src/test+source/manuals+g" \ 
    105113            -e "s+\.cmd+.cmd.rst+g") 
    106114 
     
    118126 
    119127help : 
    120         echo "$(LIST_SRCSH_RST)" 
     128        echo "$(LIST_RST)" 
    121129        @echo "Following commands are available to build outputs :" 
    122130        @echo "\$$ make -f makefile_non_sphinx clean" 
     
    129137 
    130138all : \ 
    131 source/manuals/manuals_non_sphinx.rst \ 
    132 $(LIST_SRCSH_RST) \ 
    133 $(LIST_SRCIDL_RST) \ 
    134 $(LIST_SRCMATLAB_RST) \ 
    135 $(LIST_SRCIDL_RST) 
    136  
    137 source/manuals/manuals_non_sphinx.rst : 
     139source/manuals/manuals_non_sphinx.rst 
     140 
     141source/manuals/manuals_non_sphinx.rst : \ 
     142$(LIST_RST) 
    138143        @echo ".. _manuals_non_sphinx:" > $@ 
    139144        @echo " " >> $@ 
     
    155160        @extract_rst.sh -i $< -l sh -o $@ 
    156161 
    157 source/manuals/%.sh.rst : ../../adm/website%.sh 
     162source/manuals/%.sh.rst : ../../adm/website/%.sh 
    158163        @extract_rst.sh -i $< -l sh -o $@ 
    159164 
     
    171176 
    172177source/manuals/%.pro.rst : ../../src/%.pro 
     178        @extract_rst.sh -i $< -l IDL -o $@ 
     179 
     180source/manuals/%.pro.rst : ../../src/paper01/fig1/%.pro  
     181        @extract_rst.sh -i $< -l IDL -o $@ 
     182 
     183source/manuals/%.pro.rst : ../../src/paper01/fig2/%.pro  
     184        @extract_rst.sh -i $< -l IDL -o $@ 
     185 
     186source/manuals/%.pro.rst : ../../src/paper01/fig3/%.pro  
     187        @extract_rst.sh -i $< -l IDL -o $@ 
     188 
     189source/manuals/%.pro.rst : ../../src/paper01/fig4/%.pro  
     190        @extract_rst.sh -i $< -l IDL -o $@ 
     191 
     192source/manuals/%.pro.rst : ../../src/paper01/fig5/%.pro  
     193        @extract_rst.sh -i $< -l IDL -o $@ 
     194 
     195source/manuals/%.pro.rst : ../../src/paper01/fig6/%.pro  
     196        @extract_rst.sh -i $< -l IDL -o $@ 
     197 
     198source/manuals/%.pro.rst : ../../src/paper01/fig7/%.pro  
     199        @extract_rst.sh -i $< -l IDL -o $@ 
     200 
     201source/manuals/%.pro.rst : ../../src/paper01/fig8/%.pro  
     202        @extract_rst.sh -i $< -l IDL -o $@ 
     203 
     204source/manuals/%.pro.rst : ../../src/paper01/fig9/%.pro  
     205        @extract_rst.sh -i $< -l IDL -o $@ 
     206 
     207source/manuals/%.pro.rst : ../../src/paper01/fig10/%.pro  
     208        @extract_rst.sh -i $< -l IDL -o $@ 
     209 
     210source/manuals/%.pro.rst : ../../src/paper01/fig11/%.pro  
     211        @extract_rst.sh -i $< -l IDL -o $@ 
     212 
     213source/manuals/%.pro.rst : ../../src/paper01/fig12/%.pro  
     214        @extract_rst.sh -i $< -l IDL -o $@ 
     215 
     216source/manuals/%.pro.rst : ../../src/paper01/fig13/%.pro  
     217        @extract_rst.sh -i $< -l IDL -o $@ 
     218 
     219source/manuals/%.pro.rst : ../../src/paper01/fig14/%.pro  
     220        @extract_rst.sh -i $< -l IDL -o $@ 
     221 
     222source/manuals/%.pro.rst : ../../src/paper01/fig15/%.pro  
     223        @extract_rst.sh -i $< -l IDL -o $@ 
     224 
     225source/manuals/%.pro.rst : ../../src/paper01/fig16/%.pro  
    173226        @extract_rst.sh -i $< -l IDL -o $@ 
    174227 
     
    176229        @extract_rst.sh -i $< -l matlab -o $@ 
    177230 
    178 source/manuals/%.m.rst : ../../test/%.m 
     231source/manuals/%.m.rst : ../../src/test/%.m 
    179232        @extract_rst.sh -i $< -l matlab -o $@ 
    180233 
    181 source/manuals/%.jnl.rst : ../../test/%.jnl   
     234source/manuals/%.jnl.rst : ../../src/test/%.jnl   
    182235        @extract_rst.sh -i $< -l ferret -o $@ 
    183236 
    184 source/manuals/%.cmd.rst : ../../test/%.cmd 
     237source/manuals/%.cmd.rst : ../../src/test/%.cmd 
    185238        @extract_rst.sh -i $< -l sh -o $@ 
    186239 
     
    194247        @extract_rst.sh -i $< -l matlab -o $@ 
    195248 
    196 %.jnl.rst : %.jnl 
    197         @extract_rst.sh -i $< -l ferret -o $@ 
    198  
  • trunk/docs/docs_dev/source/conf.py

    r157 r164  
    2929# EVOLUTIONS 
    3030# ========== 
     31# 
     32# - fplod 20120119 
     33# 
     34#   * add intersphinx mapping with fptools 
    3135# 
    3236# - fplod 20120109 
     
    308312intersphinx_mapping = {'saxo': ('http://forge.ipsl.jussieu.fr/saxo/download/idldoc_html_output/','saxo.inv'), 
    309313                       'nco' : ('http://nco.sourceforge.net/',                                   'nco.inv'), 
    310                        'cdo' : ('https://code.zmaw.de/embedded/cdo/1.4.7/',                      'cdo.inv') 
     314                       'cdo' : ('https://code.zmaw.de/embedded/cdo/1.4.7/',                      'cdo.inv'), 
     315                       'fptools' : ('http://www.locean-ipsl.upmc.fr/~fplod/fptools/fptools_ws/doc/html/', None) 
    311316                      } 
    312317 
  • trunk/docs/docs_dev/source/guides/updatedata.rst

    r162 r164  
    205205   ftp> cd daily 
    206206   ftp> lcd daily 
    207    ftp> mput *.nc 
     207   ftp> mput \*.nc 
    208208   ftp> cd ../monthly 
    209209   ftp> put ../Readme.rst 
    210210   ftp> lcd ../monthly 
    211211   ftp> put ../Readme.rst 
    212    ftp> mput *.nc 
     212   ftp> mput \*.nc 
    213213 
    214214 
  • trunk/docs/docs_dev/source/manuals/manuals_python.rst

    r157 r164  
    3030   :show-inheritance: 
    3131 
    32 .. automodule:: ecmwf.py 
     32.. automodule:: ecmwf 
    3333   :members: 
    3434   :undoc-members: 
    3535   :inherited-members: 
    3636   :show-inheritance: 
    37  
    38 .. automodule:: read.py 
    39    :members: 
    40    :undoc-members: 
    41    :inherited-members: 
    42    :show-inheritance: 
    43  
Note: See TracChangeset for help on using the changeset viewer.