Add another link to the Python API docs.
authorDaniel Malea <daniel.malea@intel.com>
Fri, 19 Jul 2013 19:15:45 +0000 (19:15 +0000)
committerDaniel Malea <daniel.malea@intel.com>
Fri, 19 Jul 2013 19:15:45 +0000 (19:15 +0000)
llvm-svn: 186712

lldb/www/python-reference.html

index d247cfc..cc3cc78 100755 (executable)
@@ -33,7 +33,7 @@
                        <h1 class ="postheader">Documentation</h1>\r
                        <div class="postcontent">\r
 \r
-                    <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>\r
+                    <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>\r
 <code><pre><tt>(lldb) <b>script help(lldb)</b>\r
     Help on package lldb:\r
 \r