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`.