Rename python shell to python scripting window in docs

This commit is contained in:
baldurk
2026-08-13 21:05:11 +01:00
parent 1bad994e84
commit eb27bd34bf
5 changed files with 33 additions and 31 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ The data is known internally as *structured data* and it can be examined in memo
In-capture access
-----------------
The structured data is available through the :doc:`python scripting <../window/python_shell>`. As an example, we look at one function call from a capture:
The structured data is available through the :doc:`python scripting <../window/python_scripting>`. As an example, we look at one function call from a capture:
First we obtain the :class:`~renderdoc.APIEvent` that we want to examine, as the last event in an action's list of events and find the chunk index it refers to: