aboutsummaryrefslogtreecommitdiff
path: root/docs/public/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/public/index.html')
-rw-r--r--docs/public/index.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/public/index.html b/docs/public/index.html
new file mode 100644
index 0000000..77678a0
--- /dev/null
+++ b/docs/public/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="toc.html" name="moduleListFrame">
+ <frame src="toc-everything.html" name="moduleFrame">
+ </frameset>
+ <frame src="paramiko-module.html" name="mainFrame">
+</frameset>
+</html>