aboutsummaryrefslogtreecommitdiffstats
path: root/resources/pocco.html
diff options
context:
space:
mode:
authorNick Fitzgerald <fitzgen@gmail.com>2010-07-08 09:59:49 -0700
committerNick Fitzgerald <fitzgen@gmail.com>2010-07-08 10:56:09 -0700
commit45eb989f4283210e8abe11d8bd1ccc425284acba (patch)
tree3d7c073e1f3a1e643c999da16e9231750aa010ad /resources/pocco.html
parent7571b670a09719bd32e15a33761fab27731e7f1e (diff)
downloadpycco-45eb989f4283210e8abe11d8bd1ccc425284acba.tar.gz
pycco-45eb989f4283210e8abe11d8bd1ccc425284acba.zip
Renaming Pocco to Pycco
Diffstat (limited to 'resources/pocco.html')
-rw-r--r--resources/pocco.html46
1 files changed, 0 insertions, 46 deletions
diff --git a/resources/pocco.html b/resources/pocco.html
deleted file mode 100644
index 9855a52..0000000
--- a/resources/pocco.html
+++ /dev/null
@@ -1,46 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
- <meta http-equiv="content-type" content="text/html;charset=utf-8">
- <title>{{ title }}</title>
- <link rel="stylesheet" href="pocco.css">
-</head>
-<body>
-<div id='container'>
- <div id="background"></div>
- {{#sources?}}
- <div id="jump_to">
- Jump To &hellip;
- <div id="jump_wrapper">
- <div id="jump_page">
- {{#sources}}
- <a class="source" href="{{ url }}">{{ basename }}</a>
- {{/sources}}
- </div>
- </div>
- </div>
- {{/sources?}}
- <table cellspacing=0 cellpadding=0>
- <thead>
- <tr>
- <th class=docs><h1>{{ title }}</h1></th>
- <th class=code></th>
- </tr>
- </thead>
- <tbody>
- {{#sections}}
- <tr id='section-{{ num }}'>
- <td class=docs>
- <div class="octowrap">
- <a class="octothorpe" href="#section-{{ num }}">#</a>
- </div>
- {{{ docs_html }}}
- </td>
- <td class=code>
- <div class='highlight'><pre>{{{ code_html }}}</pre></div>
- </td>
- </tr>
- {{/sections}}
- </table>
-</div>
-</body>