diff options
author | Stefan van der Walt <stefan@sun.ac.za> | 2008-08-23 23:17:23 +0000 |
---|---|---|
committer | Stefan van der Walt <stefan@sun.ac.za> | 2008-08-23 23:17:23 +0000 |
commit | 5c86844c34674e3d580ac2cd12ef171e18130b13 (patch) | |
tree | 2fdf1150706c07c7e193eb7483ce58a5074e5774 /doc/html/toc-example-module.html | |
parent | 376d483d31c4c5427510cf3a8c69fc795aef63aa (diff) | |
download | numpy-5c86844c34674e3d580ac2cd12ef171e18130b13.tar.gz |
Move documentation outside of source tree. Remove `doc` import from __init__.
Diffstat (limited to 'doc/html/toc-example-module.html')
-rw-r--r-- | doc/html/toc-example-module.html | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/doc/html/toc-example-module.html b/doc/html/toc-example-module.html new file mode 100644 index 000000000..c691dccae --- /dev/null +++ b/doc/html/toc-example-module.html @@ -0,0 +1,33 @@ +<?xml version="1.0" encoding="ascii"?> +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" + "DTD/xhtml1-transitional.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> +<head> + <title>example</title> + <link rel="stylesheet" href="epydoc.css" type="text/css" /> + <script type="text/javascript" src="epydoc.js"></script> +</head> + +<body bgcolor="white" text="black" link="blue" vlink="#204080" + alink="#204080"> +<h1 class="toc">Module example</h1> +<hr /> + <h2 class="toc">Functions</h2> + <a target="mainFrame" href="example-module.html#foo" + >foo</a><br /> <a target="mainFrame" href="example-module.html#newfunc" + >newfunc</a><br /> <a target="mainFrame" href="example-module.html#otherfunc" + >otherfunc</a><br /><hr /> +<span class="options">[<a href="javascript:void(0);" class="privatelink" + onclick="toggle_private();">hide private</a>]</span> + +<script type="text/javascript"> + <!-- + // Private objects are initially displayed (because if + // javascript is turned off then we want them to be + // visible); but by default, we want to hide them. So hide + // them unless we have a cookie that says to show them. + checkCookie(); + // --> +</script> +</body> +</html> |