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

Raphael Isemann via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Jan 17 07:32:59 PST 2021


teemperor added a comment.

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.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D94489



More information about the llvm-commits mailing list