diff options
author | Nick Fitzgerald <fitzgen@gmail.com> | 2010-07-09 11:42:24 -0700 |
---|---|---|
committer | Nick Fitzgerald <fitzgen@gmail.com> | 2010-07-09 11:42:24 -0700 |
commit | 1937035182b4a8dae63252a0856b4d8e3df4e64d (patch) | |
tree | ce018cb1b318ea731c37e79e6b027e71a58c5541 /resources/pycco.html | |
parent | 94a9262fc1c5ea3e1dc1dee9d988d586edef324c (diff) | |
download | pycco-1937035182b4a8dae63252a0856b4d8e3df4e64d.tar.gz pycco-1937035182b4a8dae63252a0856b4d8e3df4e64d.zip |
renamed: resources/pycco.css -> pycco_resources/pycco.css
renamed: resources/pycco.html -> pycco_resources/pycco.html
Diffstat (limited to 'resources/pycco.html')
-rw-r--r-- | resources/pycco.html | 46 |
1 files changed, 0 insertions, 46 deletions
diff --git a/resources/pycco.html b/resources/pycco.html deleted file mode 100644 index 67ba4e0..0000000 --- a/resources/pycco.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="pycco.css"> -</head> -<body> -<div id='container'> - <div id="background"></div> - {{#sources?}} - <div id="jump_to"> - Jump To … - <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> |