Changeset 144 for trunk/docs


Ignore:
Timestamp:
02/27/12 16:16:34 (12 years ago)
Author:
pinsard
Message:

more realistic dev. guide

Location:
trunk/docs/docs_dev/source
Files:
3 added
2 deleted
5 edited

Legend:

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

    r143 r144  
    3535 
    3636# The encoding of source files. 
    37 #source_encoding = 'utf-8-sig' 
     37source_encoding = 'iso-8859-15' 
    3838 
    3939# The master toctree document. 
     
    6565# List of patterns, relative to source directory, that match files and 
    6666# directories to ignore when looking for source files. 
    67 exclude_patterns = [] 
     67exclude_patterns = [ 'prolog.rst'] 
     68 
     69# Included at the beginning of every source file that is read. 
     70with open('prolog.rst', 'r') as pr: 
     71   rst_prolog = pr.read() 
    6872 
    6973# The reST default role (used for this markup: `text`) to use for all documents. 
  • trunk/docs/docs_dev/source/guides/builddoc.rst

    r106 r144  
    33.. TODO 
    44.. ===== 
    5 .. 
    65.. 
    76.. translation 
     
    1615.. $Id$ 
    1716.. 
    18 ..  
     17.. $URL$ 
     18.. 
    1919.. - fplod 20101005T164054Z aedon.locean-ipsl.upmc.fr (Darwin) 
    2020.. 
     
    2222.. 
    2323.. - 
    24  
    25 .. |project| replace:: SUPERBIB 
    26 .. |project_id| replace:: superbib 
    2724 
    2825.. _builddoc: 
  • trunk/docs/docs_dev/source/guides/contributing.rst

    r106 r144  
    66.. $Id$ 
    77.. 
     8.. $URL$ 
    89.. 
    910.. - fplod 20101005T163744Z aedon.locean-ipsl.upmc.fr (Darwin) 
     
    2021============== 
    2122 
    22 Development is tracked with svn_. 
     23Development is tracked with :command:`svn` 
    2324 
    2425Installing a *svn* client is not needed unless you want 
    25 to participate in SUPERBIB development. 
    26  
    27 .. _svn: +todo+ 
     26to participate in |project| development. 
    2827 
    2928You will need a login on forge.ipsl.jussieu.fr to commit your change 
    3029and add/answer tickets. 
    3130 
    32 See :ref:`Contact <contact>` to ask for login or any trouble on your forge.ipsl.jussieu.fr account. 
     31See |contact| to ask for login or any trouble on your forge.ipsl.jussieu.fr account. 
    3332 
    3433You will find in  
    35 :ref:`svn Basic Commands <svnbasiccommands>` how to commit your change 
     34:ref:`svnbasiccommands` how to commit your change 
    3635 
    3736You will find in 
  • trunk/docs/docs_dev/source/guides/svnbasiccommands.rst

    r106 r144  
    66.. $Id$ 
    77..  
     8.. $URL$ 
     9.. 
    810.. - fplod 20101005T162843Z aedon.locean-ipsl.upmc.fr (Darwin) 
    911.. 
    1012..   * creation 
    1113.. - 
    12  
    13 .. |project| replace:: superbib 
    14 .. |dollar| replace:: \$  
    1514 
    1615.. _svnbasiccommands: 
  • trunk/docs/docs_dev/source/index.rst

    r143 r144  
    44   contain the root `toctree` directive. 
    55 
    6 Welcome to SUPERBIB's documentation! 
    7 ==================================== 
    86 
    9 Contents: 
     7.. meta:: 
     8   :robots: noindex,nofollow,noarchive 
     9 
     10.. _index: 
     11 
     12=========================== 
     13SUPERBIB dev. documentation 
     14=========================== 
    1015 
    1116.. toctree:: 
    1217   :maxdepth: 2 
     18 
     19   index_guides 
    1320 
    1421Indices and tables 
Note: See TracChangeset for help on using the changeset viewer.