Skip to content

Commit

Permalink
Update dev docs
Browse files Browse the repository at this point in the history
  • Loading branch information
shyuep committed Mar 17, 2022
1 parent e2a5473 commit 9240116
Show file tree
Hide file tree
Showing 59 changed files with 641 additions and 813 deletions.
6 changes: 3 additions & 3 deletions docs/_modules/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Overview: module code &#8212; pymatgen-db 2021.5.28 documentation</title>
<title>Overview: module code &#8212; pymatgen-db 2022.3.17 documentation</title>
<link rel="stylesheet" type="text/css" href="../_static/pygments.css" />
<link rel="stylesheet" type="text/css" href="../_static/flasky.css" />
<script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js"></script>
Expand Down Expand Up @@ -37,7 +37,7 @@ <h3>Navigation</h3>
<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">pymatgen-db 2021.5.28 documentation</a> &#187;</li>
<li class="nav-item nav-item-0"><a href="../index.html">pymatgen-db 2022.3.17 documentation</a> &#187;</li>
<li class="nav-item nav-item-this"><a href="">Overview: module code</a></li>
</ul>
</div>
Expand Down Expand Up @@ -81,7 +81,7 @@ <h1>All modules for which code is available</h1>
<h3 id="searchlabel">Quick search</h3>
<div class="searchformwrapper">
<form class="search" action="../search.html" method="get">
<input type="text" name="q" aria-labelledby="searchlabel" />
<input type="text" name="q" aria-labelledby="searchlabel" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false"/>
<input type="submit" value="Go" />
</form>
</div>
Expand Down
13 changes: 5 additions & 8 deletions docs/_modules/pymatgen/db/alchemy/transmuters.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>pymatgen.db.alchemy.transmuters &#8212; pymatgen-db 2021.5.28 documentation</title>
<title>pymatgen.db.alchemy.transmuters &#8212; pymatgen-db 2022.3.17 documentation</title>
<link rel="stylesheet" type="text/css" href="../../../../_static/pygments.css" />
<link rel="stylesheet" type="text/css" href="../../../../_static/flasky.css" />
<script data-url_root="../../../../" id="documentation_options" src="../../../../_static/documentation_options.js"></script>
Expand Down Expand Up @@ -37,7 +37,7 @@ <h3>Navigation</h3>
<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">pymatgen-db 2021.5.28 documentation</a> &#187;</li>
<li class="nav-item nav-item-0"><a href="../../../../index.html">pymatgen-db 2022.3.17 documentation</a> &#187;</li>
<li class="nav-item nav-item-1"><a href="../../../index.html" accesskey="U">Module code</a> &#187;</li>
<li class="nav-item nav-item-this"><a href="">pymatgen.db.alchemy.transmuters</a></li>
</ul>
Expand Down Expand Up @@ -76,9 +76,7 @@ <h1>Source code for pymatgen.db.alchemy.transmuters</h1><div class="highlight"><
<span class="sd"> from a database.</span>
<span class="sd"> &quot;&quot;&quot;</span>

<span class="k">def</span> <span class="fm">__init__</span><span class="p">(</span>
<span class="bp">self</span><span class="p">,</span> <span class="n">queryengine</span><span class="p">,</span> <span class="n">criteria</span><span class="p">,</span> <span class="n">transformations</span><span class="p">,</span> <span class="n">extend_collection</span><span class="o">=</span><span class="mi">0</span><span class="p">,</span> <span class="n">ncores</span><span class="o">=</span><span class="kc">None</span>
<span class="p">):</span>
<span class="k">def</span> <span class="fm">__init__</span><span class="p">(</span><span class="bp">self</span><span class="p">,</span> <span class="n">queryengine</span><span class="p">,</span> <span class="n">criteria</span><span class="p">,</span> <span class="n">transformations</span><span class="p">,</span> <span class="n">extend_collection</span><span class="o">=</span><span class="mi">0</span><span class="p">,</span> <span class="n">ncores</span><span class="o">=</span><span class="kc">None</span><span class="p">):</span>
<span class="sd">&quot;&quot;&quot;Constructor.</span>

<span class="sd"> Args:</span>
Expand Down Expand Up @@ -117,8 +115,7 @@ <h1>Source code for pymatgen.db.alchemy.transmuters</h1><div class="highlight"><
<span class="p">]</span>

<span class="n">transformed_structures</span> <span class="o">=</span> <span class="p">[</span>
<span class="n">TransformedStructure</span><span class="p">(</span><span class="n">entry</span><span class="o">.</span><span class="n">structure</span><span class="p">,</span> <span class="p">[],</span> <span class="n">history</span><span class="o">=</span><span class="n">get_history</span><span class="p">(</span><span class="n">entry</span><span class="p">))</span>
<span class="k">for</span> <span class="n">entry</span> <span class="ow">in</span> <span class="n">entries</span>
<span class="n">TransformedStructure</span><span class="p">(</span><span class="n">entry</span><span class="o">.</span><span class="n">structure</span><span class="p">,</span> <span class="p">[],</span> <span class="n">history</span><span class="o">=</span><span class="n">get_history</span><span class="p">(</span><span class="n">entry</span><span class="p">))</span> <span class="k">for</span> <span class="n">entry</span> <span class="ow">in</span> <span class="n">entries</span>
<span class="p">]</span>
<span class="n">StandardTransmuter</span><span class="o">.</span><span class="fm">__init__</span><span class="p">(</span>
<span class="bp">self</span><span class="p">,</span>
Expand All @@ -145,7 +142,7 @@ <h1>Source code for pymatgen.db.alchemy.transmuters</h1><div class="highlight"><
<h3 id="searchlabel">Quick search</h3>
<div class="searchformwrapper">
<form class="search" action="../../../../search.html" method="get">
<input type="text" name="q" aria-labelledby="searchlabel" />
<input type="text" name="q" aria-labelledby="searchlabel" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false"/>
<input type="submit" value="Go" />
</form>
</div>
Expand Down
Loading

0 comments on commit 9240116

Please sign in to comment.