[PyQt] Updated PyQt Documents - Feedback Please

Phil Thompson phil at riverbankcomputing.com
Fri Sep 28 17:16:15 BST 2018


On 28 Sep 2018, at 5:10 pm, Kyle Altendorf <sda at fstab.net> wrote:
> 
> On 2018-09-28 11:38, Phil Thompson wrote:
>> I've made a new release of the PyQt documentation at...
>> https://pyqt.readthedocs.io
> 
>> Any feedback and suggestions for improvement are welcome.
> 
> 
> Thanks Phil.  While this isn't as big a deal for me I know that many people without C++ background ask for this.
> 
> I second the suggestion to have a link to the C++ docs.  If you are parsing the C++ source perhaps you could even provide GitHub links to the C++ source?  Obviously an 'advanced' feature but it'd be handy at times.  I also like aspects of their structure which could be applied here.  I like the separation of methods overridden by a given class in the C++ docs, though people do admittedly regularly miss the 'all members' links in the Qt docs.  Also separation of static methods.  You already have the signals separate.  You have the 'inherits' section, the 'inherited by' section is nice for navigating the opposite direction.
> 
> I don't by any means think the C++ docs should be a reference standard to copy, but I do find many aspects useful.
> 
> Oh yeah, thumbs up for not SourceForge.  :]  Their frequent downtime has been an annoyance.

There's quite a lot of useful information that isn't currently shown - eg. whether a C++ method is virtual and/or protected. Also any object ownership changes. The problem is how to represent these clearly and concisely. It's further complicated by the fact that most method arguments don't have names.

Phil


More information about the PyQt mailing list