Skip to content

Commit

Permalink
v0.7.6 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
shyuep committed Sep 13, 2014
1 parent 9c69941 commit f475bfa
Show file tree
Hide file tree
Showing 41 changed files with 476 additions and 259 deletions.
4 changes: 2 additions & 2 deletions custodian/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
__author__ = "Shyue Ping Ong, William Davidson Richards, Stephen Dacek, " \
"Xiaohui Qu"
__date__ = "Jul 14 2014"
__version__ = "0.7.5"
__date__ = "Sep 12 2014"
__version__ = "0.7.6"

from .custodian import Custodian
Binary file modified docs/_build/doctrees/changelog.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/custodian.ansible.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/custodian.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/custodian.nwchem.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/custodian.qchem.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/custodian.vasp.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/modules.doctree
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/_build/html/.buildinfo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: 027556057d184ab38babdd14d30b0a67
config: 1ed32f119755431b932a0341fcbc35bd
tags: 645f666f9bcd5a90fca523b33c5a78b7
15 changes: 8 additions & 7 deletions docs/_build/html/_modules/custodian/ansible/actions.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

<title>custodian.ansible.actions &mdash; custodian 0.7.5 documentation</title>
<title>custodian.ansible.actions &mdash; custodian 0.7.6 documentation</title>

<link rel="stylesheet" href="../../../_static/proBlue.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.7.5',
VERSION: '0.7.6',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true
Expand All @@ -24,7 +24,7 @@
<script type="text/javascript" src="../../../_static/underscore.js"></script>
<script type="text/javascript" src="../../../_static/doctools.js"></script>
<link rel="shortcut icon" href="../../../_static/favicon.ico"/>
<link rel="top" title="custodian 0.7.5 documentation" href="../../../index.html" />
<link rel="top" title="custodian 0.7.6 documentation" href="../../../index.html" />
<link rel="up" title="Module code" href="../../index.html" />

<script type="text/javascript">
Expand All @@ -44,7 +44,7 @@ <h3>Navigation</h3>
<li class="right" >
<a href="../../../py-modindex.html" title="Python Module Index"
>modules</a> |</li>
<li><a href="../../../index.html">custodian 0.7.5 documentation</a> &raquo;</li>
<li><a href="../../../index.html">custodian 0.7.6 documentation</a> &raquo;</li>
<li><a href="../../index.html" accesskey="U">Module code</a> &raquo;</li>
</ul>
</div>
Expand All @@ -64,6 +64,7 @@ <h1>Source code for custodian.ansible.actions</h1><div class="highlight"><pre>
<span class="sd">&quot;&quot;&quot;</span>

<span class="kn">from</span> <span class="nn">__future__</span> <span class="kn">import</span> <span class="n">division</span>
<span class="kn">from</span> <span class="nn">__future__</span> <span class="kn">import</span> <span class="n">print_function</span>

<span class="n">__author__</span> <span class="o">=</span> <span class="s">&quot;Shyue Ping Ong&quot;</span>
<span class="n">__copyright__</span> <span class="o">=</span> <span class="s">&quot;Copyright 2012, The Materials Project&quot;</span>
Expand Down Expand Up @@ -263,7 +264,7 @@ <h1>Source code for custodian.ansible.actions</h1><div class="highlight"><pre>
<span class="c">#Skip file not found error.</span>
<span class="k">pass</span>
<span class="k">elif</span> <span class="n">k</span> <span class="o">==</span> <span class="s">&quot;mode&quot;</span> <span class="ow">and</span> <span class="n">v</span> <span class="o">==</span> <span class="s">&quot;simulated&quot;</span><span class="p">:</span>
<span class="k">print</span> <span class="s">&quot;Simulated removal of {}&quot;</span><span class="o">.</span><span class="n">format</span><span class="p">(</span><span class="n">filename</span><span class="p">)</span>
<span class="k">print</span><span class="p">(</span><span class="s">&quot;Simulated removal of {}&quot;</span><span class="o">.</span><span class="n">format</span><span class="p">(</span><span class="n">filename</span><span class="p">))</span>
</div>
<span class="nd">@staticmethod</span>
<div class="viewcode-block" id="FileActions.file_copy"><a class="viewcode-back" href="../../../custodian.ansible.html#custodian.ansible.actions.FileActions.file_copy">[docs]</a> <span class="k">def</span> <span class="nf">file_copy</span><span class="p">(</span><span class="n">filename</span><span class="p">,</span> <span class="n">settings</span><span class="p">):</span>
Expand Down Expand Up @@ -310,14 +311,14 @@ <h3>Navigation</h3>
<li class="right" >
<a href="../../../py-modindex.html" title="Python Module Index"
>modules</a> |</li>
<li><a href="../../../index.html">custodian 0.7.5 documentation</a> &raquo;</li>
<li><a href="../../../index.html">custodian 0.7.6 documentation</a> &raquo;</li>
<li><a href="../../index.html" >Module code</a> &raquo;</li>
</ul>
</div>

