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

« back to all changes in this revision

Viewing changes to doc/runtime.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:
6
6
    
7
7
                The Mako Runtime Environment
8
8
             —
9
 
    Mako 0.9.1 Documentation
 
9
    Mako 1.0.0 Documentation
10
10
</title>
11
11
 
12
12
<!-- begin iterate through sphinx environment css_files -->
13
13
    <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
14
14
    <link rel="stylesheet" href="_static/docs.css" type="text/css" />
15
15
    <link rel="stylesheet" href="_static/site.css" type="text/css" />
 
16
    <link rel="stylesheet" href="_static/changelog.css" type="text/css" />
 
17
    <link rel="stylesheet" href="_static/sphinx_paramlinks.css" type="text/css" />
16
18
<!-- end iterate through sphinx environment css_files -->
17
19
 
18
20
 
22
24
    <script type="text/javascript">
23
25
      var DOCUMENTATION_OPTIONS = {
24
26
          URL_ROOT:    './',
25
 
          VERSION:     '0.9.1',
 
27
          VERSION:     '1.0.0',
26
28
          COLLAPSE_MODINDEX: false,
27
29
          FILE_SUFFIX: '.html'
28
30
      };
32
34
        <script type="text/javascript" src="_static/doctools.js"></script>
33
35
    <link rel="index" title="Index" href="genindex.html" />
34
36
    <link rel="search" title="Search" href="search.html" />
35
 
    <link rel="top" title="Mako 0.9.1 Documentation" href="index.html" />
 
37
    <link rel="top" title="Mako 1.0.0 Documentation" href="index.html" />
36
38
        <link rel="next" title="Namespaces" href="namespaces.html" />
37
39
        <link rel="prev" title="Defs and Blocks" href="defs.html" />
38
40
 
71
73
 
72
74
 
73
75
<div id="docs-header">
74
 
    <h1>Mako 0.9.1 Documentation</h1>
 
76
    <h1>Mako 1.0.0 Documentation</h1>
75
77
 
76
78
    <div id="docs-search">
77
79
    Search:
83
85
    </div>
84
86
 
85
87
    <div id="docs-version-header">
86
 
        Release: <span class="version-num">0.9.1</span>
 
88
        Release: <span class="version-num">1.0.0</span>
87
89
 
88
90
    </div>
89
91
 
108
110
    </div>
109
111
 
110
112
    <div id="docs-navigation-banner">
111
 
        <a href="index.html">Mako 0.9.1 Documentation</a>
 
113
        <a href="index.html">Mako 1.0.0 Documentation</a>
112
114
        » 
113
115
                The Mako Runtime Environment
114
116