Christopher and Kyle,
I am going to have each of you add one example to a ".mpws" file in the library that is tagged with a "*** MISSING EXAMPLES ***" message in the build output. Use the following procedure to do this:
1) Update to commit 599705b4 of MathPiperIDE using "git pull".
2) Build MathPiper inside of NetBeans.
3) Look in the build output, and select a ".mpws" file that is tagged with "*** MISSING EXAMPLES ***" which you think you can add an example to.
4) Set the "Project Configuration" to "Graphic Console". This can be done by selecting "Run -> Set Project Configuration -> Graphic Console" or by using the list that is immediately below the "Run" menu.
5) Run the "Graphic Console" using the green run/play button.
6) When the console is displayed, create an example use of the procedure you selected.
7) Open the file mathpiperide/src/library_apps/mathpiper4/src/org/mathpiper/scripts4/units/RecognizedUnitsAll.mpws. This file uses a method to place examples in the documentation that uses a "%mathpiper" fold and a tag named "*EXAMPLES" instead of an "*E.G." tag. The way it works is the build system looks for a "%mathpiper" fold that has its "subtype" attribute set to "in_prompts". The code to the left of the "->" symbol represents code that will be run, and the text to the right of this symbol is the result the code produces.
The build system will convert the contents of an "in_prompts" fold into examples where the "*EXAMPLES" tag is located. The advantage of this method of adding examples over the "*E.G." method is that the examples can be automatically tested.
8) In the ".mpws" file you selected, try to use the "*EXAMPLES" method instead of the "*E.G." method to add an example. If you have trouble doing this, let me know.
9) After you have added an example to the ".mpws" file, rebuild MathPiper, run the graphic console, select the "Docs" button that is on the right side of the console window, and verify the example was added to documentation correctly.
10) Submit your changes using a pull request.
Let me know if you encounter problems or have questions.
Ted