diff options
Diffstat (limited to 'apidocs/index.html')
-rw-r--r-- | apidocs/index.html | 61 |
1 files changed, 61 insertions, 0 deletions
diff --git a/apidocs/index.html b/apidocs/index.html new file mode 100644 index 0000000..cf4740f --- /dev/null +++ b/apidocs/index.html @@ -0,0 +1,61 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" + "DTD/xhtml1-strict.dtd"> +<html> + <head> + <title> + API Documentation for + testtools + </title> + <meta content="text/html;charset=utf-8" http-equiv="Content-Type" /> + <link href="bootstrap.min.css" type="text/css" rel="stylesheet" /> + <link href="apidocs.css" type="text/css" rel="stylesheet" /> + </head> + <body> + + <nav class="navbar navbar-default"> + <div class="container"> + + <div class="navbar-header"> + <a href="index.html" class="navbar-brand"> + testtools API Documentation + </a> + </div> + </div> + </nav> + + <div class="container"> + <h2> + Get Started + </h2> + <ul> + <li> + A listing of <a href="moduleIndex.html">all modules and + packages</a>, organized by package hierarchy. + </li> + <li> + A listing of <a href="classIndex.html">all classes</a>, + organized by inheritance hierarchy. + </li> + <li> + A listing of <a href="nameIndex.html">all functions, classes, + modules and packages</a>, ordered by name. + </li> + + + <li>Start at <a href="testtools.html" class="code">testtools</a>, the root package.</li> + + </ul> + <h2> + About + </h2> + <p> + This documentation was automatically generated by + <a href="https://github.com/twisted/pydoctor/">pydoctor</a> + at 2015-07-01 16:11:28. + </p> + + </div> + + </body> +</html>
\ No newline at end of file |