[Lldb-commits] [PATCH] D94489: [lldb][docs] Use sphinx instead of epydoc to generate LLDB's Python reference

Thorsten via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Sun Jan 17 07:34:36 PST 2021


tschuett added a comment.

In D94489#2503685 <https://reviews.llvm.org/D94489#2503685>, @teemperor wrote:

> In D94489#2503662 <https://reviews.llvm.org/D94489#2503662>, @tschuett wrote:
>
>> There is no syntax highlighting for Python in sphinx? The code in
>> https://lldb.llvm.org/python_api/lldb.SBDebugger.html#lldb.SBDebugger
>> is hard to read.
>>
>> Even the line breaks between the source code and web page differ.
>
> There is, but someone (probably me) needs to rewrite and update all the documentation in restructured text so that sphinx knows this is a code example (previously we had just plaintext). Currently working on all that.

Thanks!


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D94489



More information about the lldb-commits mailing list