next | previous | forward | backward | up | top | index | toc | home

viewHelp -- view online doc with a web browser

Synopsis

Description

Some example uses:
  • viewHelp -- top of local copy of the documentation, including installed packages
  • viewHelp "Macaulay 2" -- top of Macaulay2 doc
  • viewHelp ideal -- online doc for the 'ideal' function
  • viewHelp "matrices" -- overview of matrices in Macaulay 2
  • viewHelp (ideal,List) -- online doc for ideal(List) method
  • viewHelp (diff,Matrix,Matrix) -- online doc for the diff function taking two matrices as arguments
  • viewHelp [gb,DegreeLimit] -- view doc for the optional argument DegreeLimit to gb function
  • viewHelp (symbol**,Matrix,Matrix) -- view doc for Matrix**Matrix

Caveat

The help command allows other possible arguments, such as help methods ideal, but for viewHelp the argument s must refer to ony one web page.

See also

For the programmer

The object viewHelp is a command.