pombreda / pysal

Automatically exported from code.google.com/p/pysal
Other
0 stars 0 forks source link

sphinx docs not printing class information #133

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
file://localhost/Users/serge/Dropbox/pysal/src/pysal/trunk/doc/build/html/librar
y/weights/weights.html

I think this may be due to the new import scheme as some of the warnings I see 
locally hint at this:

/Users/serge/Research/p/PySAL/cleanroom/pysal/doc/source/library/weights/weights
.txt:8: (WARNING/2) autodoc can't import/find module 'pysal.weights', it 
reported error: "'module' object has no attribute 'weights'", please check your 
spelling and sys.path

Original issue reported on code.google.com by sjsrey on 18 Jan 2011 at 4:21

GoogleCodeExporter commented 9 years ago

Original comment by sjsrey on 18 Jan 2011 at 4:22

GoogleCodeExporter commented 9 years ago
here is an example you can actually see:

http://pysal.org/1.1/library/esda/geary.html

Original comment by sjsrey on 18 Jan 2011 at 4:26

GoogleCodeExporter commented 9 years ago
Build worked as of r700. Error introduced in 702. See Unittest results for 702.

Original comment by phil.stp...@gmail.com on 18 Jan 2011 at 5:59

GoogleCodeExporter commented 9 years ago
Fixed in 703.

Original comment by phil.stp...@gmail.com on 18 Jan 2011 at 7:03