next | previous | forward | backward | up | top | index | toc | Macaulay2 web site

docTemplate -- a template for a documentation node

Synopsis

Description

docTemplate is a String, which can be cut and paste into a text file, to be used as a template for writing documentation for functions and other objects in a package.
i1 : print docTemplate

doc ///
   Key
   Headline
   Usage
   Inputs
   Outputs
   Consequences
   Description
      Text
      Code
      Example
      Text
      Code
      Example
   Subnodes
   Caveat
   SeeAlso
///

See also

For the programmer

The object docTemplate is a string.