Changeset 1218

Show
Ignore:
Timestamp:
08/10/08 14:57:57 (3 months ago)
Author:
mattknox_ca
Message:

- changed html output file extension to .html from .xhtml (xhtml is problematic for older browsers and internet explorer)
- fixed problem with scipy link in installing.rst

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/timeseries/scikits/timeseries/doc/source/conf.py

    r1213 r1218  
    3737# General substitutions. 
    3838project = 'TimeSeries' 
    39 copyright = '2008, Pierre GERARD-MARCHANT & Matt KNOX' 
     39copyright = '2008, Pierre GERARD-MARCHANT, Matt KNOX' 
    4040 
    4141# The default replacements for |version| and |release|, also used in various 
     
    126126 
    127127# If nonempty, this is the file name suffix for HTML files (e.g. ".xhtml"). 
    128 html_file_suffix = '.xhtml' 
     128#html_file_suffix = '.xhtml' 
    129129 
    130130# Output file base name for HTML help builder. 
  • trunk/timeseries/scikits/timeseries/doc/source/installing.rst

    r1213 r1218  
    1111------------ 
    1212 
    13 In order to use the :mod:`scikits.timeseries` package, the following external  
     13In order to use the :mod:`scikits.timeseries` package, the following external 
    1414packages must be installed before hand: 
    1515 
     
    2525-------- 
    2626 
    27 * `Scipy 0.7.0 or later<http://www.scipy.org/Download>`_
    28   Some of the lib sub-modules (:mod:`~scikits.timeseries.lib.interpolate`,  
     27* `Scipy <http://www.scipy.org/Download>`_ 0.7.0 or later
     28  Some of the lib sub-modules (:mod:`~scikits.timeseries.lib.interpolate`, 
    2929  :mod:`~scikits.timeserires.lib.moving_funcs`) make use of Scipy functions. 
    3030* `matplotlib <http://matplotlib.sourceforge.net>`_ 0.98.0 or later: 
    3131  matplotlib is required for time series plotting. 
    32  
    3332 
    3433 
     
    5655    python setup.py install 
    5756 
    58 in the directory you checked out the source code to.  
    59 If you are using Windows and are having trouble compiling the module,  
     57in the directory you checked out the source code to. 
     58If you are using Windows and are having trouble compiling the module, 
    6059please see the following page in the cookbook: 
    6160`Compiling Extensions on Windows <http://www.scipy.org/Cookbook/CompilingExtensionsOnWindowsWithMinGW>`_ 
    6261 
    63 The current plan is to begin doing official releases and distributing windows 
    64 binaries once an official release of numpy has been made which includes the 
    65 new version of masked array. In the mean time, please bear with us. 
     62We do plan to begin doing official releases and distributing windows binaries 
     63in the not too distant future. In the mean time, please bear with us.