--- a/src/build/html/pyams_template.html Mon Jan 15 16:45:01 2018 +0100
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,236 +0,0 @@
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-
-<html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>PyAMS templates — PyAMS User Guide 0.1.0 documentation</title>
- <link rel="stylesheet" href="_static/pyramid.css" type="text/css" />
- <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
- <script type="text/javascript">
- var DOCUMENTATION_OPTIONS = {
- URL_ROOT: './',
- VERSION: '0.1.0',
- COLLAPSE_INDEX: false,
- FILE_SUFFIX: '.html',
- HAS_SOURCE: true,
- SOURCELINK_SUFFIX: '.txt'
- };
- </script>
- <script type="text/javascript" src="_static/jquery.js"></script>
- <script type="text/javascript" src="_static/underscore.js"></script>
- <script type="text/javascript" src="_static/doctools.js"></script>
- <link rel="index" title="Index" href="genindex.html" />
- <link rel="search" title="Search" href="search.html" />
-<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Neuton&subset=latin" type="text/css" media="screen" charset="utf-8" />
-<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Nobile:regular,italic,bold,bolditalic&subset=latin" type="text/css" media="screen" charset="utf-8" />
-<!--[if lte IE 6]>
-<link rel="stylesheet" href="_static/ie6.css" type="text/css" media="screen" charset="utf-8" />
-<![endif]-->
-
- </head>
- <body>
-
- <div class="related" role="navigation" aria-label="related navigation">
- <h3>Navigation</h3>
- <ul>
- <li class="right" style="margin-right: 10px">
- <a href="genindex.html" title="General Index"
- accesskey="I">index</a></li>
- <li class="right" >
- <a href="py-modindex.html" title="Python Module Index"
- >modules</a> |</li>
- <li class="nav-item nav-item-0"><a href="index.html">PyAMS User Guide 0.1.0 documentation</a> »</li>
- </ul>
- </div>
-
- <div class="document">
- <div class="documentwrapper">
- <div class="bodywrapper">
- <div class="body" role="main">
-
- <div class="section" id="pyams-templates">
-<span id="pyams-template"></span><h1>PyAMS templates<a class="headerlink" href="#pyams-templates" title="Permalink to this headline">¶</a></h1>
-<div class="section" id="module-pyams_template">
-<span id="module-contents"></span><h2>Module contents<a class="headerlink" href="#module-pyams_template" title="Permalink to this headline">¶</a></h2>
-<dl class="function">
-<dt id="pyams_template.includeme">
-<code class="descclassname">pyams_template.</code><code class="descname">includeme</code><span class="sig-paren">(</span><em>config</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_template.includeme" title="Permalink to this definition">¶</a></dt>
-<dd><p>Pyramid include</p>
-</dd></dl>
-
-</div>
-<div class="section" id="subpackages">
-<h2>Subpackages<a class="headerlink" href="#subpackages" title="Permalink to this headline">¶</a></h2>
-<div class="toctree-wrapper compound">
-<ul>
-<li class="toctree-l1"><a class="reference internal" href="pyams_template.interfaces.html">pyams_template.interfaces package</a><ul>
-<li class="toctree-l2"><a class="reference internal" href="pyams_template.interfaces.html#module-pyams_template.interfaces">Module contents</a></li>
-</ul>
-</li>
-<li class="toctree-l1"><a class="reference internal" href="pyams_template.tests.html">pyams_template.tests package</a><ul>
-<li class="toctree-l2"><a class="reference internal" href="pyams_template.tests.html#submodules">Submodules</a></li>
-<li class="toctree-l2"><a class="reference internal" href="pyams_template.tests.html#module-pyams_template.tests.test_utilsdocs">pyams_template.tests.test_utilsdocs module</a></li>
-<li class="toctree-l2"><a class="reference internal" href="pyams_template.tests.html#module-pyams_template.tests.test_utilsdocstrings">pyams_template.tests.test_utilsdocstrings module</a></li>
-<li class="toctree-l2"><a class="reference internal" href="pyams_template.tests.html#module-pyams_template.tests">Module contents</a></li>
-</ul>
-</li>
-</ul>
-</div>
-</div>
-<div class="section" id="submodules">
-<h2>Submodules<a class="headerlink" href="#submodules" title="Permalink to this headline">¶</a></h2>
-<div class="section" id="module-pyams_template.template">
-<span id="pyams-template-template-module"></span><h3>pyams_template.template module<a class="headerlink" href="#module-pyams_template.template" title="Permalink to this headline">¶</a></h3>
-<dl class="class">
-<dt id="pyams_template.template.BoundViewTemplate">
-<em class="property">class </em><code class="descclassname">pyams_template.template.</code><code class="descname">BoundViewTemplate</code><span class="sig-paren">(</span><em>pt</em>, <em>ob</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_template.template.BoundViewTemplate" title="Permalink to this definition">¶</a></dt>
-<dd><p>Bases: <code class="xref py py-class docutils literal"><span class="pre">object</span></code></p>
-</dd></dl>
-
-<dl class="class">
-<dt id="pyams_template.template.GetLayoutTemplate">
-<em class="property">class </em><code class="descclassname">pyams_template.template.</code><code class="descname">GetLayoutTemplate</code><span class="sig-paren">(</span><em>name=''</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_template.template.GetLayoutTemplate" title="Permalink to this definition">¶</a></dt>
-<dd><p>Bases: <a class="reference internal" href="#pyams_template.template.ViewTemplate" title="pyams_template.template.ViewTemplate"><code class="xref py py-class docutils literal"><span class="pre">pyams_template.template.ViewTemplate</span></code></a></p>
-</dd></dl>
-
-<dl class="class">
-<dt id="pyams_template.template.GetPageTemplate">
-<em class="property">class </em><code class="descclassname">pyams_template.template.</code><code class="descname">GetPageTemplate</code><span class="sig-paren">(</span><em>name=''</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_template.template.GetPageTemplate" title="Permalink to this definition">¶</a></dt>
-<dd><p>Bases: <a class="reference internal" href="#pyams_template.template.ViewTemplate" title="pyams_template.template.ViewTemplate"><code class="xref py py-class docutils literal"><span class="pre">pyams_template.template.ViewTemplate</span></code></a></p>
-</dd></dl>
-
-<dl class="class">
-<dt id="pyams_template.template.TemplateFactory">
-<em class="property">class </em><code class="descclassname">pyams_template.template.</code><code class="descname">TemplateFactory</code><span class="sig-paren">(</span><em>filename</em>, <em>contentType</em>, <em>macro=None</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_template.template.TemplateFactory" title="Permalink to this definition">¶</a></dt>
-<dd><p>Bases: <code class="xref py py-class docutils literal"><span class="pre">object</span></code></p>
-<p>Template factory.</p>
-<dl class="attribute">
-<dt id="pyams_template.template.TemplateFactory.template">
-<code class="descname">template</code><em class="property"> = None</em><a class="headerlink" href="#pyams_template.template.TemplateFactory.template" title="Permalink to this definition">¶</a></dt>
-<dd></dd></dl>
-
-</dd></dl>
-
-<dl class="class">
-<dt id="pyams_template.template.ViewTemplate">
-<em class="property">class </em><code class="descclassname">pyams_template.template.</code><code class="descname">ViewTemplate</code><span class="sig-paren">(</span><em>provides=<InterfaceClass pyams_template.interfaces.IPageTemplate></em>, <em>name=''</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_template.template.ViewTemplate" title="Permalink to this definition">¶</a></dt>
-<dd><p>Bases: <code class="xref py py-class docutils literal"><span class="pre">object</span></code></p>
-</dd></dl>
-
-<dl class="attribute">
-<dt id="pyams_template.template.get_layout_template">
-<code class="descclassname">pyams_template.template.</code><code class="descname">get_layout_template</code><a class="headerlink" href="#pyams_template.template.get_layout_template" title="Permalink to this definition">¶</a></dt>
-<dd><p>alias of <a class="reference internal" href="#pyams_template.template.GetLayoutTemplate" title="pyams_template.template.GetLayoutTemplate"><code class="xref py py-class docutils literal"><span class="pre">GetLayoutTemplate</span></code></a></p>
-</dd></dl>
-
-<dl class="attribute">
-<dt id="pyams_template.template.get_page_template">
-<code class="descclassname">pyams_template.template.</code><code class="descname">get_page_template</code><a class="headerlink" href="#pyams_template.template.get_page_template" title="Permalink to this definition">¶</a></dt>
-<dd><p>alias of <a class="reference internal" href="#pyams_template.template.GetPageTemplate" title="pyams_template.template.GetPageTemplate"><code class="xref py py-class docutils literal"><span class="pre">GetPageTemplate</span></code></a></p>
-</dd></dl>
-
-<dl class="attribute">
-<dt id="pyams_template.template.get_view_template">
-<code class="descclassname">pyams_template.template.</code><code class="descname">get_view_template</code><a class="headerlink" href="#pyams_template.template.get_view_template" title="Permalink to this definition">¶</a></dt>
-<dd><p>alias of <a class="reference internal" href="#pyams_template.template.ViewTemplate" title="pyams_template.template.ViewTemplate"><code class="xref py py-class docutils literal"><span class="pre">ViewTemplate</span></code></a></p>
-</dd></dl>
-
-<dl class="class">
-<dt id="pyams_template.template.layout_config">
-<em class="property">class </em><code class="descclassname">pyams_template.template.</code><code class="descname">layout_config</code><span class="sig-paren">(</span><em>**settings</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_template.template.layout_config" title="Permalink to this definition">¶</a></dt>
-<dd><p>Bases: <code class="xref py py-class docutils literal"><span class="pre">object</span></code></p>
-<p>Class decorator used to declare a layout template</p>
-<dl class="attribute">
-<dt id="pyams_template.template.layout_config.venusian">
-<code class="descname">venusian</code><em class="property"> = <module 'venusian' from '/var/local/env/pycharm/lib/python3.5/site-packages/venusian/__init__.py'></em><a class="headerlink" href="#pyams_template.template.layout_config.venusian" title="Permalink to this definition">¶</a></dt>
-<dd></dd></dl>
-
-</dd></dl>
-
-<dl class="class">
-<dt id="pyams_template.template.template_config">
-<em class="property">class </em><code class="descclassname">pyams_template.template.</code><code class="descname">template_config</code><span class="sig-paren">(</span><em>**settings</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_template.template.template_config" title="Permalink to this definition">¶</a></dt>
-<dd><p>Bases: <code class="xref py py-class docutils literal"><span class="pre">object</span></code></p>
-<p>Class decorator used to declare a view template</p>
-<dl class="attribute">
-<dt id="pyams_template.template.template_config.venusian">
-<code class="descname">venusian</code><em class="property"> = <module 'venusian' from '/var/local/env/pycharm/lib/python3.5/site-packages/venusian/__init__.py'></em><a class="headerlink" href="#pyams_template.template.template_config.venusian" title="Permalink to this definition">¶</a></dt>
-<dd></dd></dl>
-
-</dd></dl>
-
-</div>
-<div class="section" id="module-pyams_template.metadirectives">
-<span id="pyams-template-metadirectives-module"></span><h3>pyams_template.metadirectives module<a class="headerlink" href="#module-pyams_template.metadirectives" title="Permalink to this headline">¶</a></h3>
-</div>
-<div class="section" id="module-pyams_template.metaconfigure">
-<span id="pyams-template-metaconfigure-module"></span><h3>pyams_template.metaconfigure module<a class="headerlink" href="#module-pyams_template.metaconfigure" title="Permalink to this headline">¶</a></h3>
-<dl class="function">
-<dt id="pyams_template.metaconfigure.layout_template_directive">
-<code class="descclassname">pyams_template.metaconfigure.</code><code class="descname">layout_template_directive</code><span class="sig-paren">(</span><em>_context</em>, <em>template</em>, <em>name=''</em>, <em>for_=<InterfaceClass zope.interface.Interface></em>, <em>layer=<InterfaceClass pyramid.interfaces.IRequest></em>, <em>provides=<InterfaceClass pyams_template.interfaces.ILayoutTemplate></em>, <em>contentType='text/html'</em>, <em>macro=None</em>, <em>context=None</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_template.metaconfigure.layout_template_directive" title="Permalink to this definition">¶</a></dt>
-<dd></dd></dl>
-
-<dl class="function">
-<dt id="pyams_template.metaconfigure.template_directive">
-<code class="descclassname">pyams_template.metaconfigure.</code><code class="descname">template_directive</code><span class="sig-paren">(</span><em>_context</em>, <em>template</em>, <em>name=''</em>, <em>for_=<InterfaceClass zope.interface.Interface></em>, <em>layer=<InterfaceClass pyramid.interfaces.IRequest></em>, <em>provides=<InterfaceClass pyams_template.interfaces.IContentTemplate></em>, <em>contentType='text/html'</em>, <em>macro=None</em>, <em>context=None</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_template.metaconfigure.template_directive" title="Permalink to this definition">¶</a></dt>
-<dd></dd></dl>
-
-</div>
-</div>
-</div>
-
-
- </div>
- </div>
- </div>
- <div class="sphinxsidebar" role="navigation" aria-label="main navigation">
- <div class="sphinxsidebarwrapper">
- <h3><a href="index.html">Table Of Contents</a></h3>
- <ul>
-<li><a class="reference internal" href="#">PyAMS templates</a><ul>
-<li><a class="reference internal" href="#module-pyams_template">Module contents</a></li>
-<li><a class="reference internal" href="#subpackages">Subpackages</a></li>
-<li><a class="reference internal" href="#submodules">Submodules</a><ul>
-<li><a class="reference internal" href="#module-pyams_template.template">pyams_template.template module</a></li>
-<li><a class="reference internal" href="#module-pyams_template.metadirectives">pyams_template.metadirectives module</a></li>
-<li><a class="reference internal" href="#module-pyams_template.metaconfigure">pyams_template.metaconfigure module</a></li>
-</ul>
-</li>
-</ul>
-</li>
-</ul>
-
-<div id="searchbox" style="display: none" role="search">
- <h3>Quick search</h3>
- <form class="search" action="search.html" method="get">
- <div><input type="text" name="q" /></div>
- <div><input type="submit" value="Go" /></div>
- <input type="hidden" name="check_keywords" value="yes" />
- <input type="hidden" name="area" value="default" />
- </form>
-</div>
-<script type="text/javascript">$('#searchbox').show(0);</script>
- </div>
- </div>
- <div class="clearer"></div>
- </div>
- <div class="related" role="navigation" aria-label="related navigation">
- <h3>Navigation</h3>
- <ul>
- <li class="right" style="margin-right: 10px">
- <a href="genindex.html" title="General Index"
- >index</a></li>
- <li class="right" >
- <a href="py-modindex.html" title="Python Module Index"
- >modules</a> |</li>
- <li class="nav-item nav-item-0"><a href="index.html">PyAMS User Guide 0.1.0 documentation</a> »</li>
- </ul>
- </div>
- <div class="footer" role="contentinfo">
- © Copyright 2017, Thierry Florac.
- Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.6.5.
- </div>
- </body>
-</html>
\ No newline at end of file