Skip to content

Commit

Permalink
Deploying to gh-pages from @ ce71ace 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
vvmruder committed Dec 1, 2023
1 parent 2ccdf9a commit 784f839
Show file tree
Hide file tree
Showing 6 changed files with 160 additions and 1 deletion.
Binary file added .doctrees/contrib/print_proxy/xml2pdf.doctree
Binary file not shown.
Binary file modified .doctrees/environment.pickle
Binary file not shown.
39 changes: 39 additions & 0 deletions _sources/contrib/print_proxy/xml2pdf.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
.. _contrib-print_proxy-xml2pdf:

XML2PDF
-------

Configuration
.............


To properly configure the XML2PDF print service of GISDATEN AG, you need specific configuration in the section
``print`` of your ``yaml`` file.
Please see the `standard configuration file
<https://github.com/openoereb/pyramid_oereb/blob/master/pyramid_oereb/standard/pyramid_oereb.yml.mako>`__
as an example, or use the ``create_standard_yaml`` script to regenerate your configuration file with the desired options.




.. _api-pyramid_oereb-contrib-print_proxy-xml_2_pdf:

.. automodule:: pyramid_oereb.contrib.print_proxy.xml_2_pdf


.. _api-pyramid_oereb-contrib-print_proxy-xml_2_pdf-xml_2_pdf:

.. automodule:: pyramid_oereb.contrib.print_proxy.xml_2_pdf.xml_2_pdf


.. _api-pyramid_oereb-contrib-print_proxy-xml_2_pdf-xml_2_pdf-renderer:

*Xml 2 Pdf Renderer*
^^^^^^^^^^^^^^^^^^^^

.. autoclass:: pyramid_oereb.contrib.print_proxy.xml_2_pdf.xml_2_pdf.Renderer
:members:
:inherited-members:

.. automethod:: __init__

120 changes: 120 additions & 0 deletions contrib/print_proxy/xml2pdf.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,120 @@
<!DOCTYPE html>
<html class="writer-html5" lang="en" data-content_root="../../">
<head>
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>XML2PDF &mdash; pyramid_oereb documentation</title>
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=fa44fd50" />
<link rel="stylesheet" type="text/css" href="../../_static/css/theme.css?v=19f00094" />


<!--[if lt IE 9]>
<script src="../../_static/js/html5shiv.min.js"></script>
<![endif]-->

<script src="../../_static/documentation_options.js?v=5929fcd5"></script>
<script src="../../_static/doctools.js?v=888ff710"></script>
<script src="../../_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="../../_static/js/theme.js"></script>
<link rel="index" title="Index" href="../../genindex.html" />
<link rel="search" title="Search" href="../../search.html" />
</head>

<body class="wy-body-for-nav">
<div class="wy-grid-for-nav">
<nav data-toggle="wy-nav-shift" class="wy-nav-side">
<div class="wy-side-scroll">
<div class="wy-side-nav-search" >



<a href="../../index.html" class="icon icon-home">
pyramid_oereb
</a>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../../search.html" method="get">
<input type="text" name="q" placeholder="Search docs" aria-label="Search docs" />
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
</div>
</div><div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="Navigation menu">
<p class="caption" role="heading"><span class="caption-text">Contents:</span></p>
<ul>
<li class="toctree-l1"><a class="reference internal" href="../../installation.html">Installation</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../installation-dev.html">Installation for DEV’s</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../makefile.html">Makefile</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../configuration.html">Configuration</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../changes.html">Changes/Hints for migration</a></li>
<li class="toctree-l1"><a class="reference internal" href="../index.html">Contribution</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../core/index.html">Core</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../faq.html">FAQ</a></li>
</ul>

</div>
</div>
</nav>

<section data-toggle="wy-nav-shift" class="wy-nav-content-wrap"><nav class="wy-nav-top" aria-label="Mobile navigation menu" >
<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
<a href="../../index.html">pyramid_oereb</a>
</nav>

<div class="wy-nav-content">
<div class="rst-content">
<div role="navigation" aria-label="Page navigation">
<ul class="wy-breadcrumbs">
<li><a href="../../index.html" class="icon icon-home" aria-label="Home"></a></li>
<li class="breadcrumb-item active">XML2PDF</li>
<li class="wy-breadcrumbs-aside">
</li>
</ul>
<hr/>
</div>
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
<div itemprop="articleBody">

<section id="xml2pdf">
<span id="contrib-print-proxy-xml2pdf"></span><h1>XML2PDF<a class="headerlink" href="#xml2pdf" title="Link to this heading"></a></h1>
<section id="configuration">
<h2>Configuration<a class="headerlink" href="#configuration" title="Link to this heading"></a></h2>
<p>To properly configure the XML2PDF print service of GISDATEN AG, you need specific configuration in the section
<code class="docutils literal notranslate"><span class="pre">print</span></code> of your <code class="docutils literal notranslate"><span class="pre">yaml</span></code> file.
Please see the <a class="reference external" href="https://github.com/openoereb/pyramid_oereb/blob/master/pyramid_oereb/standard/pyramid_oereb.yml.mako">standard configuration file</a>
as an example, or use the <code class="docutils literal notranslate"><span class="pre">create_standard_yaml</span></code> script to regenerate your configuration file with the desired options.</p>
<section id="xml-2-pdf-renderer">
<span id="api-pyramid-oereb-contrib-print-proxy-xml-2-pdf-xml-2-pdf-renderer"></span><span id="api-pyramid-oereb-contrib-print-proxy-xml-2-pdf-xml-2-pdf"></span><span id="api-pyramid-oereb-contrib-print-proxy-xml-2-pdf"></span><h3><em>Xml 2 Pdf Renderer</em><a class="headerlink" href="#xml-2-pdf-renderer" title="Link to this heading"></a></h3>
</section>
</section>
</section>


</div>
</div>
<footer>

<hr/>

<div role="contentinfo">
<p>&#169; Copyright 2017-2022, openoereb community.</p>
</div>

Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
<a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
provided by <a href="https://readthedocs.org">Read the Docs</a>.


</footer>
</div>
</div>
</section>
</div>
<script>
jQuery(function () {
SphinxRtdTheme.Navigation.enable(true);
});
</script>

</body>
</html>
Binary file modified objects.inv
Binary file not shown.
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

0 comments on commit 784f839

Please sign in to comment.