pdldoc - shell interface to PDL documentation
pdldoc <text>
pdldoc [-a] [-h] [-s] [-u] <text>
The aim of pdldoc is to provide the same functionality as the apropos
, help
, sig
, and usage
commands available in the perldl shell.
Think of it as the PDL equivalent of perldoc -f
.
print documentation about a PDL function or module or show a PDL manual. This is the default option.
Regex search PDL documentation database.
prints signature of PDL function.
Prints usage information for a PDL function.
This is pdldoc v0.2.
Doug Burke <burke@ifa.hawaii.edu>