[all-commits] [llvm/llvm-project] 261000: [lldb/docs] Breakdown python reference into multip...
Med Ismail Bennani via All-commits
all-commits at lists.llvm.org
Fri Sep 12 20:03:57 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 261000760fba7ab353962fbc1a74c194acd3e097
https://github.com/llvm/llvm-project/commit/261000760fba7ab353962fbc1a74c194acd3e097
Author: Med Ismail Bennani <ismail at bennani.ma>
Date: 2025-09-12 (Fri, 12 Sep 2025)
Changed paths:
M lldb/docs/.htaccess
M lldb/docs/use/python-reference.rst
R lldb/docs/use/python.rst
A lldb/docs/use/tutorials/accessing-documentation.md
A lldb/docs/use/tutorials/automating-stepping-logic.md
A lldb/docs/use/tutorials/breakpoint-triggered-scripts.md
A lldb/docs/use/tutorials/creating-custom-breakpoints.md
A lldb/docs/use/tutorials/custom-frame-recognizers.md
A lldb/docs/use/tutorials/extending-target-stop-hooks.md
A lldb/docs/use/tutorials/implementing-standalone-scripts.md
A lldb/docs/use/tutorials/python-embedded-interpreter.md
A lldb/docs/use/tutorials/script-driven-debugging.md
A lldb/docs/use/tutorials/writing-custom-commands.md
Log Message:
-----------
[lldb/docs] Breakdown python reference into multiple files (#158331)
This pages improve the LLDB website documentation readability and
discoverability by breaking down the very long python-reference page
into multiple subpages each explaining a specific topic.
The long term goal is to have tutorials for every scripting extension.
This also converts the pages to markdown, since it's easier to write.
Signed-off-by: Med Ismail Bennani <ismail at bennani.ma>
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list