ztane / python-Levenshtein

The Levenshtein Python C extension module contains functions for fast computation of Levenshtein distance and string similarity
GNU General Public License v2.0
1.26k stars 155 forks source link

Docs need updating about building docs #22

Open sandrotosi opened 9 years ago

sandrotosi commented 9 years ago

Hello, in the README.rst (as visible in the main page of this github prj) it is mentioned:

Documentation

gendoc.sh generates HTML API documentation, you probably want a selfcontained instead of includable version, so run in ./gendoc.sh --selfcontained. It needs Levenshtein already installed and genextdoc.py.

but gendoc.sh has been moved to docs/ dir and it is no longer shipped with the released tarball.

you might want to update that part too.

Regards, Sandro