[Lldb-commits] [lldb] r186712 - Add another link to the Python API docs.

Daniel Malea daniel.malea at intel.com
Fri Jul 19 12:15:45 PDT 2013


Author: dmalea
Date: Fri Jul 19 14:15:45 2013
New Revision: 186712

URL: http://llvm.org/viewvc/llvm-project?rev=186712&view=rev
Log:
Add another link to the Python API docs.

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=186712&r1=186711&r2=186712&view=diff
==============================================================================
--- lldb/trunk/www/python-reference.html (original)
+++ lldb/trunk/www/python-reference.html Fri Jul 19 14:15:45 2013
@@ -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:
 





More information about the lldb-commits mailing list