diff options
Diffstat (limited to 'sources/pyside6')
| -rw-r--r-- | sources/pyside6/doc/conf.py.in | 2 | ||||
| -rw-r--r-- | sources/pyside6/doc/developer/documentation.rst | 4 | ||||
| -rw-r--r-- | sources/pyside6/doc/tools/index.rst | 22 |
3 files changed, 25 insertions, 3 deletions
diff --git a/sources/pyside6/doc/conf.py.in b/sources/pyside6/doc/conf.py.in index 0deea6eb1..16335ac04 100644 --- a/sources/pyside6/doc/conf.py.in +++ b/sources/pyside6/doc/conf.py.in @@ -176,7 +176,7 @@ html_logo = "@CMAKE_CURRENT_SOURCE_DIR@/_static/qtforpython.png" # The name of an image file (within the static path) to use as favicon of the # docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32 # pixels large. -html_favicon = "_static/qtforpython.ico" +html_favicon = "@CMAKE_CURRENT_SOURCE_DIR@/_static/qtforpython.ico" # Add any paths that contain custom static files (such as style sheets) here, # relative to this directory. They are copied after the builtin static files, diff --git a/sources/pyside6/doc/developer/documentation.rst b/sources/pyside6/doc/developer/documentation.rst index 517bd46f1..2d8d32fcb 100644 --- a/sources/pyside6/doc/developer/documentation.rst +++ b/sources/pyside6/doc/developer/documentation.rst @@ -67,7 +67,7 @@ The others have main-test drivers for checking. There are 2 scripts used for determining the inheritance: * ``json_inheritance.py`` (env var ``INHERITANCE_FILE``) reads a - inheritance.json file containing the class hierarchy generated by - shiboken's doc generator. +inheritance.json file containing the class hierarchy generated by +shiboken's doc generator. * ``import_inheritance.py`` actually tries to import the class (legacy) diff --git a/sources/pyside6/doc/tools/index.rst b/sources/pyside6/doc/tools/index.rst index b421a428f..41d4697db 100644 --- a/sources/pyside6/doc/tools/index.rst +++ b/sources/pyside6/doc/tools/index.rst @@ -209,3 +209,25 @@ Qt Quick 3D :link-type: ref a graphical user interface for the ``pyside6-balsam`` tool. + +.. toctree:: + :hidden: + + pyside-assistant + pyside-designer + pyside-genpyi + pyside-linguist + pyside-lrelease + pyside-lupdate + pyside-metaobjectdump + pyside-project + pyside-qml + pyside-qmlcachegen + pyside-qmllint + pyside-qmltyperegistrar + pyside-rcc + pyside-uic + pyside6-balsam + pyside6-balsamui + pyside6-qmlimportscanner + pyside6-qsb |
