Closed
Description
Expected Behavior
Numpydoc section 14 provides the following syntax for creating a reference inside a References section
.. [1] O. McNoleg, "The integration of GIS, remote sensing,
expert systems and adaptive co-kriging for environmental habitat
modelling of the Highland Haggis using object-oriented, fuzzy-logic
and neural-network techniques," Computers & Geosciences, vol. 22,
pp. 585-588, 1996.
that can be linked in a Notes section with the following syntax [1]_
.
Actual Behavior
The reference displays as raw strings with no link.
Additional info
pdoc version: 0.9.1
This is my first time submitting an issue on GitHub and today is my first day using Numpydoc/pdoc, so if I'm doing something wrong just let me know!