.. currentmodule:: guidance .. _api_examples: API Examples ------------ These examples parallel the namespace structure of Guidance. Each object or function in Guidance has a corresponding example notebook here that demonstrates its API usage. The source notebooks are `available on GitHub `_. .. _functions_examples: functions ========= .. Examples for built-in guidance functions. .. toctree:: :glob: :maxdepth: 1 example_notebooks/api_examples/library/* .. _models_examples: models ====== .. Examples for members of :ref:`guidance.models `. .. toctree:: :glob: :maxdepth: 1 example_notebooks/api_examples/models/*