catch a few more mapnik2 references

This commit is contained in:
Dane Springmeyer 2011-11-23 20:35:43 -08:00
parent d745ebd161
commit b1492d24ab
3 changed files with 3 additions and 3 deletions

View file

@ -31,7 +31,7 @@ the middle of any map tile and display a "hello world!" label if used like:
Or used in python like: Or used in python like:
from mapnik2 import * from mapnik import *
m = Map(600,400) m = Map(600,400)
m.background = Color('white') m.background = Color('white')
s = Style() s = Style()

View file

@ -11,7 +11,7 @@ fi
epydoc --no-private \ epydoc --no-private \
--no-frames \ --no-frames \
--no-sourcecode \ --no-sourcecode \
--name mapnik2 \ --name mapnik \
--url http://mapnik.org \ --url http://mapnik.org \
--css mapnik_epydoc.css mapnik2 \ --css mapnik_epydoc.css mapnik2 \
-o $API_DOCS_DIR -o $API_DOCS_DIR

View file

@ -1,2 +1,2 @@
rm -rf test_api rm -rf test_api
epydoc --no-private --no-frames --no-sourcecode --name mapnik2 --url http://mapnik.org --css mapnik_epydoc.css mapnik2 -o test_api epydoc --no-private --no-frames --no-sourcecode --name mapnik --url http://mapnik.org --css mapnik_epydoc.css mapnik2 -o test_api