From e032466be26ae8b6c0a8245379e15e23f5796fcb Mon Sep 17 00:00:00 2001 From: baldurk Date: Tue, 23 Jun 2026 16:01:36 +0100 Subject: [PATCH] Give more explicit API reference titles to python doc pages --- docs/python_api/qrenderdoc/index.rst | 4 ++-- docs/python_api/renderdoc/index.rst | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/python_api/qrenderdoc/index.rst b/docs/python_api/qrenderdoc/index.rst index 2789a9df7..4b137d1ac 100644 --- a/docs/python_api/qrenderdoc/index.rst +++ b/docs/python_api/qrenderdoc/index.rst @@ -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`. diff --git a/docs/python_api/renderdoc/index.rst b/docs/python_api/renderdoc/index.rst index 75c55bdbd..789241511 100644 --- a/docs/python_api/renderdoc/index.rst +++ b/docs/python_api/renderdoc/index.rst @@ -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`.