<div dir="ltr">Dear PSC, <div><br></div><div>I have spent the 3 days on improving the PyQGIS docs.</div><div>Here is what has been done:</div><div><br></div><div>* refactoring of the build scripts (much clearer now)</div><div>* updating the forked theme (to support versioning) with upstream</div><div>* added processing to the documentation (still some work to be done here)</div><div>* remove empty sections (enum, signal, attributes) in pages  <a href="https://github.com/qgis/pyqgis/pull/40" target="_blank">https://github.com/qgis/pyqgis/pull/40</a></div><div>* add return types and param rtype (and links within the API docs) <a href="https://github.com/qgis/pyqgis/pull/41" target="_blank">https://github.com/qgis/pyqgis/pull/41</a></div><div><br></div><div>The last one was a tricky one. We currently cannot use existing tools (like sphinx-auto-typehints) since SIP does not fill the __annotations__ dictionary. Maybe another reason to look towards Qt for Python. Anyway, I added custom event handler around autodoc to manually process the docstring.</div><div><br></div><div>I believe this was a good shot for the docs, and I guess we would benefit from having such maintenance and small improvements sponsored work each year. Of course, I'm blowing my own horn, and I'd like to propose my application for next year. </div><div><br></div><div>Thanks for your confidence.</div><div>Denis</div><div><br></div></div>