Open
Description
In Hypothesis' docs, we often have functions which show default arguments, where it seems like those values could be auto-linked. For example, st.datetimes(min_value=datetime.datetime.min, ...)
could link to datetime.datetime.min
. This is definitely not a priority for us, but I thought I'd mention the idea 🙂