diff options
author | Jarrod Millman <millman@berkeley.edu> | 2007-09-23 14:36:47 +0000 |
---|---|---|
committer | Jarrod Millman <millman@berkeley.edu> | 2007-09-23 14:36:47 +0000 |
commit | 6d231a93982ac7f5541ee77bf8aa9fadfe6617a3 (patch) | |
tree | 53d6f88e90504eea383a292c1af1dd1c5ae3fe4f /numpy/doc/html/frames.html | |
parent | 35c715529973c7f2ab5d207ad813da2c16f45ccf (diff) | |
download | numpy-6d231a93982ac7f5541ee77bf8aa9fadfe6617a3.tar.gz |
one more try
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> |