Panda3D Manual Style Guide
These are preliminary guidelines for editing the Panda3D Manual. This is not the finalized style guide.
Please see Talk:Main page for a more complete list of guidelines.
Code formatting
When entering blocks of code, use the following format for python code.
The following format should be followed for C++ code.
When using code in the middle of a paragraph, use
Stylesheet classes
The following style classes are available from the stylesheet:
- code
- codecomment1
- comments
- codeblock
Your code goes here
</code>