diff options
author | Jason Molenda <jmolenda@apple.com> | 2013-08-19 20:46:15 +0000 |
---|---|---|
committer | Jason Molenda <jmolenda@apple.com> | 2013-08-19 20:46:15 +0000 |
commit | f131c82b75f69da35236a482b43b5f9849821bb4 (patch) | |
tree | a68d12ee48ea3b181c77ab2e3a7c58210f6da72c /lldb/www/python-reference.html | |
parent | ab89ea2cb21b281e56288da434f6db1755b8b7d5 (diff) | |
download | bcm5719-llvm-f131c82b75f69da35236a482b43b5f9849821bb4.tar.gz bcm5719-llvm-f131c82b75f69da35236a482b43b5f9849821bb4.zip |
Make the link to the Python API docs more explicit in the Python Reference page.
llvm-svn: 188704
Diffstat (limited to 'lldb/www/python-reference.html')
-rwxr-xr-x | lldb/www/python-reference.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lldb/www/python-reference.html b/lldb/www/python-reference.html index cc3cc786c46..cb06f924665 100755 --- a/lldb/www/python-reference.html +++ b/lldb/www/python-reference.html @@ -33,7 +33,8 @@ <h1 class ="postheader">Documentation</h1>
<div class="postcontent">
- <p>The LLDB API is contained in a python module named <b>lldb</b> documented <a href="python_reference/index.html">here</a>. The documentation is also accessible in an interactive debugger session with the following command:</p>
+ <p>The LLDB API is contained in a python module named <b>lldb</b>. A useful resource when writing Python extensions is the <a href="python_reference/index.html">lldb Python classes reference guide</a>.</p>
+ <p>The documentation is also accessible in an interactive debugger session with the following command:</p>
<code><pre><tt>(lldb) <b>script help(lldb)</b>
Help on package lldb:
|