|
From: John H. <jdh...@ac...> - 2004-01-05 15:26:20
|
>>>>> "Steve" == Steve Chaplin <ste...@ya...> writes:
Steve> The problem seems to be that process_docs.py is expecting
Steve> to read many "matplotlib.*.html" files, but these files do
Steve> not exist.
Yep, this is a doc bug in the README file. You need to first build the
class docs from the matplotlib root
> make htmldocs
This will build all the matplotlib html class docs in the 'docs'
subdir, which process_docs.py assumes are there. If all you want are
the class docs, this is all you will need to do. process_docs and the
rest of the files in htdocs build the matplotlib web site.
I've updated the README file -- thanks for letting me know.
JDH
|