Show
Ignore:
Timestamp:
15/02/07 17:39:39 (4 years ago)
Author:
athomas
Message:

pyndexter: Updated a lot of API documentation.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pyndexter/trunk/pyndexter/indexers/lupy.py

    r387 r395  
    88 
    99""" 
    10 Adapter for the deprecated, but still available from 
    11 http://gentoo.prz.rzeszow.pl/distfiles/Lupy-0.2.1.tar.gz, Lupy indexer. 
     10Lupy 
     11---- 
     12 
     13Lupy_ is a (deprecated) pure-Python indexer. It is excruciatingly slow, 
     14presumably because of its desire to be compatible with Lucene. Included 
     15as an excercise mostly :) 
     16 
     17.. _Lupy: http://www.divmod.org/projects/lupy 
     18 
     19Usage 
     20~~~~~ 
     21 
     22:: 
     23 
     24    lupy://<path> 
     25 
     26Installation 
     27~~~~~~~~~~~~ 
     28 
     29:: 
     30 
     31    easy_install http://gentoo.prz.rzeszow.pl/distfiles/Lupy-0.2.1.tar.gz 
    1232""" 
    1333