<div dir="ltr">I think it's a great improvement over what was there before.<div><br></div><div>My first criticism is that it's a bit confusing to get to the important part (the actual API documentation, which has been what a lot of people here were asking for), it's hidden in the lower right-hand corner ("Modules | Classes | Index").  Why not add these to the bulleted list, towards the top? </div><div><br></div><div>Second, would it be possible to add a link from each PyQt5 class API page, to the official Qt5 API page?</div></div><br><div class="gmail_quote"><div dir="ltr">On Fri, Sep 28, 2018 at 11:39 AM Phil Thompson <<a href="mailto:phil@riverbankcomputing.com">phil@riverbankcomputing.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I've made a new release of the PyQt documentation at...<br>
<br>
<a href="https://pyqt.readthedocs.io" rel="noreferrer" target="_blank">https://pyqt.readthedocs.io</a><br>
<br>
This is the first stage of creating complete PyQt5 documentation (similar to what was done with the PyQt4 documentation).<br>
<br>
The documentation is created from 4 sources:<br>
<br>
- "static" text files<br>
- .sip files that provide the objects (modules, classes, enums etc) being documented with hooks<br>
  for "description files"<br>
- the Qt source code which provide the initial content of the description files<br>
- the description files which will be updated over time (a long time!) to become more Pythonic<br>
  as required.<br>
<br>
The system is designed so that it can be updated with new PyQt and Qt releases without losing any user-written changes to the description files.<br>
<br>
For the moment the description files are just stubs (lots of TODOs) because I wanted feedback on the overall structure before populating it from the Qt documentation.<br>
<br>
There are lots of outstanding issues that will be addressed over time. For example, nested classes are only referenced from the class index (mainly an issue for the classes that implement enum flags).<br>
<br>
Any feedback and suggestions for improvement are welcome.<br>
<br>
Phil<br>
_______________________________________________<br>
PyQt mailing list    <a href="mailto:PyQt@riverbankcomputing.com" target="_blank">PyQt@riverbankcomputing.com</a><br>
<a href="https://www.riverbankcomputing.com/mailman/listinfo/pyqt" rel="noreferrer" target="_blank">https://www.riverbankcomputing.com/mailman/listinfo/pyqt</a></blockquote></div>