Skip to content

Commit

Permalink
deploy: 3457308
Browse files Browse the repository at this point in the history
  • Loading branch information
FanwangM committed Oct 3, 2024
1 parent ad01b91 commit f56d8dd
Show file tree
Hide file tree
Showing 7 changed files with 222 additions and 228 deletions.
411 changes: 215 additions & 196 deletions _autosummary/atomdb.html

Large diffs are not rendered by default.

5 changes: 1 addition & 4 deletions _autosummary/modules.html
Original file line number Diff line number Diff line change
Expand Up @@ -477,6 +477,7 @@ <h1>atomdb<a class="headerlink" href="#atomdb" title="Link to this heading">#</a
<li class="toctree-l2"><a class="reference internal" href="atomdb.html#atomdb.element_number"><code class="docutils literal notranslate"><span class="pre">element_number()</span></code></a></li>
<li class="toctree-l2"><a class="reference internal" href="atomdb.html#atomdb.element_symbol"><code class="docutils literal notranslate"><span class="pre">element_symbol()</span></code></a></li>
<li class="toctree-l2"><a class="reference internal" href="atomdb.html#atomdb.load"><code class="docutils literal notranslate"><span class="pre">load()</span></code></a></li>
<li class="toctree-l2"><a class="reference internal" href="atomdb.html#atomdb.make_promolecule"><code class="docutils literal notranslate"><span class="pre">make_promolecule()</span></code></a></li>
<li class="toctree-l2"><a class="reference internal" href="atomdb.html#atomdb.raw_datafile"><code class="docutils literal notranslate"><span class="pre">raw_datafile()</span></code></a></li>
<li class="toctree-l2"><a class="reference internal" href="atomdb.html#subpackages">Subpackages</a><ul>
<li class="toctree-l3"><a class="reference internal" href="atomdb.datasets.html">atomdb.datasets package</a><ul>
Expand Down Expand Up @@ -577,10 +578,6 @@ <h1>atomdb<a class="headerlink" href="#atomdb" title="Link to this heading">#</a
<li class="toctree-l3"><a class="reference internal" href="atomdb.html#atomdb.utils.generate_mult_csv"><code class="docutils literal notranslate"><span class="pre">generate_mult_csv()</span></code></a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="atomdb.html#module-atomdb.version">atomdb.version module</a><ul>
<li class="toctree-l3"><a class="reference internal" href="atomdb.html#atomdb.version.version"><code class="docutils literal notranslate"><span class="pre">version</span></code></a></li>
</ul>
</li>
</ul>
</li>
</ul>
Expand Down
8 changes: 0 additions & 8 deletions _sources/_autosummary/atomdb.rst
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,3 @@ atomdb.utils module
:members:
:undoc-members:
:show-inheritance:

atomdb.version module
---------------------

.. automodule:: atomdb.version
:members:
:undoc-members:
:show-inheritance:
19 changes: 5 additions & 14 deletions genindex.html
Original file line number Diff line number Diff line change
Expand Up @@ -502,13 +502,6 @@ <h2 id="A">A</h2>

<ul>
<li><a href="_autosummary/atomdb.html#module-atomdb.utils">module</a>
</li>
</ul></li>
<li>
atomdb.version

<ul>
<li><a href="_autosummary/atomdb.html#module-atomdb.version">module</a>
</li>
</ul></li>
</ul></td>
Expand Down Expand Up @@ -785,8 +778,12 @@ <h2 id="L">L</h2>
<h2 id="M">M</h2>
<table style="width: 100%" class="indextable genindextable"><tr>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="_autosummary/atomdb.html#atomdb.promolecule.make_promolecule">make_promolecule() (in module atomdb.promolecule)</a>
<li><a href="_autosummary/atomdb.html#atomdb.make_promolecule">make_promolecule() (in module atomdb)</a>

<ul>
<li><a href="_autosummary/atomdb.html#atomdb.promolecule.make_promolecule">(in module atomdb.promolecule)</a>
</li>
</ul></li>
<li><a href="_autosummary/atomdb.html#atomdb.Element.mass">mass (atomdb.Element property)</a>

<ul>
Expand Down Expand Up @@ -830,8 +827,6 @@ <h2 id="M">M</h2>
<li><a href="_autosummary/atomdb.html#module-atomdb.species">atomdb.species</a>
</li>
<li><a href="_autosummary/atomdb.html#module-atomdb.utils">atomdb.utils</a>
</li>
<li><a href="_autosummary/atomdb.html#module-atomdb.version">atomdb.version</a>
</li>
</ul></li>
</ul></td>
Expand Down Expand Up @@ -1039,10 +1034,6 @@ <h2 id="V">V</h2>
</li>
</ul></li>
</ul></td>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="_autosummary/atomdb.html#atomdb.version.version">version (in module atomdb.version)</a>
</li>
</ul></td>
</tr></table>


Expand Down
Binary file modified objects.inv
Binary file not shown.
5 changes: 0 additions & 5 deletions py-modindex.html
Original file line number Diff line number Diff line change
Expand Up @@ -437,11 +437,6 @@ <h1>Python Module Index</h1>
<td>&#160;&#160;&#160;
<a href="_autosummary/atomdb.html#module-atomdb.utils"><code class="xref">atomdb.utils</code></a></td><td>
<em></em></td></tr>
<tr class="cg-1">
<td></td>
<td>&#160;&#160;&#160;
<a href="_autosummary/atomdb.html#module-atomdb.version"><code class="xref">atomdb.version</code></a></td><td>
<em></em></td></tr>
</table>


Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

0 comments on commit f56d8dd

Please sign in to comment.