Plugin for proper resolve intersphinx references for Qt elements
Project description
Sphinx Qt documentation
This is plugin to add cross link to qt documentation for python code created with PyQt5 or PySide2.
Currently it support qtpy
, Qt.py
wrappers and PyQt5
and PySide2
.
This extension provides one configuration option:
qt_documentation
with possible values:
- PyQt5 - linking to PyQt documentation on https://www.riverbankcomputing.com/static/Docs/PyQt5/api/ (incomplete)
- Qt5 - linking to Qt5 documentation on "https://doc.qt.io/qt-5/" (default)
- PySide2 - linking to PySide2 documentation on "https://doc.qt.io/qtforpython/PySide2/"
For default this extension use inv
file from PyQt5 to resolve objects.
to overwrite this behaviour set another url for intersphinx_mapping[PyQt5]
ex.:
intersphinx_mapping = {...
"PyQt5": (custom_url, None),
...}
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Close
Hashes for sphinx_qt_documentation-0.2.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3da7d21cd81f6d778cbed8a6a9a07e9dd060ab98d400b747bff994928e8a246d |
|
MD5 | 1182cbf60543349f79980f9fbe919904 |
|
BLAKE2b-256 | 0dbdd305c20a583fff86627bebdf023f6dceb3cf70d7c6132b7f5229f45bba5a |
Close
Hashes for sphinx_qt_documentation-0.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 83915cb69c754f7ddbbcad52f6b55b381fcabdd90028639e24e7de3366deb93f |
|
MD5 | 11c8cc1313c2fcecc328dd8add3efb72 |
|
BLAKE2b-256 | fe4f4ce613ec925a4cbcac8c117300290748c8274369284905a9306fbd8eb908 |