Ignore:
Timestamp:
06/28/11 16:48:31 (13 years ago)
Author:
pinsard
Message:

add build website instruction

File:
1 edited

Legend:

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

    r21 r57  
    1414.. EVOLUTIONS 
    1515.. ========== 
     16.. 
     17.. - fplod 20110628T133328Z aedon.locean-ipsl.upmc.fr (Darwin) 
     18.. 
     19..   * add instruction for website processing 
     20.. 
     21.. - fplod 20110628T132733Z aedon.locean-ipsl.upmc.fr (Darwin) 
     22..  
     23..   * add instruction for website 
    1624.. 
    1725.. - fplod 20101220T114850Z aedon.locean-ipsl.upmc.fr (Darwin) 
     
    4553 $ make clean 
    4654 $ make before 
    47  $ make html_sphinx 
     55 $ make html_dev_sphinx 
    4856 
    4957et regarder le résultat dans :file:`../doc/html/sphinx/index.html`. 
     
    5462.. parsed-literal:: 
    5563 
    56  $ make all 
     64 $ make all_dev 
     65 
     66Website |project| 
     67~~~~~~~~~~~~~~~~~ 
     68 
     69La documentation est construite à partir des fichiers ReStructuredText_  
     70dans :file:`${TROPFLUX}/adm/website`. 
     71 
     72Sphinx_ est utilisé pour produire la documentation sous forme HTML: 
     73 
     74.. parsed-literal:: 
     75 
     76 $ cd ${|project|}/adm/ 
     77 $ make clean 
     78 $ make before 
     79 $ make html_user 
     80 
     81et regarder le résultat dans :file:`./website/_build/html/index.html`. 
    5782 
    5883Install Documentation |project| 
Note: See TracChangeset for help on using the changeset viewer.