readthedocs / sphinxcontrib-dotnetdomain

A Sphinx domain for .NET languages
MIT License
15 stars 17 forks source link

Add nested parameter linking #54

Closed agjohnson closed 8 years ago

agjohnson commented 8 years ago

This adds nested parameter linking to parameter and return types. This uses a special output format from the autoapi output to link reference types.

Refs rtfd/sphinx-autoapi#66

ericholscher commented 8 years ago

:+1: Looks good. Would be good to get some of these as integration tests as well as unit tests, so we know that we're properly working with Sphinx itself, along with the basic strings we're passing in to tests. That is a larger issue though, and can be addressed in it's own PR.