Panda3D Manual: Editing

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.

<code python>

Your code goes here

</code>

The following format should be followed for C++ code.

<code cxx>

Your code goes here

</code>

When using code in the middle of a paragraph, use

Te quem vivendum sed, eloquentiam <code>someCode.run()</code> conclusionemque mea id. Populo graeci...

Stylesheet classes

The following style classes are available from the stylesheet:

  • code
  • codecomment1
  • comments
  • codeblock
Back to the Manual