From 157cace58d4761cb42a8003d47221e55dce95da9 Mon Sep 17 00:00:00 2001 From: Nicola Soranzo Date: Wed, 16 Dec 2020 02:24:46 +0000 Subject: [PATCH] Use `:ref:` to cross-reference a fragment in another page xref. https://github.com/galaxyproject/planemo/pull/1110#issuecomment-744441753 --- docs/_writing_multiple_outputs.rst | 2 ++ docs/_writing_tool_metadata.rst | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/_writing_multiple_outputs.rst b/docs/_writing_multiple_outputs.rst index 486ee7298..a85867b59 100644 --- a/docs/_writing_multiple_outputs.rst +++ b/docs/_writing_multiple_outputs.rst @@ -1,3 +1,5 @@ +.. _multiple-output-files: + Multiple Output Files =========================================== diff --git a/docs/_writing_tool_metadata.rst b/docs/_writing_tool_metadata.rst index 77aaff7be..57cb2a2a4 100644 --- a/docs/_writing_tool_metadata.rst +++ b/docs/_writing_tool_metadata.rst @@ -9,7 +9,7 @@ be used to collect metadata. If an arbitrary number of outputs is needed but no special metadata must be set, file name patterns can be used to allow Galaxy to discover these datasets. -More information on this can be found in the dedicated `section `__. +More information on this can be found in the :ref:`dedicated section `. The file name patterns described in the above link are nice because they don't need special instrumenting in the tool wrapper to adapt to Galaxy in general and