User Guide
This section contains general tips and step-by-step tutorials for using Metacontroller.
See the API Reference for details about all the available options.
Installation
This page describes how to install Metacontroller, either to develop your own controllers or just to run third-party controllers that depend on it.
Create a Controller
This tutorial walks through a simple example of creating a controller in Python with Metacontroller.
Best Practices
Metacontroller will take care of merging your change to importantField
while
preserving the fields you don't care about that were set by others.
Troubleshooting
This is a collection of tips for debugging controllers written with Metacontroller.