File: README.txt

package info (click to toggle)
basemap 2.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 213,536 kB
  • sloc: python: 11,826; sh: 45; makefile: 41
file content (11 lines) | stat: -rw-r--r-- 387 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
To build docs ....

* install sphinx.

* run 'python make.py html'.  Entry point is build/html/index.html.

* to update on github site:
  checkout gh-pages basemap branch in ../../basemap.git.web
  (cd ../..; git clone git@github.com:matplotlib/basemap.git -b gh-pages basemap.git.web)
  rsync -vaz build/html/ ../../basemap.git.web
  go to basemap.git.web, commit and push the updates.