File: README.md

package info (click to toggle)
pyresample 1.17.0%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 33,916 kB
  • sloc: python: 14,541; cpp: 361; makefile: 97; sh: 8
file content (13 lines) | stat: -rw-r--r-- 437 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
# 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`. If
Pyresample's API has changed (new functions, modules, classes, etc) then the
API documentation should be regenerated before running the above make
command.

    sphinx-apidoc -f -T -o source/api ../pyresample ../pyresample/test