~ubuntu-branches/ubuntu/utopic/mako/utopic-proposed

« back to all changes in this revision

Viewing changes to doc/index.html

  • Committer: Package Import Robot
  • Author(s): Piotr Ożarowski
  • Date: 2014-06-10 20:38:26 UTC
  • mfrom: (1.4.7)
  • Revision ID: package-import@ubuntu.com-20140610203826-5gtppywd9v3gf14a
Tags: 1.0.0-1
* New upstream release
* Add python-changelog and python-sphinx-paramlinks to Build-Depends
  (needed while rebuilding documentation)
* Enable Python 3.X tests during build (add necessary packages to
  Build-Depends)
* Update links to upstream changelog (now points to changelog.rst)
* Add lintian override for source-is-missing doc/searchindex.js
  (this file is generated by sphinx-build, all sources are in the tarball)

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
4
4
<head>
5
5
<title>
6
 
    Mako 0.9.1 Documentation
 
6
    Mako 1.0.0 Documentation
7
7
</title>
8
8
 
9
9
<!-- begin iterate through sphinx environment css_files -->
10
10
    <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
11
11
    <link rel="stylesheet" href="_static/docs.css" type="text/css" />
12
12
    <link rel="stylesheet" href="_static/site.css" type="text/css" />
 
13
    <link rel="stylesheet" href="_static/changelog.css" type="text/css" />
 
14
    <link rel="stylesheet" href="_static/sphinx_paramlinks.css" type="text/css" />
13
15
<!-- end iterate through sphinx environment css_files -->
14
16
 
15
17
 
19
21
    <script type="text/javascript">
20
22
      var DOCUMENTATION_OPTIONS = {
21
23
          URL_ROOT:    './',
22
 
          VERSION:     '0.9.1',
 
24
          VERSION:     '1.0.0',
23
25
          COLLAPSE_MODINDEX: false,
24
26
          FILE_SUFFIX: '.html'
25
27
      };
29
31
        <script type="text/javascript" src="_static/doctools.js"></script>
30
32
    <link rel="index" title="Index" href="genindex.html" />
31
33
    <link rel="search" title="Search" href="search.html" />
32
 
    <link rel="top" title="Mako 0.9.1 Documentation" href="#" />
 
34
    <link rel="top" title="Mako 1.0.0 Documentation" href="#" />
33
35
        <link rel="next" title="Usage" href="usage.html" />
34
36
 
35
37
 
67
69
 
68
70
 
69
71
<div id="docs-header">
70
 
    <h1>Mako 0.9.1 Documentation</h1>
 
72
    <h1>Mako 1.0.0 Documentation</h1>
71
73
 
72
74
    <div id="docs-search">
73
75
    Search:
79
81
    </div>
80
82
 
81
83
    <div id="docs-version-header">
82
 
        Release: <span class="version-num">0.9.1</span>
 
84
        Release: <span class="version-num">1.0.0</span>
83
85
 
84
86
    </div>
85
87
 
101
103
    </div>
102
104
 
103
105
    <div id="docs-navigation-banner">
104
 
        <a href="#">Mako 0.9.1 Documentation</a>
 
106
        <a href="#">Mako 1.0.0 Documentation</a>
105
107
 
106
108
        <h2>
107
109
            
172
174
<li class="toctree-l2"><a class="reference internal" href="inheritance.html#but-what-about-defs">But what about Defs?</a></li>
173
175
<li class="toctree-l2"><a class="reference internal" href="inheritance.html#using-the-next-namespace-to-produce-content-wrapping">Using the <tt class="docutils literal"><span class="pre">next</span></tt> Namespace to Produce Content Wrapping</a></li>
174
176
<li class="toctree-l2"><a class="reference internal" href="inheritance.html#using-the-parent-namespace-to-augment-defs">Using the <tt class="docutils literal"><span class="pre">parent</span></tt> Namespace to Augment Defs</a></li>
 
177
<li class="toctree-l2"><a class="reference internal" href="inheritance.html#using-include-with-template-inheritance">Using <tt class="docutils literal"><span class="pre">&lt;%include&gt;</span></tt> with Template Inheritance</a></li>
175
178
<li class="toctree-l2"><a class="reference internal" href="inheritance.html#inheritable-attributes">Inheritable Attributes</a></li>
176
179
</ul>
177
180
</li>
196
199
<li class="toctree-l2"><a class="reference internal" href="caching.html#api-reference">API Reference</a></li>
197
200
</ul>
198
201
</li>
 
202
<li class="toctree-l1"><a class="reference internal" href="changelog.html">Changelog</a><ul>
 
203
<li class="toctree-l2"><a class="reference internal" href="changelog.html#id1">1.0</a></li>
 
204
<li class="toctree-l2"><a class="reference internal" href="changelog.html#id2">0.9</a></li>
 
205
<li class="toctree-l2"><a class="reference internal" href="changelog.html#id3">0.8</a></li>
 
206
<li class="toctree-l2"><a class="reference internal" href="changelog.html#id4">0.7</a></li>
 
207
<li class="toctree-l2"><a class="reference internal" href="changelog.html#older-versions">Older Versions</a></li>
 
208
</ul>
 
209
</li>
199
210
</ul>
200
211
</div>
201
212
<div class="section" id="indices-and-tables">