[all-commits] [llvm/llvm-project] 51ab17: [lldb][docs] Fix reference warnings in python-refe...
Raphael Isemann via All-commits
all-commits at lists.llvm.org
Tue Jul 6 01:17:36 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 51ab17b91d2e3280d08c09648bb4950c0e217d20
https://github.com/llvm/llvm-project/commit/51ab17b91d2e3280d08c09648bb4950c0e217d20
Author: Raphael Isemann <teemperor at gmail.com>
Date: 2021-07-06 (Tue, 06 Jul 2021)
Changed paths:
M lldb/docs/use/python-reference.rst
Log Message:
-----------
[lldb][docs] Fix reference warnings in python-reference.rst
References with a single '`' around them are interpreted as references instead
of text with monospaced font since the introduction of the new Python API
generator. This meant that all the single-quoted code in this document that
doesn't reference any Python class was throwing sphinx errors. This just adds
the neede extra ` around this code and fixed up the legitimate typos
(e.g. `SBframe` -> `SBFrame`).
More information about the All-commits
mailing list