From 8bf6eea00ae73dea631ebed748ddc0ce5cf2a691 Mon Sep 17 00:00:00 2001 From: alphasentaurii Date: Wed, 4 Dec 2024 10:54:17 -0500 Subject: [PATCH] precommit fixes --- docs/source/core.rst | 2 +- docs/source/extending-asdf.rst | 2 +- docs/source/yaml_schema.rst | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/source/core.rst b/docs/source/core.rst index 30c2d377..90c1685c 100644 --- a/docs/source/core.rst +++ b/docs/source/core.rst @@ -9,7 +9,7 @@ asdf library. .. toctree:: :maxdepth: 1 :hidden: - + .. asdf-autoschemas:: core/asdf-1.1.0 diff --git a/docs/source/extending-asdf.rst b/docs/source/extending-asdf.rst index 441b6b79..d24cee50 100644 --- a/docs/source/extending-asdf.rst +++ b/docs/source/extending-asdf.rst @@ -2,7 +2,7 @@ Schema Design and Editing ========================= - + .. _designing-new-schema: Designing a new tag and schema diff --git a/docs/source/yaml_schema.rst b/docs/source/yaml_schema.rst index 3bccb633..830e59ff 100644 --- a/docs/source/yaml_schema.rst +++ b/docs/source/yaml_schema.rst @@ -23,7 +23,7 @@ Writing a new schema is described in :ref:`designing-new-schema`. become mandatory in a future version of the YAML Standard. The ``tag`` keyword may also eventually become mandatory, although the motivation for this is somewhat weaker. - + .. _yaml-schema-draft-01: