jbms / sphinx-immaterial

Adaptation of the popular mkdocs-material material design theme to the sphinx documentation system
https://jbms.github.io/sphinx-immaterial/
Other
177 stars 28 forks source link

Support methods/properties/functions that are aliased #357

Closed jbms closed 2 days ago

jbms commented 4 days ago

Previously, if the same function, method or property was assigned to an additional name in the same scope, it was documented as an independent entity.

With this change, it is documented together with the entity that it aliases as an additional signature.