Give more explicit API reference titles to python doc pages

This commit is contained in:
baldurk
2026-08-13 21:05:12 +01:00
parent 1292134b47
commit e032466be2
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
qrenderdoc python module
========================
API Reference: ``qrenderdoc``
=============================
This is the API reference for the functions, classes, and enums in the ``qrenderdoc`` module which represents the UI-specific interface for integrating with the UI and writing UI extensions. For more high-level information and instructions on using the python API, see :doc:`../index` and :doc:`../ui_extensions`.
+2 -2
View File
@@ -1,5 +1,5 @@
renderdoc python module
=======================
API Reference: ``renderdoc``
============================
This is the API reference for the functions, classes, and enums in the ``renderdoc`` module which represents the underlying interface that the UI is built on top of. For more high-level information and instructions on using the python API, see :doc:`../index`.