File: package-index.html

package info (click to toggle)
python-authkit 0.4.1~r143-1
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 740 kB
  • ctags: 703
  • sloc: python: 4,643; makefile: 39; sh: 33
file content (17 lines) | stat: -rw-r--r-- 472 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0"?>
<?python
def initialize(t):
    t.index_document = t.generator.index_document
    t.title = t.index_document['title'] + " -- Module Reference"
?>
<div xmlns:py="http://purl.org/kid/ns#"
     py:extends="'layout.html', 'common.html'"
     py:strip="">
  
  <ul id="breadcrumbs">
      <li class="breadcrumb first">Module Reference</li>
  </ul>
  
  ${module_index_table(browser.modules(recursive=0), qualified_names=1, split_packages=True)}
  
</div>