Python Script Examples#

These pages show how example scripts are wired into the reference manual. They are scaffold samples for engineers to replace or expand with production-quality examples later.

To add a new example:

  1. Add or update a script under examples/.

  2. Add docs/example_code/<name>.rst with a .. literalinclude:: directive.

  3. Register the page in the appropriate toctree below.

Getting started#

Workflows#