[top][index]
search for:

SEEALSO -- crossreferences in documentation

SEEALSO {a, b, ...} -- inserts, into a documentation page, a sentence instructing the reader to see some other topics.

The topics may have the special forms used with TO.

See also:

  • document -- install documentation
  • Code:

         -- ../../../Macaulay2/m2/document.m2:883-885
         SEEALSO = v -> (
              if class v =!= List then v = {v};
              if #v > 0 then SEQ { PARA{}, BOLD "See also:", SHIELD MENU (TO \ v) })

    [top][index]
    search for: