Add Python-docs to webpage
[lms] / www / python-api / index.html
diff --git a/www/python-api/index.html b/www/python-api/index.html
new file mode 100644 (file)
index 0000000..ed55b2d
--- /dev/null
@@ -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/lightmediascanner-module.html" name="mainFrame">
+</frameset>
+</html>