Changeset 1218
- Timestamp:
- 08/10/08 14:57:57 (3 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/timeseries/scikits/timeseries/doc/source/conf.py
r1213 r1218 37 37 # General substitutions. 38 38 project = 'TimeSeries' 39 copyright = '2008, Pierre GERARD-MARCHANT &Matt KNOX'39 copyright = '2008, Pierre GERARD-MARCHANT, Matt KNOX' 40 40 41 41 # The default replacements for |version| and |release|, also used in various … … 126 126 127 127 # If nonempty, this is the file name suffix for HTML files (e.g. ".xhtml"). 128 html_file_suffix = '.xhtml'128 #html_file_suffix = '.xhtml' 129 129 130 130 # Output file base name for HTML help builder. trunk/timeseries/scikits/timeseries/doc/source/installing.rst
r1213 r1218 11 11 ------------ 12 12 13 In order to use the :mod:`scikits.timeseries` package, the following external 13 In order to use the :mod:`scikits.timeseries` package, the following external 14 14 packages must be installed before hand: 15 15 … … 25 25 -------- 26 26 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`, 29 29 :mod:`~scikits.timeserires.lib.moving_funcs`) make use of Scipy functions. 30 30 * `matplotlib <http://matplotlib.sourceforge.net>`_ 0.98.0 or later: 31 31 matplotlib is required for time series plotting. 32 33 32 34 33 … … 56 55 python setup.py install 57 56 58 in the directory you checked out the source code to. 59 If you are using Windows and are having trouble compiling the module, 57 in the directory you checked out the source code to. 58 If you are using Windows and are having trouble compiling the module, 60 59 please see the following page in the cookbook: 61 60 `Compiling Extensions on Windows <http://www.scipy.org/Cookbook/CompilingExtensionsOnWindowsWithMinGW>`_ 62 61 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. 62 We do plan to begin doing official releases and distributing windows binaries 63 in the not too distant future. In the mean time, please bear with us.
