list_registered_examples#

activitysim.examples.external.list_registered_examples(registry: Optional[Path] = None) list[str]#

Read a list of registered example names.

Parameters:
registrypath-like, optional

Provide the file location of an alternative example registry. This should be a yaml file with information about the location of examples. When not provided, the default external example registry is used, which is found at activitysim/examples/external_example_manifest.yaml.

Returns:
list[str]