Updated Example Code (markdown)
parent
6a83218a81
commit
e4fcc86f52
1 changed files with 4 additions and 3 deletions
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
|
|
||||||
# Example Code
|
# Example Code
|
||||||
The Mapnik source comes with some example code in the [mapnik/demo](https://trac.mapnik.org/browser/trunk/demo) directory.
|
The Mapnik source comes with some example code in the [mapnik/demo](https://github.com/mapnik/mapnik/tree/master/demo) directory.
|
||||||
|
|
||||||
Here are some other sets of Example Code to learn from.
|
Here are some other sets of Example Code to learn from.
|
||||||
|
|
||||||
|
@ -74,5 +74,6 @@ and
|
||||||
```sh
|
```sh
|
||||||
$ pydoc -p 8080
|
$ pydoc -p 8080
|
||||||
```
|
```
|
||||||
and then open a browser and go to :
|
and then open a browser and go to :
|
||||||
http://localhost:8080/mapnik.html
|
|
||||||
|
http://localhost:8080/mapnik.html
|
Loading…
Reference in a new issue