[Lldb-commits] [PATCH] D104281: [lldb][docs] Add reference docs for Lua scripting

Siger Young via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Jun 15 00:19:27 PDT 2021


siger-young added a comment.

In D104281#2818620 <https://reviews.llvm.org/D104281#2818620>, @teemperor wrote:

> Instead of copying the text from the Python page, I was actually thinking whether we should make the 'scripting' page more generic and just add the language-specific examples for Python and Lua there. I am not sure what's the best way to do that visually though with RST. We could just go for raw HTML and use a tab switcher like this:

In fact, the same idea also occurred to me before. I think it's also achievable by a plugin sphinx-code-tabs.

I will try to improve the whole scripting section in this kind of way.

> Also I don't think a lot of LLDB distributors include Lua at the moment, so I think that should be pointed out at some point, otherwise this leads to confusion.

Yes. I will put some tips at the beginning of the docs.

I will update the patch in few weeks.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D104281/new/

https://reviews.llvm.org/D104281



More information about the lldb-commits mailing list