readthedocs / sphinxcontrib-dotnetdomain

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

Consistent display order for the different type of type members #44

Open danroth27 opened 8 years ago

danroth27 commented 8 years ago

Generally, I would expect to see type members listed roughly in this order:

Currently the order seems to change from build to build. Sometime constructors are last. Sometimes constructors are in the middle:

image

The order should make sense and be consistent.

agjohnson commented 8 years ago

+1, we need to do a second pass at the templates, and create a common output format. Currently, the Python templates are minimal, and don't match the style here.