Ignore:
Timestamp:
09/30/15 15:33:23 (9 years ago)
Author:
pinsard
Message:

fix visibility of developpers part in doc

Location:
trunk/docs/manual/source/developers
Files:
2 edited
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/docs/manual/source/developers/guides.rst

    r6 r7  
    88   :maxdepth: 1 
    99 
    10    requirements 
    11    typo 
    12    tracwiki_migration 
    13    builddoc 
    14    installdoc 
     10   guides/requirements 
     11   guides/typo 
     12   guides/tracwiki_migration 
     13   guides/builddoc 
     14   guides/installdoc 
  • trunk/docs/manual/source/developers/guides/requirements.rst

    r6 r7  
    2525.. todo:: 
    2626 
    27    warn on some variations on other platforms  
     27   warn on some variations on other platforms 
    2828 
    2929   - :command:`sed` vs  :command:`gsed` 
    3030   - :command:`xdg-open` vs  :command:`open` 
    3131   - python distribution 
    32     
     32 
    3333Download the repository some where on ciclad: 
    3434 
    3535.. code-block:: bash 
    3636 
    37    PROJECT=${HOME}/igcmg_doc_ws  # ${HOME}/igcmg_doc_ws is an example  
     37   PROJECT=${HOME}/igcmg_doc_ws  # ${HOME}/igcmg_doc_ws is an example 
    3838   export PROJECT 
    3939   svn checkout svn+ssh://<YOURLOGIN>@forge.ipsl.jussieu.fr/ipsl/forge/projets/igcmg_doc/svn/trunk ${PROJECT} 
     
    7777 
    7878.. code-block:: bash 
    79         
     79 
    8080   source deactivate 
    8181 
  • trunk/docs/manual/source/developers/guides/typo.rst

    r6 r7  
    1111They use dictionaries providing natural langages list of words. 
    1212 
    13 Here is the flow  
     13Here is the flow 
    1414 
    1515.. blockdiag:: typo_blockdiag.dot 
     
    178178++++++++++++++++++++++++ 
    179179 
    180 Until :ref:`tracwiki_migration` is not achieved, we have to check typo in  
     180Until :ref:`tracwiki_migration` is not achieved, we have to check typo in 
    181181HTML files produced by trac on the `<http://forge.ipsl.jussieu.fr/igcmg_doc/wiki/>`_ 
    182182 
     
    203203   for uri in ${list_uri} 
    204204   do 
    205        wget -P ${dirhtml} ${uri}  
     205       wget -P ${dirhtml} ${uri} 
    206206   done 
    207207 
Note: See TracChangeset for help on using the changeset viewer.