-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'upstream/master'
- Loading branch information
Showing
43 changed files
with
2,066 additions
and
347 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[run] | ||
source = | ||
pyramid_oereb/contrib/data_sources/oereblex/*.py |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[run] | ||
source = | ||
pyramid_oereb/core/adapter.py |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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__ | ||
|
Oops, something went wrong.