<div class="footer">
&copy; Copyright 2013, Shyue Ping Ong, William Davidson Richards, Stephen Dacek, Xiaohui Qu.
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.2.2.
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.2.3.
</div>
<div class="footer">This page uses <a href="http://analytics.google.com/">
Google Analytics</a> to collect statistics. You can disable it by blocking
Expand Down
12 changes: 6 additions & 6 deletions docs/_build/html/_modules/custodian/ansible/intepreter.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

<title>custodian.ansible.intepreter &mdash; custodian 0.7.5 documentation</title>
<title>custodian.ansible.intepreter &mdash; custodian 0.7.6 documentation</title>

<link rel="stylesheet" href="../../../_static/proBlue.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.7.5',
VERSION: '0.7.6',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true
Expand All @@ -24,7 +24,7 @@
<script type="text/javascript" src="../../../_static/underscore.js"></script>
<script type="text/javascript" src="../../../_static/doctools.js"></script>
<link rel="shortcut icon" href="../../../_static/favicon.ico"/>
<link rel="top" title="custodian 0.7.5 documentation" href="../../../index.html" />
<link rel="top" title="custodian 0.7.6 documentation" href="../../../index.html" />
<link rel="up" title="Module code" href="../../index.html" />

<script type="text/javascript">
Expand All @@ -44,7 +44,7 @@ <h3>Navigation</h3>
<li class="right" >
<a href="../../../py-modindex.html" title="Python Module Index"
>modules</a> |</li>
<li><a href="../../../index.html">custodian 0.7.5 documentation</a> &raquo;</li>
<li><a href="../../../index.html">custodian 0.7.6 documentation</a> &raquo;</li>
<li><a href="../../index.html" accesskey="U">Module code</a> &raquo;</li>
</ul>
</div>
Expand Down Expand Up @@ -190,14 +190,14 @@ <h3>Navigation</h3>
<li class="right" >
<a href="../../../py-modindex.html" title="Python Module Index"
>modules</a> |</li>
<li><a href="../../../index.html">custodian 0.7.5 documentation</a> &raquo;</li>
<li><a href="../../../index.html">custodian 0.7.6 documentation</a> &raquo;</li>
<li><a href="../../index.html" >Module code</a> &raquo;</li>
</ul>
</div>

<div class="footer">
&copy; Copyright 2013, Shyue Ping Ong, William Davidson Richards, Stephen Dacek, Xiaohui Qu.
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.2.2.
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.2.3.
</div>
<div class="footer">This page uses <a href="http://analytics.google.com/">
Google Analytics</a> to collect statistics. You can disable it by blocking
Expand Down
16 changes: 8 additions & 8 deletions docs/_build/html/_modules/custodian/ansible/interpreter.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

<title>custodian.ansible.interpreter &mdash; custodian 0.7.5 documentation</title>
<title>custodian.ansible.interpreter &mdash; custodian 0.7.6 documentation</title>

