Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Try json #39

Merged
merged 6 commits into from
Nov 7, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified docs/build/doctrees/ImageDict.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/db.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/environment.pickle
Binary file not shown.
Binary file modified docs/build/doctrees/index.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/savefig.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/test.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/versions.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/webpage.doctree
Binary file not shown.
1,158 changes: 328 additions & 830 deletions docs/build/html/_modules/ImageMetaTag/webpage.html

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/build/html/_sources/versions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ Versions of Python

The ImageMetaTag module has been tested on the following versions:
* Python 2.7.6 ( GCC 4.4.6 20120305 (Red Hat 4.4.6-4) on linux2)
* Python 2.7.12 ( GCC 4.4.7 20120313 (Red Hat 4.4.7-1)] on linux2 )
24 changes: 9 additions & 15 deletions docs/build/html/genindex.html
Original file line number Diff line number Diff line change
Expand Up @@ -104,10 +104,14 @@ <h2 id="C">C</h2>
<dt><a href="ImageDict.html#ImageMetaTag.check_for_required_keys">check_for_required_keys() (in module ImageMetaTag)</a>
</dt>


<dt><a href="ImageDict.html#ImageMetaTag.ImageDict.copy_except_dict_and_keys">copy_except_dict_and_keys() (ImageMetaTag.ImageDict method)</a>
</dt>

</dl></td>
<td style="width: 33%" valign="top"><dl>

<dt><a href="ImageDict.html#ImageMetaTag.ImageDict.copy_except_dict_and_keys">copy_except_dict_and_keys() (ImageMetaTag.ImageDict method)</a>
<dt><a href="webpage.html#ImageMetaTag.webpage.copy_required_javascript">copy_required_javascript() (in module ImageMetaTag.webpage)</a>
</dt>

</dl></td>
Expand Down Expand Up @@ -270,12 +274,6 @@ <h2 id="P">P</h2>
<dt><a href="db.html#ImageMetaTag.db.process_select_star_from">process_select_star_from() (in module ImageMetaTag.db)</a>
</dt>

</dl></td>
<td style="width: 33%" valign="top"><dl>

<dt><a href="webpage.html#ImageMetaTag.webpage.py_to_js_bool">py_to_js_bool() (in module ImageMetaTag.webpage)</a>
</dt>

</dl></td>
</tr></table>

Expand Down Expand Up @@ -363,25 +361,21 @@ <h2 id="W">W</h2>
</dt>


<dt><a href="webpage.html#ImageMetaTag.webpage.write_js">write_js() (in module ImageMetaTag.webpage)</a>
<dt><a href="webpage.html#ImageMetaTag.webpage.write_js_placeholders">write_js_placeholders() (in module ImageMetaTag.webpage)</a>
</dt>

</dl></td>
<td style="width: 33%" valign="top"><dl>

<dt><a href="webpage.html#ImageMetaTag.webpage.write_js_placeholders">write_js_placeholders() (in module ImageMetaTag.webpage)</a>
</dt>


<dt><a href="webpage.html#ImageMetaTag.webpage.write_js_setup">write_js_setup() (in module ImageMetaTag.webpage)</a>
<dt><a href="webpage.html#ImageMetaTag.webpage.write_js_setup_defaults">write_js_setup_defaults() (in module ImageMetaTag.webpage)</a>
</dt>


<dt><a href="webpage.html#ImageMetaTag.webpage.write_js_setup_defaults">write_js_setup_defaults() (in module ImageMetaTag.webpage)</a>
<dt><a href="webpage.html#ImageMetaTag.webpage.write_js_to_header">write_js_to_header() (in module ImageMetaTag.webpage)</a>
</dt>


<dt><a href="webpage.html#ImageMetaTag.webpage.write_page_head_and_start_body">write_page_head_and_start_body() (in module ImageMetaTag.webpage)</a>
<dt><a href="webpage.html#ImageMetaTag.webpage.write_json">write_json() (in module ImageMetaTag.webpage)</a>
</dt>

</dl></td>
Expand Down
Binary file modified docs/build/html/objects.inv
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/build/html/searchindex.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/build/html/versions.html
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ <h1>Versions of Python<a class="headerlink" href="#versions-of-python" title="Pe
<dt>The ImageMetaTag module has been tested on the following versions:</dt>
<dd><ul class="first last simple">
<li>Python 2.7.6 ( GCC 4.4.6 20120305 (Red Hat 4.4.6-4) on linux2)</li>
<li>Python 2.7.12 ( GCC 4.4.7 20120313 (Red Hat 4.4.7-1)] on linux2 )</li>
</ul>
</dd>
</dl>
Expand Down
110 changes: 52 additions & 58 deletions docs/build/html/webpage.html

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/source/versions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ Versions of Python

The ImageMetaTag module has been tested on the following versions:
* Python 2.7.6 ( GCC 4.4.6 20120305 (Red Hat 4.4.6-4) on linux2)
* Python 2.7.12 ( GCC 4.4.7 20120313 (Red Hat 4.4.7-1)] on linux2 )
Loading