From e86032b129410e9e86a681aff8b8e7369f355691 Mon Sep 17 00:00:00 2001 From: sunshine <sunshine> Date: Wed, 18 Aug 2004 12:13:56 +0000 Subject: [PATCH] Ver 0.9.1 --- apps/sam/python/doc/epydoc/html/index.html | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 apps/sam/python/doc/epydoc/html/index.html diff --git a/apps/sam/python/doc/epydoc/html/index.html b/apps/sam/python/doc/epydoc/html/index.html new file mode 100644 index 0000000000..b275c95e64 --- /dev/null +++ b/apps/sam/python/doc/epydoc/html/index.html @@ -0,0 +1,13 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN"> +<html> +<head> + <title> API Documentation </title> +</head> +<frameset cols="20%,80%"> + <frameset rows="30%,70%"> + <frame src="public/toc.html" name="moduleListFrame"> + <frame src="public/toc-everything.html" name="moduleFrame"> + </frameset> + <frame src="public/i2p-module.html" name="mainFrame"> +</frameset> +</html> -- GitLab