Changeset 517 for trunk/docs


Ignore:
Timestamp:
04/13/12 12:58:01 (12 years ago)
Author:
pinsard
Message:

consolidation of doc dev. (to be cont.)

Location:
trunk/docs/docs_dev
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/docs/docs_dev/Makefile

    r516 r517  
    22# 
    33# .. _Makefile: 
     4# 
    45# ======== 
    56# Makefile 
     
    1011# 
    1112# Makefile for Sphinx documentation 
    12 #  
     13# 
    1314# SEE ALSO 
    1415# ======== 
     
    1718# 
    1819# :ref:`makefile_non_sphinx` 
    19 #  
     20# 
    2021# TODO 
    2122# ==== 
    2223# 
    23 # moins bourrin dans l'usage de makefile_non_sphinx et la génération du  
     24# moins bourrin dans l'usage de makefile_non_sphinx et la génération du 
    2425# logo 
    2526# 
    2627# update whith new sphinx backend 
    27 #  
     28# 
    2829# EVOLUTIONS 
    2930# ========== 
    30 #  
     31# 
    3132# $Id: Makefile 30 2012-03-13 10:53:33Z pinsard $ 
    3233# 
    3334# $URL: svn+ssh://pinsard@forge.ipsl.jussieu.fr/ipsl/forge/projets/fptools/svn/trunk/docs/docs_dev/Makefile $ 
    34 #  
     35# 
    3536# - fplod 20120413T082638Z cratos (Linux) 
    36 #    
     37# 
    3738#   * add header 
    3839#- 
  • trunk/docs/docs_dev/makefile_non_sphinx

    r516 r517  
    1919# :ref:`Makefile` 
    2020# 
    21 # :ref:`extract_rst.sh` 
     21# :ref:`extract_rst.sh <fptools:extract_rst.sh>` 
    2222# 
    2323# :ref:`for_doc.sh` 
     
    207207# 
    208208#   * add man_troff which shell script possible now with docutils 0.6 
    209 #     can be test with 
    210 #      $ man -M ../doc/manuals/man varamma_profile.sh 
     209#     can be test with:: 
     210# 
     211#      man -M ../doc/manuals/man varamma_profile.sh 
    211212# 
    212213# - fplod 2009-05-15T13:26:19Z aedon.locean-ipsl.upmc.fr (Darwin) 
     
    285286$(shell echo "$(LIST_SRCMATLAB)" | \ 
    286287        sed \ 
    287             -e "s+../../utilitaires+source/manuals/utilitaires+g" \ 
     288            -e "s+../../src/utilitaires+source/manuals/+g" \ 
    288289            -e "s+../../src/+source/manuals/+g" \ 
    289290            -e "s+\.m+.m.rst+g") 
     
    366367        @extract_rst.sh -i $< -l matlab -o $@ 
    367368 
    368 source/manuals/utilitaires/%.m.rst : ../../src/utilitaires/%.m 
     369source/manuals/%.m.rst : ../../src/utilitaires/%.m 
    369370        @extract_rst.sh -i $< -l matlab -o $@ 
    370371 
  • trunk/docs/docs_dev/source/conf.py

    r516 r517  
    9494# General information about the project. 
    9595project = u'VARAMMA' 
    96 copyright = u'2011,2012, CNRS' 
     96copyright = u'2008, 2009, 2010, 2011, 2012, CNRS' 
    9797 
    9898# The version info for the project you're documenting, acts as replacement for 
     
    283283 
    284284# intersphinx with saxo 
    285 intersphinx_mapping = {'saxo': ('http://forge.ipsl.jussieu.fr/saxo/download/idldoc_html_output/','saxo.inv')} 
     285intersphinx_mapping = {'saxo': ('http://forge.ipsl.jussieu.fr/saxo/download/idldoc_html_output/','saxo.inv'), 
     286                'fptools' : ('http://www.locean-ipsl.upmc.fr/~fplod/fptools/fptools_ws/doc/html/', None)} 
  • trunk/docs/docs_dev/source/guides/builddoc.rst

    r443 r517  
    4343~~~~~~~~~~~~~~~~~~~~~~~ 
    4444La documentation est construite à partir des fichiers ReStructuredText_  
    45 dans :file:`${VARAMMA}/adm/` et des commentaires dans les sources  
    46 sous :file:`${VARAMMA}/src/`. 
     45dans :file:`${PROJECT}/adm/` et des commentaires dans les sources  
     46sous :file:`${PROJECT}/src/`. 
    4747 
    4848.. _ReStructuredText: http://docutils.sourceforge.net/rst.html 
     
    5757 $ make clean 
    5858 $ make before 
    59  $ make html_sphinx 
     59 $ make html_dev 
    6060 
    6161et regarder le résultat dans :file:`../doc/html/sphinx/index.html`. 
  • trunk/docs/docs_dev/source/index_guides.rst

    r516 r517  
    4444   guides/coding_rules 
    4545   guides/rundemotest 
     46   guides/builddoc 
    4647   guides/using 
    4748   guides/contributing 
     49   guides/svnbasiccommands 
     50   guides/contact 
Note: See TracChangeset for help on using the changeset viewer.