The Macaulay2 documentation is linked together by cross-references from one documentation node to another. Each node is identified by a string, which is the title of the node. Some nodes, such as this one, have titles that are simply invented by the author. Others have titles that are manufactured in a certain way from the aspect of the program being documented, for the sake of uniformity.
For example, the title of the node describing e.g. the jacobian of a matrix is "jacobian Matrix". The corresponding key is (jacobian, Matrix), and it is the job of the function makeDocumentTag to convert keys to titles.
|
|
|
|
The source of this document is in Macaulay2Doc/ov_documentation.m2:251:0.