diff options
author | Jarrod Millman <millman@berkeley.edu> | 2007-09-23 14:29:19 +0000 |
---|---|---|
committer | Jarrod Millman <millman@berkeley.edu> | 2007-09-23 14:29:19 +0000 |
commit | 1794d8a4c4fe696170921e6d020e69553c92a20a (patch) | |
tree | 009bf1e40dcbe00f529868492bf61494bc837ef6 /numpy/doc/html/frames.html | |
parent | 7afbac20de2dab458578b7575d10509664a7b237 (diff) | |
download | numpy-1794d8a4c4fe696170921e6d020e69553c92a20a.tar.gz |
get the example working
Diffstat (limited to 'numpy/doc/html/frames.html')
-rw-r--r-- | numpy/doc/html/frames.html | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/numpy/doc/html/frames.html b/numpy/doc/html/frames.html new file mode 100644 index 000000000..6ebc67e75 --- /dev/null +++ b/numpy/doc/html/frames.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> API Documentation </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="example-module.html" name="mainFrame" id="mainFrame" /> +</frameset> +</html> |