This repository contains the PML markup code used to create the PML Nodes Reference Manual.
The PML code in this repository has been created automatically by the PML Companion's create_nodes_reference_manual
command.
The text is extracted from the PML Companion's Java source code.
This repository has been published to enable people to submit pull requests and start discussions regarding the manual.
However, the preferred way to submit pull requests is to submit them directly to the Java source code repository.
To build an HTML version of the manual from this source repository:
-
If you haven't already done so, install the PML Companion.
-
Create a local copy of this repository.
-
Open a terminal in the root directory of your local repository.
-
Execute the following OS command:
pmlc p2h input/index.pml
For more information about PML, please visit the PML website.