Examples ======== Building Nests -------------- Basic Nest ^^^^^^^^^^ From ``examples/basic_nest/make_nest.py``, this is a simple, combinatorial example. .. literalinclude:: ../examples/basic_nest/make_nest.py :language: python :linenos: Meal ^^^^ This is quite a bit more complicated, with lookups on previous values of the control dictionary: .. literalinclude:: ../examples/meal/meal_example.py :language: python :linenos: