Skip to content

Commit

Permalink
Documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
nathangeffen committed Aug 13, 2019
1 parent 2217c84 commit 0a8d3ea
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
Binary file modified docs/_build/doctrees/environment.pickle
Binary file not shown.
Binary file modified docs/_build/doctrees/example.doctree
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/_build/html/_sources/example.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ four cores and 12GB of RAM it took just over 16 minutes to run the 120
simulations.

We then ran results.csv through this R script, which you can find in
scripts/processResultsFile.R.
scripts/processResultsFile.R. (The equivalent Python script is in scripts/processResultsFile.py.)

.. code-block:: R
:linenos:
Expand Down
8 changes: 4 additions & 4 deletions docs/_build/html/example.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<link rel="index" title="Index" href="genindex.html" />
<link rel="search" title="Search" href="search.html" />
<link rel="next" title="Input file formats" href="inputformats.html" />
<link rel="prev" title="Tutorial: Creating a simulation" href="guide.html" />
<link rel="prev" title="Tutorial: Creating simulations" href="guide.html" />
</head>

<body class="wy-body-for-nav">
Expand Down Expand Up @@ -89,7 +89,7 @@
<li class="toctree-l1"><a class="reference internal" href="intro.html">Introduction</a></li>
<li class="toctree-l1"><a class="reference internal" href="installation.html">Installation</a></li>
<li class="toctree-l1"><a class="reference internal" href="getstart.html">Getting started</a></li>
<li class="toctree-l1"><a class="reference internal" href="guide.html">Tutorial: Creating a simulation</a></li>
<li class="toctree-l1"><a class="reference internal" href="guide.html">Tutorial: Creating simulations</a></li>
<li class="toctree-l1 current"><a class="current reference internal" href="#">Interesting example</a></li>
<li class="toctree-l1"><a class="reference internal" href="inputformats.html">Input file formats</a></li>
<li class="toctree-l1"><a class="reference internal" href="outputformats.html">Output file formats</a></li>
Expand Down Expand Up @@ -273,7 +273,7 @@ <h1>Interesting example<a class="headerlink" href="#interesting-example" title="
four cores and 12GB of RAM it took just over 16 minutes to run the 120
simulations.</p>
<p>We then ran results.csv through this R script, which you can find in
scripts/processResultsFile.R.</p>
scripts/processResultsFile.R. (The equivalent Python script is in scripts/processResultsFile.py.)</p>
<div class="highlight-R notranslate"><table class="highlighttable"><tr><td class="linenos"><div class="linenodiv"><pre> 1
2
3
Expand Down Expand Up @@ -360,7 +360,7 @@ <h1>Interesting example<a class="headerlink" href="#interesting-example" title="
<a href="inputformats.html" class="btn btn-neutral float-right" title="Input file formats" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right"></span></a>


<a href="guide.html" class="btn btn-neutral float-left" title="Tutorial: Creating a simulation" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left"></span> Previous</a>
<a href="guide.html" class="btn btn-neutral float-left" title="Tutorial: Creating simulations" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left"></span> Previous</a>

</div>

Expand Down
Loading

0 comments on commit 0a8d3ea

Please sign in to comment.