Skip to content

Commit

Permalink
Deploying to gh-pages from @ 5b573f7 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
RoryBarnes committed Sep 30, 2023
1 parent 2ad1a02 commit 53fcc1f
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion StyleGuide.html
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ <h2><a class="toc-backref" href="#id2">C Code formatting</a><a class="headerlink
<p class="admonition-title">Note</p>
<p>The top-level directory contains the file .clang-format that contains
instructions for a program to enforce some C code formatting with the <a class="reference external" href="https://clang.llvm.org/docs/ClangFormat.html">clangformat</a> package. You can code up your
changes and then run this command afterwards to fix many (but not al) formatting
changes and then run this command afterwards to fix many (but not all) formatting
problems.</p>
</div>
</section>
Expand Down
2 changes: 1 addition & 1 deletion _sources/StyleGuide.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ C Code formatting
The top-level directory contains the file .clang-format that contains
instructions for a program to enforce some C code formatting with the `clangformat
<https://clang.llvm.org/docs/ClangFormat.html>`_ package. You can code up your
changes and then run this command afterwards to fix many (but not al) formatting
changes and then run this command afterwards to fix many (but not all) formatting
problems.

Comments
Expand Down
4 changes: 2 additions & 2 deletions _sources/parametersweep.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ Extracting and Plotting with :code:`BigPlanet`
After you have compressed your data, you need to access it. To accomplish this goal,
:code:`BigPlanet` is also a python module that can be imported into python scripts for the
extraction of data from the HDF5 file. For our example, final inner core radius as a function of
current potassium-40 abundance in the core and the initial core temerature, the script looks like
current potassium-40 abundance in the core and the initial core temperature, the script looks like
this:

.. code-block:: python
Expand Down Expand Up @@ -276,7 +276,7 @@ where:

*header* adds the names and units for each column (default is False)

*ulysses* makes the file compatable with `VR Ulysses <https://www.vrulysses.com/>`_ (default is 0)
*ulysses* makes the file compatible with `VR Ulysses <https://www.vrulysses.com/>`_ (default is 0)


You are now ready to efficiently explore your parameter space!
4 changes: 2 additions & 2 deletions parametersweep.html
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ <h2>Extracting and Plotting with <code class="code docutils literal notranslate"
<p>After you have compressed your data, you need to access it. To accomplish this goal,
<code class="code docutils literal notranslate"><span class="pre">BigPlanet</span></code> is also a python module that can be imported into python scripts for the
extraction of data from the HDF5 file. For our example, final inner core radius as a function of
current potassium-40 abundance in the core and the initial core temerature, the script looks like
current potassium-40 abundance in the core and the initial core temperature, the script looks like
this:</p>
<div class="highlight-python notranslate"><div class="highlight"><pre><span></span>import bigplanet as bp
import matplotlib.pyplot as plt
Expand Down Expand Up @@ -385,7 +385,7 @@ <h2>Creating Meta-Data Files with <code class="code docutils literal notranslate
<p><em>exportfile</em> is the name of the output file</p>
<p><em>delim</em> is the delimiter for the output file (the default is spaces)</p>
<p><em>header</em> adds the names and units for each column (default is False)</p>
<p><em>ulysses</em> makes the file compatable with <a class="reference external" href="https://www.vrulysses.com/">VR Ulysses</a> (default is 0)</p>
<p><em>ulysses</em> makes the file compatible with <a class="reference external" href="https://www.vrulysses.com/">VR Ulysses</a> (default is 0)</p>
<p>You are now ready to efficiently explore your parameter space!</p>
</section>
</section>
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

0 comments on commit 53fcc1f

Please sign in to comment.