diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2016-01-06 20:12:03 +0000 | 
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2016-01-06 20:12:03 +0000 | 
| commit | 9e6d35490a6542f9c97607f93c2ef8ca8e03cbcc (patch) | |
| tree | dd2a1ddf0476664c2b823409c36cbccd52662ca7 /www/python_reference/index.html | |
| parent | 3bd2e91faeb9eeec1aae82c64a3253afff551cfd (diff) | |
Notes
Diffstat (limited to 'www/python_reference/index.html')
| -rw-r--r-- | www/python_reference/index.html | 17 | 
1 files changed, 17 insertions, 0 deletions
| diff --git a/www/python_reference/index.html b/www/python_reference/index.html new file mode 100644 index 000000000000..af59a1114ec5 --- /dev/null +++ b/www/python_reference/index.html @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="iso-8859-1"?> +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" +          "DTD/xhtml1-frameset.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> +<head> +  <title> LLDB python API </title> +</head> +<frameset cols="20%,80%"> +  <frameset rows="30%,70%"> +    <frame src="toc.html" name="moduleListFrame" +           id="moduleListFrame" /> +    <frame src="toc-everything.html" name="moduleFrame" +           id="moduleFrame" /> +  </frameset> +  <frame src="module-tree.html" name="mainFrame" id="mainFrame" /> +</frameset> +</html> | 
