Changeset 7


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
Files:
1 added
4 edited
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/docs/manual/source/conf.py

    r5 r7  
    128128# The theme to use for HTML and HTML Help pages.  See the documentation for 
    129129# a list of builtin themes. 
    130 html_theme = 'sphinxdoc' 
     130html_theme = 'alabaster' 
    131131 
    132132# Theme options are theme-specific and customize the look and feel of a theme 
     
    242242#  author, documentclass [howto, manual, or own class]). 
    243243latex_documents = [ 
    244   (master_doc, 'igcmg_doc.tex', u'igcmg\\_doc Documentation', 
    245    u'igcmg', 'manual'), 
     244  (master_doc, 'igcmg_doc.tex', u'igcmg\\_doc Documentation', u'igcmg', 'manual'), 
    246245] 
    247246 
  • 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 
  • trunk/docs/manual/source/index.rst

    r5 r7  
    77======================================= 
    88 
    9 Contents: 
     9.. graphviz:: ../for_figs/libigcmprod.dot 
    1010 
    1111.. toctree:: 
    12    :maxdepth: 2 
     12   :maxdepth: 1 
    1313 
    14 .. graphviz:: ../for_figs/libigcmprod.dot 
     14   developers 
    1515 
    16 Indices and tables 
    17 ================== 
    18  
    19 * :ref:`genindex` 
    20 * :ref:`modindex` 
    21 * :ref:`search` 
    22  
Note: See TracChangeset for help on using the changeset viewer.