From a4e1dbda82fbb02d03ae51de33db67968438539f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20L=C3=B3pez=20Barr=C3=B3n?= Date: Mon, 30 Dec 2024 07:02:01 +1100 Subject: [PATCH] Revert "hoverxref not linking on end to end" This reverts commit 59e2f735e0f98653edc3fcad9bd22da6c3fa3313. --- 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 9b418da1..08363e81 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:** :func:`grill.cook.define_taxon` +**API:** :py:func:`grill.cook.define_taxon` .. hint::