[top][index]
search for:

topicList -- list of help topics

topicList() -- provides a complete list of topics on which help is available.

Intended to be used in programs. Users will prefer to use topics.

See also:

  • help -- get help
  • Code:

         -- ../../../Macaulay2/m2/document.m2:418-420
         topicList = () -> sort join(
              if DocDatabase === null then {} else value \ keys DocDatabase,
              keys Documentation)

    [top][index]
    search for: