mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-08-25 16:06:31 +00:00
Rewrite python docs & onboarding to be more opinionated
* The docs now explicitly tell people how to write UI scripts, then UI extensions, with as quick a start as possible, and go into detail in later documents. Use of the python module directly is also not featured prominently as this is a rare use-case for casual scripting needs.
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
<RCC>
|
||||
<qresource prefix="/py">
|
||||
<file alias="tutorial/first_steps.py">../../docs/python_api/first_steps.py</file>
|
||||
<file alias="tutorial/ui_extensions.py">../../docs/python_api/ui_extensions.py</file>
|
||||
<file alias="examples/show_buffer.py">../../docs/python_api/examples/show_buffer.py</file>
|
||||
<file alias="examples/show_texture.py">../../docs/python_api/examples/show_texture.py</file>
|
||||
<file alias="examples/iter_actions.py">../../docs/python_api/examples/iter_actions.py</file>
|
||||
|
||||
Reference in New Issue
Block a user