<link rel="stylesheet" href="../../../_static/proBlue.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.7.5',
VERSION: '0.7.6',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true
Expand All @@ -24,7 +24,7 @@
<script type="text/javascript" src="../../../_static/underscore.js"></script>
<script type="text/javascript" src="../../../_static/doctools.js"></script>
<link rel="shortcut icon" href="../../../_static/favicon.ico"/>
<link rel="top" title="custodian 0.7.5 documentation" href="../../../index.html" />
<link rel="top" title="custodian 0.7.6 documentation" href="../../../index.html" />
<link rel="up" title="Module code" href="../../index.html" />

<script type="text/javascript">
Expand All @@ -44,7 +44,7 @@ <h3>Navigation</h3>
<li class="right" >
<a href="../../../py-modindex.html" title="Python Module Index"
>modules</a> |</li>
<li><a href="../../../index.html">custodian 0.7.5 documentation</a> &raquo;</li>
<li><a href="../../../index.html">custodian 0.7.6 documentation</a> &raquo;</li>
<li><a href="../../index.html" accesskey="U">Module code</a> &raquo;</li>
</ul>
</div>
Expand Down Expand Up @@ -142,14 +142,14 @@ <h1>Source code for custodian.ansible.interpreter</h1><div class="highlight"><pr
</div>
<div class="viewcode-block" id="Modder.modify_object"><a class="viewcode-back" href="../../../custodian.ansible.html#custodian.ansible.interpreter.Modder.modify_object">[docs]</a> <span class="k">def</span> <span class="nf">modify_object</span><span class="p">(</span><span class="bp">self</span><span class="p">,</span> <span class="n">modification</span><span class="p">,</span> <span class="n">obj</span><span class="p">):</span>
<span class="sd">&quot;&quot;&quot;</span>
<span class="sd"> Modify an object that supports pymatgen&#39;s to_dict and from_dict API.</span>
<span class="sd"> Modify an object that supports pymatgen&#39;s as_dict() and from_dict API.</span>

<span class="sd"> Args:</span>
<span class="sd"> modification (dict): Modification must be {action_keyword :</span>
<span class="sd"> settings}. E.g., {&#39;_set&#39;: {&#39;Hello&#39;:&#39;Universe&#39;, &#39;Bye&#39;: &#39;World&#39;}}</span>
<span class="sd"> obj (object): Object to modify</span>
<span class="sd"> &quot;&quot;&quot;</span>
<span class="n">d</span> <span class="o">=</span> <span class="n">obj</span><span class="o">.</span><span class="n">to_dict</span>
<span class="n">d</span> <span class="o">=</span> <span class="n">obj</span><span class="o">.</span><span class="n">as_dict</span><span class="p">()</span>
<span class="bp">self</span><span class="o">.</span><span class="n">modify</span><span class="p">(</span><span class="n">modification</span><span class="p">,</span> <span class="n">d</span><span class="p">)</span>
<span class="k">return</span> <span class="n">obj</span><span class="o">.</span><span class="n">from_dict</span><span class="p">(</span><span class="n">d</span><span class="p">)</span>

Expand Down Expand Up @@ -190,14 +190,14 @@ <h3>Navigation</h3>
<li class="right" >
<a href="../../../py-modindex.html" title="Python Module Index"
>modules</a> |</li>
<li><a href="../../../index.html">custodian 0.7.5 documentation</a> &raquo;</li>
<li><a href="../../../index.html">custodian 0.7.6 documentation</a> &raquo;</li>
<li><a href="../../index.html" >Module code</a> &raquo;</li>
</ul>
</div>

<div class="footer">
&copy; Copyright 2013, Shyue Ping Ong, William Davidson Richards, Stephen Dacek, Xiaohui Qu.
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.2.2.
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.2.3.
</div>
<div class="footer">This page uses <a href="http://analytics.google.com/">
Google Analytics</a> to collect statistics. You can disable it by blocking
Expand Down
Loading

0 comments on commit f475bfa

Please sign in to comment.