File: README.md

package info (click to toggle)
pyresample 1.35.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 34,800 kB
  • sloc: python: 20,340; cpp: 463; makefile: 105
file content (8 lines) | stat: -rw-r--r-- 207 bytes parent folder | download
1
2
3
4
5
6
7
8
# Documentation Creation

With sphinx and pyresample's dependencies installed documentation can be generated
by running:

    make html

The generated HTML documentation pages are available in `build/html`.