jjlee / mechanize

Stateful programmatic web browsing in Python, after Andy Lester's Perl module WWW::Mechanize .
http://wwwsearch.sourceforge.net/mechanize/
618 stars 123 forks source link

Readme points to docs/html/index.html, which doesn't exist #22

Closed reverie closed 14 years ago

reverie commented 14 years ago

Readme points to docs/html/index.html, which doesn't exist. There is no 'html' directory in the docs directory.

jjlee commented 14 years ago

It seems to be there:

$ wget http://wwwsearch.sf.net/mechanize/src/mechanize-0.2.1.tar.gz
$ tar xf mechanize-0.2.1.tar.gz
$ cd mechanize-0.2.1/
$ cat README.txt 
See INSTALL.txt for installation instructions.

See docs/html/index.html and docstrings for documentation.
$ ls -l docs/html/index.html 
-rw-r--r-- 1 john john 11510 2010-05-16 17:42 docs/html/index.html
reverie commented 14 years ago

Oh, that must be part of the release process. Should the README be clarified for users who are viewing it (and the source) through github?

jjlee commented 14 years ago

Note that HTML docs are built from .txt markdown source

Closed by a9e7676bcf7299801a7d1437b49101330986abb9