[Lldb-commits] [lldb] r188704 - Make the link to the Python API docs more explicit in the Python Reference page.

Jason Molenda jmolenda at apple.com
Mon Aug 19 13:46:16 PDT 2013


Author: jmolenda
Date: Mon Aug 19 15:46:15 2013
New Revision: 188704

URL: http://llvm.org/viewvc/llvm-project?rev=188704&view=rev
Log:
Make the link to the Python API docs more explicit in the Python Reference page.

Modified:
    lldb/trunk/www/python-reference.html

Modified: lldb/trunk/www/python-reference.html
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/www/python-reference.html?rev=188704&r1=188703&r2=188704&view=diff
==============================================================================
--- lldb/trunk/www/python-reference.html (original)
+++ lldb/trunk/www/python-reference.html Mon Aug 19 15:46:15 2013
@@ -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:
 





More information about the lldb-commits mailing list