Changeset 13 for trunk/adm/guides


Ignore:
Timestamp:
02/18/14 11:03:22 (10 years ago)
Author:
pinsard
Message:

fix thanks to coding rules

Location:
trunk/adm/guides
Files:
1 deleted
4 edited

Legend:

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

    r12 r13  
    1616.. _contributing: 
    1717 
    18 ============== 
    19  Contributing 
    20 ============== 
     18============ 
     19Contributing 
     20============ 
    2121 
    2222Development is tracked with svn_. 
     
    3030and add/answer tickets. 
    3131 
    32 See :ref:`Contact <contact>` to ask for login or any trouble on your forge.ipsl.jussieu.fr account. 
     32See :ref:`Contact <contact>` to ask for login or any trouble on your 
     33forge.ipsl.jussieu.fr account. 
    3334 
    3435You will find in 
  • trunk/adm/guides/data_content.rst

    r12 r13  
    5656 
    5757 
    58 Small hand made fix:: 
     58Small hand made fix: 
     59 
     60.. code-block:: bash 
    5961 
    6062   diff ./mld_prieur_P1L1.prn /usr/temp/marina/POM//mld_prieur_P1L1.prn 
     63 
     64.. parsed-literal:: 
     65 
    6166   17c17 
    6267   <    1014    39.3438     238      0.0857    0.0723    0.0908     238       249       279       376       236 
     
    139144 - :file:`sta.P2L2.asc` 
    140145 
    141 Small hand made fix :: 
     146Small hand made fix : 
    142147 
    143   diff ./sta.P1L2.asc /usr/temp/marina/POM//sta.P1L2.asc 
    144   125a126 
    145   > 
    146   diff ./sta.P2L1.asc /usr/temp/marina/POM//sta.P2L1.asc 
    147   82a83 
    148   > 
    149   diff ./sta.P2L2.asc /usr/temp/marina/POM//sta.P2L2.asc 
    150   25c25 
    151   < 2177  3830    100     2001    4       23      02      40      41      52.490  19      42.967  00      00      41      52.439  19      42.979 
    152   --- 
    153   > 2177  3830    100     2001    4       23      02      40      41      52.490  19      42.967  41      52.439  19      42.979 
    154   61a62 
    155   > 2415  446     100     2001    5       03      xx      xx      43      20.712  18      57.718  xx      xx      xx      xx      xx      xx 
    156   62a64 
    157   > 
     148.. code-block:: bash 
     149 
     150   diff ./sta.P1L2.asc /usr/temp/marina/POM//sta.P1L2.asc 
     151 
     152.. parsed-literal:: 
     153 
     154   125a126 
     155   > 
     156 
     157.. code-block:: bash 
     158 
     159   diff ./sta.P2L1.asc /usr/temp/marina/POM//sta.P2L1.asc 
     160 
     161.. parsed-literal:: 
     162 
     163   82a83 
     164   > 
     165 
     166.. code-block:: bash 
     167 
     168   diff ./sta.P2L2.asc /usr/temp/marina/POM//sta.P2L2.asc 
     169 
     170.. parsed-literal:: 
     171 
     172 
     173   25c25 
     174   < 2177  3830    100     2001    4       23      02      40      41      52.490  19      42.967  00      00      41      52.439  19      42.979 
     175   --- 
     176   > 2177  3830    100     2001    4       23      02      40      41      52.490  19      42.967  41      52.439  19      42.979 
     177   61a62 
     178   > 2415  446     100     2001    5       03      xx      xx      43      20.712  18      57.718  xx      xx      xx      xx      xx      xx 
     179   62a64 
     180   > 
    158181 
    159182Tools 
  • trunk/adm/guides/glossary.rst

    r12 r13  
    2929   MLD 
    3030      Mixed Layer Depth 
    31     
     31 
    3232   P1L1 
    3333      POMME 1 LEG 1 
  • trunk/adm/guides/requirements.rst

    r12 r13  
    1212.. - 
    1313 
    14 .. |project| replace:: POMME  
     14.. |project| replace:: POMME 
    1515 
    1616.. _requirements: 
    1717 
    18 ============== 
    19  Requirements 
    20 ============== 
     18============ 
     19Requirements 
     20============ 
    2121 
    2222|project| is written using unix shell scripts and IDL/SAXO sources. 
Note: See TracChangeset for help on using the changeset viewer.