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

Use a proper table for module TOC #162

Closed nyalldawson closed 1 month ago

nyalldawson commented 1 month ago

And include the brief description of classes in the table.

Before:

image

After:

image

nyalldawson commented 1 month ago

Now groups classes by logical group, eg:

image

image

nyalldawson commented 1 month ago

@3nids what's involved in publishing a new version to the actual site? When's that triggered?

3nids commented 1 month ago

Every push to main on this repo will publish a new version, otherwise it's at least once per week if there is no activity here.

It used the Deb packages, so any change on QGIS source takes a couple of days to be reflected.