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:
baldurk
2026-08-13 21:05:12 +01:00
parent e032466be2
commit 5b90b75b79
18 changed files with 627 additions and 0 deletions
+2
View File
@@ -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>