Changeset 1211
- Timestamp:
- 08/08/08 10:28:01 (4 months ago)
- Files:
-
- trunk/timeseries/scikits/timeseries/doc/source (added)
- trunk/timeseries/scikits/timeseries/doc/source/conf.py (added)
- trunk/timeseries/scikits/timeseries/doc/source/index.rst (copied) (copied from trunk/timeseries/scikits/timeseries/doc/index.rst) (1 diff)
- trunk/timeseries/scikits/timeseries/doc/source/installing.rst (copied) (copied from trunk/timeseries/scikits/timeseries/doc/installing.rst) (3 diffs)
- trunk/timeseries/scikits/timeseries/doc/source/intro.rst (copied) (copied from trunk/timeseries/scikits/timeseries/doc/intro.rst)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/timeseries/scikits/timeseries/doc/source/index.rst
r1070 r1211 11 11 :maxdepth: 2 12 12 13 intro.rst 14 installing.rst 13 intro 14 installing 15 implementation/index 15 16 16 17 .. htmlonly:: trunk/timeseries/scikits/timeseries/doc/source/installing.rst
r1062 r1211 8 8 ============ 9 9 10 **Requirements** 10 Requirements 11 ------------ 11 12 12 13 In order to use the TimeSeries package, you will first need install the following … … 19 20 installed to function properly. 20 21 21 * `numpy 1. 1.0 or later <http://sourceforge.net/project/showfiles.php?group_id=1369&package_id=175103>`__22 * `numpy 1.2.0 or later <http://sourceforge.net/project/showfiles.php?group_id=1369&package_id=175103>`__ 22 23 23 **Optional** 24 Optional 25 -------- 24 26 25 27 * `scipy <http://sourceforge.net/project/showfiles.php?group_id=27747>`__: … … 28 30 * `matplotlib 0.98.0 or later <http://matplotlib.sourceforge.net>`__: 29 31 matplotlib is required for time series plotting. 32 33 30 34 31 35 Setup
