Macaulay2 » Documentation
Packages » Macaulay2Doc > getting started > reading the documentation > viewHelp
next | previous | forward | backward | up | index | toc

viewHelp -- view online documentation in a web browser

Synopsis

Description

If no argument is given to viewHelp then the top page of your local html documentation is displayed.

Some example uses:

  • viewHelp -- top of local copy of the documentation, including installed packages
  • viewHelp "Macaulay2" -- top of Macaulay2 doc
  • viewHelp ideal -- online doc for the 'ideal' function
  • viewHelp "matrices" -- overview of matrices in Macaulay2
  • 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 X must refer to only one web page.

See also

Ways to use viewHelp :

For the programmer

The object viewHelp is a command.