Changeset 17 for trunk


Ignore:
Timestamp:
04/18/14 14:39:19 (10 years ago)
Author:
pinsard
Message:

fix thanks to coding rules and pep8; typo; dupe empty lines

Location:
trunk
Files:
3 edited

Legend:

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

    r16 r17  
    2929# 
    3030#- 
    31 import sys, os 
     31import sys 
     32import os 
    3233 
    3334# If extensions (or modules to document with autodoc) are in another directory, 
     
    4344# Add any Sphinx extension module names here, as strings. They can be extensions 
    4445# coming with Sphinx (named 'sphinx.ext.*') or your custom ones. 
    45 extensions = ['sphinx.ext.graphviz','sphinx.ext.intersphinx'] 
     46extensions = ['sphinx.ext.graphviz', 'sphinx.ext.intersphinx'] 
    4647 
    4748# Add any paths that contain templates here, relative to this directory. 
     
    194195# (source start file, target name, title, author, documentclass [howto/manual]). 
    195196latex_documents = [ 
    196   ('index', 'POMME.tex', u'POMME Documentation', u'CNRS', 'manual'), 
     197    ('index', 'POMME.tex', u'POMME Documentation', u'CNRS', 'manual'), 
    197198] 
    198199 
     
    225226# (source start file, name, description, authors, manual section). 
    226227man_pages = [ 
    227     ('index', 'pomme', u'POMME Documentation', 
    228      [u'CNRS'], 1) 
     228    ('index', 'pomme', u'POMME Documentation', [u'CNRS'], 1) 
    229229] 
    230230 
    231231# intersphinx with saxo 
    232 intersphinx_mapping = {'saxo': ('http://forge.ipsl.jussieu.fr/saxo/download/idldoc_html_output/','saxo.inv')} 
    233  
     232intersphinx_mapping = {'saxo': ('http://forge.ipsl.jussieu.fr/saxo/download/idldoc_html_output/', 'saxo.inv')} 
  • trunk/src/init.pro

    r16 r17  
    1414; 
    1515; This is the initialisation file. 
    16 ; it defines the !path and the defaut values of some of the common variables 
     16; it defines the !path and the default values of some of the common variables 
    1717; 
    1818; :see also: 
  • trunk/src/project_profile.sh

    r15 r17  
    104104# ++ besoin de posix 
    105105# 
    106 # ++ pas de MANPATH defini par défaut sur cratos et cerbere 
     106# ++ pas de MANPATH défini par défaut sur cratos et cerbere 
    107107# 
    108108# EVOLUTIONS 
Note: See TracChangeset for help on using the changeset viewer.