Skip to content

Commit

Permalink
Fix: issue #9
Browse files Browse the repository at this point in the history
Added a link from testing documentation page back to the testing recipe.
  • Loading branch information
Scott committed Jun 9, 2024
1 parent 751ad3f commit 5ebaa53
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 54 deletions.
2 changes: 1 addition & 1 deletion docs/html/batterychargingexample.html
Original file line number Diff line number Diff line change
Expand Up @@ -2625,7 +2625,7 @@ <h2 class="sidebar-heading">On this page:</h2>

<div class="last-updated">
<span class="prefix">Last updated:</span>
<span class="time">May 28, 2024 9:26 AM</span>
<span class="time">Jun 09, 2024 6:30 AM</span>
</div>


Expand Down
2 changes: 1 addition & 1 deletion docs/html/examples.html
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ <h2 class="sidebar-heading">On this page:</h2>

<div class="last-updated">
<span class="prefix">Last updated:</span>
<span class="time">May 28, 2024 9:26 AM</span>
<span class="time">Jun 09, 2024 6:30 AM</span>
</div>


Expand Down
2 changes: 1 addition & 1 deletion docs/html/genindex.html
Original file line number Diff line number Diff line change
Expand Up @@ -600,7 +600,7 @@ <h2 class="sidebar-heading">On this page:</h2>

<div class="last-updated">
<span class="prefix">Last updated:</span>
<span class="time">May 28, 2024 9:26 AM</span>
<span class="time">Jun 09, 2024 6:30 AM</span>
</div>


Expand Down
2 changes: 1 addition & 1 deletion docs/html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,7 @@ <h2 class="sidebar-heading">On this page:</h2>

<div class="last-updated">
<span class="prefix">Last updated:</span>
<span class="time">May 28, 2024 9:26 AM</span>
<span class="time">Jun 09, 2024 6:30 AM</span>
</div>


Expand Down
2 changes: 1 addition & 1 deletion docs/html/py-modindex.html
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ <h2 class="sidebar-heading">On this page:</h2>

<div class="last-updated">
<span class="prefix">Last updated:</span>
<span class="time">May 28, 2024 9:26 AM</span>
<span class="time">Jun 09, 2024 6:30 AM</span>
</div>


Expand Down
2 changes: 1 addition & 1 deletion docs/html/search.html
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ <h2 class="sidebar-heading">On this page:</h2>

<div class="last-updated">
<span class="prefix">Last updated:</span>
<span class="time">May 28, 2024 9:26 AM</span>
<span class="time">Jun 09, 2024 6:30 AM</span>
</div>


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

Large diffs are not rendered by default.

22 changes: 2 additions & 20 deletions docs/html/testing.html
Original file line number Diff line number Diff line change
Expand Up @@ -182,30 +182,12 @@ <h2 id="searchlabel" class="sidebar-heading">Quick search</h2>


<blockquote class="epigraph">
<div><p>“Why is it that you guys are so conservative in your views, in the face of
the almost complete lack of understanding of what is going on in your field?”
I asked.</p>
<p>The answer was as simple as it was surprising.</p>
<p>“If we [cosmologists] don’t accept some common picture of the universe,
however unsupported by the facts, there would be nothing to bind us together
as a scientific community. Since it is unlikely that any picture that we use
will be falsified in our lifetime, one theory is as good as any other.”</p>
<p>The explanation was social, not scientific.</p>
<p class="attribution">—Per Bak, How Nature Works</p>
</div></blockquote>
<blockquote class="epigraph">
<div><p>The first principle is that you must not fool yourself — and you are the easiest person to fool.</p>
<p class="attribution">—Richard Feynman</p>
</div></blockquote>
<blockquote class="epigraph">
<div><p>You always start with a fantasy. Part of the fantasy technique is to
visualize something as perfect. Then with the experiments you work back from
the fantasy to reality, hacking away at the components.</p>
<p class="attribution">—Edwin H. Land</p>
</div></blockquote>
<section id="testing">
<span id="testing-testing"></span><h1>Testing<a class="headerlink" href="#testing" title="Permalink to this heading">#</a></h1>
<p>You can use the miros instrumentation to test your designs.</p>
<p>You can use the <a class="reference internal" href="recipes.html#recipes-testing"><span class="std std-ref">miros instrumentation</span></a> to test your designs.</p>
</section>


Expand Down Expand Up @@ -243,7 +225,7 @@ <h2 class="sidebar-heading">On this page:</h2>

<div class="last-updated">
<span class="prefix">Last updated:</span>
<span class="time">May 26, 2024 6:33 PM</span>
<span class="time">Jun 09, 2024 6:30 AM</span>
</div>


Expand Down
Binary file modified docs/source/_doctrees/environment.pickle
Binary file not shown.
Binary file modified docs/source/_doctrees/testing.doctree
Binary file not shown.
29 changes: 2 additions & 27 deletions docs/source/testing.rst
Original file line number Diff line number Diff line change
@@ -1,20 +1,3 @@
.. epigraph::

"Why is it that you guys are so conservative in your views, in the face of
the almost complete lack of understanding of what is going on in your field?"
I asked.

The answer was as simple as it was surprising.

"If we [cosmologists] don't accept some common picture of the universe,
however unsupported by the facts, there would be nothing to bind us together
as a scientific community. Since it is unlikely that any picture that we use
will be falsified in our lifetime, one theory is as good as any other."

The explanation was social, not scientific.

-- Per Bak, How Nature Works


.. epigraph::

Expand All @@ -23,17 +6,9 @@
-- Richard Feynman


.. epigraph::

You always start with a fantasy. Part of the fantasy technique is to
visualize something as perfect. Then with the experiments you work back from
the fantasy to reality, hacking away at the components.

-- Edwin H. Land


.. _testing-testing:

Testing
=======
You can use the miros instrumentation to test your designs.

You can use the :ref:`miros instrumentation <recipes-testing>` to test your designs.

0 comments on commit 5ebaa53

Please sign in to comment.