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

When stored signal signatures are available, use them to generate docs #176

Closed nyalldawson closed 1 week ago

nyalldawson commented 2 weeks ago

Fixes https://github.com/qgis/QGIS/issues/50903

Requires https://github.com/qgis/QGIS/pull/58573

Now we get useful documentation for the arguments given by signals!

image

nyalldawson commented 1 week ago

@3nids happy for me to merge?