diff options
author | Daniel Malea <daniel.malea@intel.com> | 2013-07-19 19:15:45 +0000 |
---|---|---|
committer | Daniel Malea <daniel.malea@intel.com> | 2013-07-19 19:15:45 +0000 |
commit | 7b4d27c53bba414b4ebe426b17f225a888493745 (patch) | |
tree | e753a5733e872ebff7441de2a5fac9e283ecd08c /lldb/www/python-reference.html | |
parent | 83c728b58156835b5706a500cc8c83808fda36a5 (diff) | |
download | bcm5719-llvm-7b4d27c53bba414b4ebe426b17f225a888493745.tar.gz bcm5719-llvm-7b4d27c53bba414b4ebe426b17f225a888493745.zip |
Add another link to the Python API docs.
llvm-svn: 186712
Diffstat (limited to 'lldb/www/python-reference.html')
-rwxr-xr-x | lldb/www/python-reference.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/www/python-reference.html b/lldb/www/python-reference.html index d247cfcfda8..cc3cc786c46 100755 --- a/lldb/www/python-reference.html +++ b/lldb/www/python-reference.html @@ -33,7 +33,7 @@ <h1 class ="postheader">Documentation</h1>
<div class="postcontent">
- <p>The LLDB API is contained in a python module named <b>lldb</b>. Help is available through the standard python help and documentation. To get an overview of the <b>lldb</b> python module you can execute the following command:</p>
+ <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>
<code><pre><tt>(lldb) <b>script help(lldb)</b>
Help on package lldb:
|