From dd478eb809c5307108761442977a52e6aa5e49cb Mon Sep 17 00:00:00 2001 From: Ingmar Schoegl Date: Fri, 21 Jul 2023 19:34:09 -0600 Subject: [PATCH] [docs] Use doxylink to link to doxygen markdown section --- interfaces/cython/cantera/_utils.pyx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interfaces/cython/cantera/_utils.pyx b/interfaces/cython/cantera/_utils.pyx index a914da72c73..3480f88f606 100644 --- a/interfaces/cython/cantera/_utils.pyx +++ b/interfaces/cython/cantera/_utils.pyx @@ -174,7 +174,7 @@ cdef class AnyMap(dict): A key-value store representing objects defined in Cantera's YAML input format. Extends the capabilities of a normal `dict` object by providing functions for - converting values between different unit systems. See YAML Format Reference for + converting values between different unit systems. See :ct:`sec-yaml-units` for details on how units are handled in YAML input files. """ def __cinit__(self, *args, **kwawrgs):