From 9283e70169c7b8c141cedd1bc1120decdc8024d1 Mon Sep 17 00:00:00 2001 From: Ryan Ly Date: Tue, 22 Mar 2022 22:54:14 -0700 Subject: [PATCH] Revert changes to fix warning about hardcoded link The warning is overaggressive: https://github.com/sphinx-doc/sphinx/issues/10112 and RST does not support nesting of directives/prefixes so we cannot use both :bdg-link-primary: and :nwb_extension_git: --- docs/source/core_tools/core_tools_home.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/core_tools/core_tools_home.rst b/docs/source/core_tools/core_tools_home.rst index 6d4d259..0bcc03a 100644 --- a/docs/source/core_tools/core_tools_home.rst +++ b/docs/source/core_tools/core_tools_home.rst @@ -67,7 +67,7 @@ Neurodata Extensions (NDX) are used to extend the NWB data standard, e.g., to in **NDX Template** - The :ndx-template-docs:`NDX Template <>` provides a template for creating Neurodata Extensions (NDX) for the NWB data standard. :bdg-link-primary:`Source ` + The :ndx-template-docs:`NDX Template <>` provides a template for creating Neurodata Extensions (NDX) for the NWB data standard. :bdg-link-primary:`Source ` When creating a new extension, the NDX-template will create a detailed NEXTSTEPS.md file describing how to create an extension and how to submit it to the NDX catalog. @@ -77,7 +77,7 @@ Neurodata Extensions (NDX) are used to extend the NWB data standard, e.g., to in **Publishing NDX** - The :nwb_extension_git:`staged-extensions` GitHub repository is used to register new extensions for publication in the :ndx-catalog:`Neurodata Extensions Catalog (NDX Catalog) <>`. :bdg-link-primary:`Source ` + The :nwb_extension_git:`staged-extensions` GitHub repository is used to register new extensions for publication in the :ndx-catalog:`Neurodata Extensions Catalog (NDX Catalog) <>`. :bdg-link-primary:`Source ` **Documentation Utilities**