Skip to content

Commit 1a7b1d6

Browse files
committed
Updated notebooks.
Former-commit-id: 6e5d9051d7d8a56d1a307207382dfdc139a4dda9 [formerly a3f8f8c] Former-commit-id: e4bd937ab92a1e583cd3b4242a21344b74fe0e2c
1 parent 821db6f commit 1a7b1d6

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

docs/_static/Basic functionality.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1687,7 +1687,7 @@ <h2 id="Introduction">Introduction<a class="anchor-link" href="#Introduction">&#
16871687
</div>
16881688
<div class="inner_cell">
16891689
<div class="text_cell_render border-box-sizing rendered_html">
1690-
<p>This notebook demostrates the core functionality of pymatgen, including the core objects representing Elements, Species, Lattices, and Structures.</p>
1690+
<p>This notebook demostrates the core functionality of pymatgen, including the core objects representing Elements, Species, Lattices, and Structures. </p>
16911691
<p>By convention, we import pymatgen as mg.</p>
16921692
</div>
16931693
</div>
@@ -1907,7 +1907,7 @@ <h2 id="Lattice-&amp;-Structure-objects">Lattice &amp; Structure objects<a class
19071907
</div>
19081908
<div class="inner_cell">
19091909
<div class="text_cell_render border-box-sizing rendered_html">
1910-
<p>A Lattice represents a Bravais lattice. Convenience static functions are provided for the creation of common lattice types from a minimum number of arguments.</p>
1910+
<p>A Lattice represents a Bravais lattice. Convenience static functions are provided for the creation of common lattice types from a minimum number of arguments. </p>
19111911
</div>
19121912
</div>
19131913
</div>
@@ -2158,7 +2158,7 @@ <h2 id="Input/output">Input/output<a class="anchor-link" href="#Input/output">&#
21582158
</div>
21592159
<div class="inner_cell">
21602160
<div class="text_cell_render border-box-sizing rendered_html">
2161-
<p>Pymatgen also provides IO support for various file formats in the pymatgen.io package. A convenient set of read_structure and write_structure functions are also provided which auto-detects several well-known formats.</p>
2161+
<p>Pymatgen also provides IO support for various file formats in the pymatgen.io package. A convenient set of read_structure and write_structure functions are also provided which auto-detects several well-known formats. </p>
21622162
</div>
21632163
</div>
21642164
</div>

docs/_static/Molecule.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1687,7 +1687,7 @@ <h2 id="Introduction">Introduction<a class="anchor-link" href="#Introduction">&#
16871687
</div>
16881688
<div class="inner_cell">
16891689
<div class="text_cell_render border-box-sizing rendered_html">
1690-
<p>This notebook demonstrates pymatgen's functionality in terms of creating and editing molecules, as well as its integration with OpenBabel. For the latter, please note that you will need to have openbabel with python bindings installed. Please refer to pymatgen's documentation for installation details.</p>
1690+
<p>This notebook demonstrates pymatgen&#39;s functionality in terms of creating and editing molecules, as well as its integration with OpenBabel. For the latter, please note that you will need to have openbabel with python bindings installed. Please refer to pymatgen&#39;s documentation for installation details.</p>
16911691
</div>
16921692
</div>
16931693
</div>
@@ -1967,7 +1967,7 @@ <h2 id="Openbabel-interface">Openbabel interface<a class="anchor-link" href="#Op
19671967
</div>
19681968
<div class="inner_cell">
19691969
<div class="text_cell_render border-box-sizing rendered_html">
1970-
<p>This section demonstrates pymatgen's integration with openbabel.</p>
1970+
<p>This section demonstrates pymatgen&#39;s integration with openbabel.</p>
19711971
</div>
19721972
</div>
19731973
</div>

docs/_static/Units.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1696,7 +1696,7 @@ <h2 id="Introduction">Introduction<a class="anchor-link" href="#Introduction">&#
16961696
</div>
16971697
<div class="inner_cell">
16981698
<div class="text_cell_render border-box-sizing rendered_html">
1699-
<p>Let's start with some common units, like Energy.</p>
1699+
<p>Let&#39;s start with some common units, like Energy.</p>
17001700
</div>
17011701
</div>
17021702
</div>
@@ -1798,7 +1798,7 @@ <h2 id="Introduction">Introduction<a class="anchor-link" href="#Introduction">&#
17981798
</div>
17991799
<div class="inner_cell">
18001800
<div class="text_cell_render border-box-sizing rendered_html">
1801-
<p>Now, let's do some basic science.</p>
1801+
<p>Now, let&#39;s do some basic science.</p>
18021802
</div>
18031803
</div>
18041804
</div>
@@ -1843,7 +1843,7 @@ <h2 id="Introduction">Introduction<a class="anchor-link" href="#Introduction">&#
18431843
</div>
18441844
<div class="inner_cell">
18451845
<div class="text_cell_render border-box-sizing rendered_html">
1846-
<p>Some highly complex conversions are possible with this system. Let's do some made up units. We will also demonstrate pymatgen's internal unit consistency checks.</p>
1846+
<p>Some highly complex conversions are possible with this system. Let&#39;s do some made up units. We will also demonstrate pymatgen&#39;s internal unit consistency checks.</p>
18471847
</div>
18481848
</div>
18491849
</div>

0 commit comments

Comments
 (0)