File: README.txt

package info (click to toggle)
basemap 1.2.2%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 213,160 kB
  • sloc: python: 9,550; ansic: 266; makefile: 33; sh: 23
file content (11 lines) | stat: -rw-r--r-- 387 bytes parent folder | download | duplicates (7)
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.