Skip to content

Commit

Permalink
repaired broken link to image
Browse files Browse the repository at this point in the history
  • Loading branch information
FredvanGoor committed Aug 5, 2024
1 parent c0255f0 commit bf681a7
Show file tree
Hide file tree
Showing 29 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/YoungsExperiment.html
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
<span id="index-0"></span><h1><span class="section-number">7.1.1. </span>Young’s experiment.<a class="headerlink" href="#young-s-experiment" title="Link to this heading"></a></h1>
<p>When a screen with two small holes is illuminated by a monochromatic, plane wave an interference pattern can be observed
on a screen at a sufficient large distance from the screen with the holes.</p>
<img alt="_images/TwoHolesSetup.png" src="_images/TwoHolesSetup.png" />
<img alt="_images/twoholessetup.png" src="_images/twoholessetup.png" />
<p>The following python script simulates Young’s experiment:</p>
<div class="highlight-python notranslate"><div class="highlight"><pre><span></span><span class="kn">from</span> <span class="nn">LightPipes</span> <span class="kn">import</span> <span class="o">*</span>
<span class="kn">import</span> <span class="nn">matplotlib.pyplot</span> <span class="k">as</span> <span class="nn">plt</span>
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/_sources/YoungsExperiment.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Young's experiment.
When a screen with two small holes is illuminated by a monochromatic, plane wave an interference pattern can be observed
on a screen at a sufficient large distance from the screen with the holes.

.. image:: ./_static/TwoHolesSetup.png
.. image:: ./_static/twoholessetup.png

The following python script simulates Young's experiment:

Expand Down
Binary file modified docs/doctrees/YoungsExperiment.doctree
Binary file not shown.
Binary file modified docs/doctrees/environment.pickle
Binary file not shown.
Binary file modified docs/doctrees/manual.doctree
Binary file not shown.
3 changes: 2 additions & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,8 @@

<section id="lightpipes-for-python-release">
<h1>LightPipes for Python 2.1.5<a class="headerlink" href="#lightpipes-for-python-release" title="Link to this heading"></a></h1>
<a class="reference external image-reference" href="http://www.okotech.com"><img alt="_images/front.png" class="align-center" src="_images/front.png" /></a>
<a class="reference external image-reference" href="http://www.okotech.com"><img alt="_images/front.png" class="align-center" src="_images/front.png" />
</a>
<a class="reference external image-reference" href="https://badge.fury.io/py/LightPipes"><img alt="https://badge.fury.io/py/LightPipes.svg" src="https://badge.fury.io/py/LightPipes.svg" /></a>
<section id="contents">
<h2>contents:<a class="headerlink" href="#contents" title="Link to this heading"></a></h2>
Expand Down
2 changes: 1 addition & 1 deletion docs/manual.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<title>6. Manual. &mdash; LightPipes for Python 2.1.5 documentation</title>
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=fa44fd50" />
<link rel="stylesheet" type="text/css" href="_static/css/theme.css?v=19f00094" />
<link rel="stylesheet" type="text/css" href="_static/plot_directive.css" />
<link rel="stylesheet" type="text/css" href="_static/plot_directive.css?v=7f9a90b1" />


<!--[if lt IE 9]>
Expand Down
Binary file modified docs/plot_directive/Examples/Commands/Interpol_00_00.pdf
Binary file not shown.
Binary file modified docs/plot_directive/Examples/Commands/Interpol_01_00.pdf
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified docs/plot_directive/Examples/Commands/plotresults_00_00.pdf
Binary file not shown.
Binary file modified docs/plot_directive/Examples/Commands/plotresults_01_00.pdf
Binary file not shown.
Binary file modified docs/plot_directive/Examples/Interference/ThreeHoles_00_00.pdf
Binary file not shown.
Binary file modified docs/plot_directive/Examples/Interference/ThreeHoles_01_00.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion sphinx-sources/YoungsExperiment.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Young's experiment.
When a screen with two small holes is illuminated by a monochromatic, plane wave an interference pattern can be observed
on a screen at a sufficient large distance from the screen with the holes.

.. image:: ./_static/TwoHolesSetup.png
.. image:: ./_static/twoholessetup.png

The following python script simulates Young's experiment:

Expand Down

0 comments on commit bf681a7

Please sign in to comment.