From 59e2f735e0f98653edc3fcad9bd22da6c3fa3313 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20L=C3=B3pez=20Barr=C3=B3n?= Date: Mon, 30 Dec 2024 07:00:02 +1100 Subject: [PATCH] hoverxref not linking on end to end MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Christian López Barrón --- docs/source/end_to_end.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/end_to_end.rst b/docs/source/end_to_end.rst index 08363e81..9b418da1 100644 --- a/docs/source/end_to_end.rst +++ b/docs/source/end_to_end.rst @@ -34,7 +34,7 @@ Defining Taxonomy For asset organization, ``The Grill`` uses the concept of asset `taxonomy`_. This is a hierarchy for organizing assets into groups (``Taxa``) where members of each individual group (``Taxon``) share characteristics (e.g. ``Characters``, ``Props`` and ``Shots`` are common organizational groups found on ``Film`` and ``Animation`` projects). -**API:** :py:func:`grill.cook.define_taxon` +**API:** :func:`grill.cook.define_taxon` .. hint::