From 143eb2d9e0e9eab4f6f4807d16df78c13e34f4f8 Mon Sep 17 00:00:00 2001 From: Brett Date: Wed, 14 Feb 2024 11:51:44 -0500 Subject: [PATCH] update docs --- docs/asdf/extending/schemas.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/asdf/extending/schemas.rst b/docs/asdf/extending/schemas.rst index 2e9dbd98b..08d9afed8 100644 --- a/docs/asdf/extending/schemas.rst +++ b/docs/asdf/extending/schemas.rst @@ -276,6 +276,10 @@ package directory **when it is installed**. If this is different from the path in the source directory, then both paths can be used to facilitate in-place testing (see `asdf`'s own ``pyproject.toml`` for an example of this). +The ``asdf_schema_root`` may also start with a "wildcard" (``*``) which will cause +the plugin to match any path that contains the ``asdf_schema_root`` setting (without +the wildcard). + .. note:: Older versions of `asdf` (prior to 2.4.0) required the plugin to be registered