https://github.com/mapnik/sphinx-docs
New documentation development for Mapnik
https://github.com/mapnik/sphinx-docs
Last synced: 11 months ago
JSON representation
New documentation development for Mapnik
- Host: GitHub
- URL: https://github.com/mapnik/sphinx-docs
- Owner: mapnik
- Created: 2010-07-16T21:22:21.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2011-10-15T14:05:42.000Z (over 14 years ago)
- Last Synced: 2024-03-25T23:29:56.945Z (almost 2 years ago)
- Language: Python
- Homepage: http://mapnik.org/documentation/
- Size: 875 KB
- Stars: 3
- Watchers: 2
- Forks: 20
- Open Issues: 1
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
Staging location for the development of new documentation for the Mapnik project.
Using Sphinx: http://sphinx.pocoo.org/
If you have contributions or corrections please create an Issue at:
http://github.com/mapnik/sphinx-docs/issues
To get started contributing:
* install sphinx
* read http://jacobian.org/writing/great-documentation/what-to-write/
* edit/add some .rst files
* run `make html` in this directory
* run `make latexpdf` for pdf output (see below)
PDF output depends on Latex/Tex:
* Mac: download and install from: http://www.tug.org/mactex/2009/morepackages.html (both basic and addons)
* Linux: ?