Open Luthaf opened 4 years ago
I'm about 80% sure that we would have to take over the low-level rendering of functions, interfaces, etc., where we currently use the bits Sphinx provides for free. I'm not against that, but it would be a bit of a project. I welcome any who want to undertake it; I agree it's an eminently sane feature.
Now I'm 100% sure, for what that's worth. :-)
Hi, and thanks a lot for this package! I am using it to document a typescript project, and I have a feature request.
Code like this
currently renders as
It would greatly improve navigation if the types of parameters (
index.Person
andindex.Bar
) where links to the documentation for the type.Is it currently possible to do this?
Thanks for your time