Skip to content

Commit

Permalink
[docs] Use doxylink to link to doxygen markdown section
Browse files Browse the repository at this point in the history
  • Loading branch information
ischoegl committed Jul 22, 2023
1 parent 9d2d290 commit dd478eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interfaces/cython/cantera/_utils.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit dd478eb

Please sign in to comment.