qgis / pyqgis-api-docs-builder

Sphinx project to build python API documentation for QGIS
https://qgis.org/pyqgis/master/
GNU General Public License v2.0
86 stars 31 forks source link

Label signals as signals #182

Open nyalldawson opened 1 week ago

nyalldawson commented 1 week ago

While the toc at the top of class pages shows signals separately, there's nothing differentiating a signal from a function in the actual body of the pages. Ideally we'd put a label somewhere on the signature line for "signal", like what's shown for static methods.