Add page titles and header texts for all python API ref documentation

* Try to guide people looking for an introduction away from API references and
  towards actual explanations and documentation.
This commit is contained in:
baldurk
2024-12-17 14:32:25 +00:00
parent b76bb49994
commit 8634d8ff22
23 changed files with 130 additions and 64 deletions
@@ -1,7 +1,10 @@
Common Pipeline State Abstraction
=================================
API Reference: Common Pipeline State Abstraction
================================================
.. contents::
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`.
.. contents:: Sections
:local:
.. currentmodule:: renderdoc
@@ -1,7 +1,10 @@
D3D11 Pipeline State
====================
API Reference: D3D11 Pipeline State
====================================
.. contents::
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`.
.. contents:: Sections
:local:
.. currentmodule:: renderdoc
@@ -1,7 +1,10 @@
D3D12 Pipeline State
====================
API Reference: D3D12 Pipeline State
====================================
.. contents::
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`.
.. contents:: Sections
:local:
.. currentmodule:: renderdoc
+6 -3
View File
@@ -1,7 +1,10 @@
OpenGL Pipeline State
=====================
API Reference: OpenGL Pipeline State
=====================================
.. contents::
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`.
.. contents:: Sections
:local:
.. currentmodule:: renderdoc
@@ -1,5 +1,7 @@
Pipeline State Objects
======================
API Reference: Pipeline State Objects
======================================
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`.
.. toctree::
:maxdepth: 1
@@ -1,7 +1,10 @@
Vulkan Pipeline State
=====================
API Reference: Vulkan Pipeline State
=====================================
.. contents::
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`.
.. contents:: Sections
:local:
.. currentmodule:: renderdoc