added api html files

This commit is contained in:
tylerlaberge
2016-09-10 17:32:55 -04:00
parent be1224df46
commit 585ae7e016
108 changed files with 17737 additions and 1 deletions

17
html/frames.html vendored Normal file
View File

@@ -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="pypat-module.html" name="mainFrame" id="mainFrame" />
</frameset>
</html>