From 345702124cfd3e64e232958864e50fa9fb9b7334 Mon Sep 17 00:00:00 2001 From: Cristian Maureira-Fredes Date: Mon, 30 Jul 2018 10:42:05 +0200 Subject: Update qt5 doc URL from missing binding generator We were still using the snapshot URL, just changed it. Also there was a badly formatted string that I changed. Change-Id: Ieff657740a646e3e3fdbee142ff68f9c7793c47e Reviewed-by: Alexandru Croitor Reviewed-by: Friedemann Kleint Reviewed-by: Christian Tismer --- missing_bindings.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/missing_bindings.py b/missing_bindings.py index 2d9267455..3fa97f0b5 100644 --- a/missing_bindings.py +++ b/missing_bindings.py @@ -216,7 +216,7 @@ qt_documentation_website_prefixes['5.6'] = 'http://doc.qt.io/qt-5.6/' qt_documentation_website_prefixes['5.8'] = 'http://doc.qt.io/qt-5.8/' qt_documentation_website_prefixes['5.9'] = 'http://doc.qt.io/qt-5.9/' qt_documentation_website_prefixes['5.10'] = 'http://doc.qt.io/qt-5.10/' -qt_documentation_website_prefixes['5.11'] = 'http://doc-snapshots.qt.io/qt5-5.11/' +qt_documentation_website_prefixes['5.11'] = 'http://doc.qt.io/qt-5/' qt_documentation_website_prefixes['dev'] = 'http://doc-snapshots.qt.io/qt5-dev/' @@ -305,8 +305,8 @@ def log(*pargs, **kw): log('PySide2 bindings for Qt {}'.format(args.version), style='heading1') -log("""Using Qt version {} documentation to find public API Qt types and test " - "if the types are present in the PySide2 package.""".format(args.version)) +log("""Using Qt version {} documentation to find public API Qt types and test +if the types are present in the PySide2 package.""".format(args.version)) log("""Results are usually stored at https://wiki.qt.io/PySide2_Missing_Bindings -- cgit v1.2.3