Changeset 1211

Show
Ignore:
Timestamp:
08/08/08 10:28:01 (4 months ago)
Author:
pierregm
Message:

doc reorganization

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/timeseries/scikits/timeseries/doc/source/index.rst

    r1070 r1211  
    1111   :maxdepth: 2 
    1212 
    13    intro.rst 
    14    installing.rst 
     13   intro 
     14   installing 
     15   implementation/index 
    1516 
    1617.. htmlonly:: 
  • trunk/timeseries/scikits/timeseries/doc/source/installing.rst

    r1062 r1211  
    88============ 
    99 
    10 **Requirements** 
     10Requirements 
     11------------ 
    1112 
    1213In order to use the TimeSeries package, you will first need install the following 
     
    1920  installed to function properly. 
    2021 
    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>`__ 
    2223 
    23 **Optional** 
     24Optional 
     25-------- 
    2426 
    2527* `scipy <http://sourceforge.net/project/showfiles.php?group_id=27747>`__: 
     
    2830* `matplotlib 0.98.0 or later <http://matplotlib.sourceforge.net>`__: 
    2931  matplotlib is required for time series plotting. 
     32 
     33 
    3034 
    3135Setup