Ignore:
Timestamp:
07/01/11 17:57:17 (13 years ago)
Author:
pinsard
Message:

website : new email contact, home page, layout and publications

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/adm/website/conf.py

    r55 r62  
    77# TODO 
    88# ==== 
     9# 
     10# - fplod 20110701T140734Z aedon.locean-ipsl.upmc.fr (Darwin) 
     11# 
     12#   * contents.rst has been rename index.rst 
    913# 
    1014# - fplod 20110407T092856Z aedon.locean-ipsl.upmc.fr (Darwin) 
     
    8084 
    8185# The master toctree document. 
    82 master_doc = 'contents' 
     86master_doc = 'index' 
    8387 
    8488# General information about the project. 
     
    178182# Additional templates that should be rendered to pages, maps page names to 
    179183# template names. 
    180 html_additional_pages = {'index': 'index.html'} 
     184#html_additional_pages = {'index': 'index.html'} 
    181185 
    182186# If false, no module index is generated. 
     
    221225# (source start file, target name, title, author, documentclass [howto/manual]). 
    222226latex_documents = [ 
    223   ('contents', 'tropflux.tex', u'TropFlux Documentation', u'J\u00E9r\u00F4me Vialard ', 'howto'), 
     227  ('index', 'tropflux.tex', u'TropFlux Documentation', u'J\u00E9r\u00F4me Vialard ', 'howto'), 
    224228] 
    225229 
     
    247251#latex_domain_indices = True 
    248252 
    249  
    250 # -- Options for manual page output -------------------------------------------- 
    251  
    252 # One entry per manual page. List of tuples 
    253 # (source start file, name, description, authors, manual section). 
    254 man_pages = [ 
    255     ('index', 'tropflux', u'TropFlux Documentation', 
    256      [u'J\u00E9r\u00F4me Vialard'], 1) 
    257 ] 
    258  
    259  
    260253# Example configuration for intersphinx: refer to the Python standard library. 
    261254intersphinx_mapping = {'http://docs.python.org/': None} 
Note: See TracChangeset for help on using the changeset viewer.