Skip to content
nvkelso edited this page Apr 17, 2012 · 16 revisions

Very simple stuff here only.

Using a poorly documented library? Use the built in pydoc program by typing on the command line:

pydoc -p 8080

Then load in a web browser:

http://localhost:8080/

For instance, the docs for OGR is:

http://localhost:8080/osgeo.ogr.html

Clone this wiki locally