Skip to content

Commit

Permalink
Deploying to gh-pages from @ cf20324 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
flash62au committed Jan 19, 2025
1 parent a54e20f commit 6f8ebf6
Show file tree
Hide file tree
Showing 388 changed files with 681 additions and 685 deletions.
2 changes: 1 addition & 1 deletion 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -645,7 +645,7 @@ <h1>Page Not Found</h1>
<a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
provided by <a href="https://readthedocs.org">Read the Docs</a>.

<jinja2.runtime.BlockReference object at 0x7efc525c43a0>
<jinja2.runtime.BlockReference object at 0x7fb2a4d17160>
<div class="topOfPage">
<button onclick="document.body.scrollTop=0;document.documentElement.scrollTop=0;" class="topOfPageBtn" id="topOfPageBtn" title="Go to top">Top</button>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,17 +64,16 @@ Here is an example |EX-R| macro that will configure a virtual turnout, setting t
.. code-block:: cpp
#define PULSE 10 // Set the duration of the pulse to 10ms
#define SINGLE_COIL_TURNOUT(t, p1, p2, p3, desc) \
VIRTUAL_TURNOUT(t, desc) \
DONE \
ONCLOSE(t) \
SET(p2) RESET(p3) \
SET(p1) DELAY(PULSE) RESET(p1) \
#define SINGLE_COIL_TURNOUT(t, p1, p2, p3, desc)
VIRTUAL_TURNOUT(t, desc)
DONE
ONCLOSE(t)
SET(p2) RESET(p3)
SET(p1) DELAY(PULSE) RESET(p1)
DONE
ONTHROW(t) \
RESET(p2) SET(p3) \
SET(p1) DELAY(PULSE) RESET(p1) \
ONTHROW(t)
RESET(p2) SET(p3)
SET(p1) DELAY(PULSE) RESET(p1)
DONE
SINGLE_COIL_TURNOUT(101, 22, 24, 26, "Turnout 101")
Expand Down Expand Up @@ -102,17 +101,16 @@ Here is an example |EX-R| macro that will configure a virtual turnout, setting t
.. code-block:: cpp
#define PULSE 10 // Set the duration of the pulse to 10ms
#define DUAL_COIL_TURNOUT(t, p1, p2, p3, desc) \
VIRTUAL_TURNOUT(t, desc) \
DONE \
ONCLOSE(t) \
SET(p2) RESET(p3) \
SET(p1) DELAY(PULSE) RESET(p1) \
#define DUAL_COIL_TURNOUT(t, p1, p2, p3, desc)
VIRTUAL_TURNOUT(t, desc)
DONE
ONTHROW(t) \
RESET(p2) SET(p3) \
SET(p1) DELAY(PULSE) RESET(p1) \
ONCLOSE(t)
SET(p2) RESET(p3)
SET(p1) DELAY(PULSE) RESET(p1)
DONE
ONTHROW(t)
RESET(p2) SET(p3)
SET(p1) DELAY(PULSE) RESET(p1)
DONE
DUAL_COIL_TURNOUT(101, 22, 24, 26, "Turnout 101")
Expand Down Expand Up @@ -162,19 +160,19 @@ The DUAL_SOLENOID_TURNOUT definition is:
.. code-block:: cpp
#define PULSE 10 //10 mSec
#define DUAL_SOLENOID_TURNOUT(id,pc,pt,desc,ali)\
VIRTUAL_TURNOUT(id,desc)\
ALIAS(ali,id)\
DONE\
ONCLOSE(id)\
SET(pc)\
DELAY(PULSE)\
RESET(pc)\
DONE\
ONTHROW(id)\
SET(pt)\
DELAY(PULSE)\
RESET(pt)\
#define DUAL_SOLENOID_TURNOUT(id,pc,pt,desc,ali)
VIRTUAL_TURNOUT(id,desc)
ALIAS(ali,id)
DONE
ONCLOSE(id)
SET(pc)
DELAY(PULSE)
RESET(pc)
DONE
ONTHROW(id)
SET(pt)
DELAY(PULSE)
RESET(pt)
DONE
// Example use of this macro using first two pins on the first MCP23017 I/O expander
Expand Down
2 changes: 1 addition & 1 deletion about/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -849,7 +849,7 @@ <h2><a class="toc-backref" href="#id17" role="doc-backlink">Related Software</a>
<a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
provided by <a href="https://readthedocs.org">Read the Docs</a>.

<jinja2.runtime.BlockReference object at 0x7efc504a6290>
<jinja2.runtime.BlockReference object at 0x7fb29941fac0>
<div class="topOfPage">
<button onclick="document.body.scrollTop=0;document.documentElement.scrollTop=0;" class="topOfPageBtn" id="topOfPageBtn" title="Go to top">Top</button>
</div>
Expand Down
2 changes: 1 addition & 1 deletion about/contributing/development.html
Original file line number Diff line number Diff line change
Expand Up @@ -736,7 +736,7 @@ <h2><a class="toc-backref" href="#id7" role="doc-backlink">Third-party libraries
<a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
provided by <a href="https://readthedocs.org">Read the Docs</a>.

<jinja2.runtime.BlockReference object at 0x7efc43518e50>
<jinja2.runtime.BlockReference object at 0x7fb28ec8a230>
<div class="topOfPage">
<button onclick="document.body.scrollTop=0;document.documentElement.scrollTop=0;" class="topOfPageBtn" id="topOfPageBtn" title="Go to top">Top</button>
</div>
Expand Down
2 changes: 1 addition & 1 deletion about/contributing/donate.html
Original file line number Diff line number Diff line change
Expand Up @@ -684,7 +684,7 @@ <h2><a class="toc-backref" href="#id2" role="doc-backlink">Donation Options</a><
<a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
provided by <a href="https://readthedocs.org">Read the Docs</a>.

<jinja2.runtime.BlockReference object at 0x7efc42fe64a0>
<jinja2.runtime.BlockReference object at 0x7fb28ea886d0>
<div class="topOfPage">
<button onclick="document.body.scrollTop=0;document.documentElement.scrollTop=0;" class="topOfPageBtn" id="topOfPageBtn" title="Go to top">Top</button>
</div>
Expand Down
2 changes: 1 addition & 1 deletion about/contributing/github.html
Original file line number Diff line number Diff line change
Expand Up @@ -713,7 +713,7 @@ <h3>Merge<a class="headerlink" href="#merge" title="Link to this heading"></a
<a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
provided by <a href="https://readthedocs.org">Read the Docs</a>.

<jinja2.runtime.BlockReference object at 0x7efc44b06230>
<jinja2.runtime.BlockReference object at 0x7fb2901d1180>
<div class="topOfPage">
<button onclick="document.body.scrollTop=0;document.documentElement.scrollTop=0;" class="topOfPageBtn" id="topOfPageBtn" title="Go to top">Top</button>
</div>
Expand Down
2 changes: 1 addition & 1 deletion about/contributing/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -665,7 +665,7 @@ <h1>Contributing - Helping the DCC-EX Team<a class="headerlink" href="#contribut
<a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
provided by <a href="https://readthedocs.org">Read the Docs</a>.

<jinja2.runtime.BlockReference object at 0x7efc43227460>
<jinja2.runtime.BlockReference object at 0x7fb28f0df760>
<div class="topOfPage">
<button onclick="document.body.scrollTop=0;document.documentElement.scrollTop=0;" class="topOfPageBtn" id="topOfPageBtn" title="Go to top">Top</button>
</div>
Expand Down
2 changes: 1 addition & 1 deletion about/contributing/overview.html
Original file line number Diff line number Diff line change
Expand Up @@ -708,7 +708,7 @@ <h2><a class="toc-backref" href="#id5" role="doc-backlink">Managing code and our
<a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
provided by <a href="https://readthedocs.org">Read the Docs</a>.

<jinja2.runtime.BlockReference object at 0x7efc436d8430>
<jinja2.runtime.BlockReference object at 0x7fb28f47c520>
<div class="topOfPage">
<button onclick="document.body.scrollTop=0;document.documentElement.scrollTop=0;" class="topOfPageBtn" id="topOfPageBtn" title="Go to top">Top</button>
</div>
Expand Down
2 changes: 1 addition & 1 deletion about/contributing/software.html
Original file line number Diff line number Diff line change
Expand Up @@ -796,7 +796,7 @@ <h3><a class="toc-backref" href="#id9" role="doc-backlink">Use VSCode for git</a
<a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
provided by <a href="https://readthedocs.org">Read the Docs</a>.

<jinja2.runtime.BlockReference object at 0x7efc43cd5330>
<jinja2.runtime.BlockReference object at 0x7fb28ee552a0>
<div class="topOfPage">
<button onclick="document.body.scrollTop=0;document.documentElement.scrollTop=0;" class="topOfPageBtn" id="topOfPageBtn" title="Go to top">Top</button>
</div>
Expand Down
2 changes: 1 addition & 1 deletion about/contributing/website/basic-rst.html
Original file line number Diff line number Diff line change
Expand Up @@ -1036,7 +1036,7 @@ <h2><a class="toc-backref" href="#id23" role="doc-backlink">Next steps - Style G
<a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
provided by <a href="https://readthedocs.org">Read the Docs</a>.

<jinja2.runtime.BlockReference object at 0x7efc43ffab00>
<jinja2.runtime.BlockReference object at 0x7fb290fd6d10>
<div class="topOfPage">
<button onclick="document.body.scrollTop=0;document.documentElement.scrollTop=0;" class="topOfPageBtn" id="topOfPageBtn" title="Go to top">Top</button>
</div>
Expand Down
2 changes: 1 addition & 1 deletion about/contributing/website/getting-started.html
Original file line number Diff line number Diff line change
Expand Up @@ -759,7 +759,7 @@ <h2><a class="toc-backref" href="#id9" role="doc-backlink">Submission Procedure<
<a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
provided by <a href="https://readthedocs.org">Read the Docs</a>.

<jinja2.runtime.BlockReference object at 0x7efc463fe890>
<jinja2.runtime.BlockReference object at 0x7fb28db3a7d0>
<div class="topOfPage">
<button onclick="document.body.scrollTop=0;document.documentElement.scrollTop=0;" class="topOfPageBtn" id="topOfPageBtn" title="Go to top">Top</button>
</div>
Expand Down
2 changes: 1 addition & 1 deletion about/contributing/website/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -665,7 +665,7 @@ <h1>Contributing to the Documentation<a class="headerlink" href="#contributing-t
<a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
provided by <a href="https://readthedocs.org">Read the Docs</a>.

<jinja2.runtime.BlockReference object at 0x7efc42a1d3c0>
<jinja2.runtime.BlockReference object at 0x7fb28e11d2d0>
<div class="topOfPage">
<button onclick="document.body.scrollTop=0;document.documentElement.scrollTop=0;" class="topOfPageBtn" id="topOfPageBtn" title="Go to top">Top</button>
</div>
Expand Down
2 changes: 1 addition & 1 deletion about/contributing/website/publishing-news.html
Original file line number Diff line number Diff line change
Expand Up @@ -771,7 +771,7 @@ <h3><a class="toc-backref" href="#id7" role="doc-backlink">Update the content</a
<a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
provided by <a href="https://readthedocs.org">Read the Docs</a>.

<jinja2.runtime.BlockReference object at 0x7efc44b9c550>
<jinja2.runtime.BlockReference object at 0x7fb298972980>
<div class="topOfPage">
<button onclick="document.body.scrollTop=0;document.documentElement.scrollTop=0;" class="topOfPageBtn" id="topOfPageBtn" title="Go to top">Top</button>
</div>
Expand Down
2 changes: 1 addition & 1 deletion about/contributing/website/requirements.html
Original file line number Diff line number Diff line change
Expand Up @@ -756,7 +756,7 @@ <h2><a class="toc-backref" href="#id4" role="doc-backlink">Development</a><a cla
<a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
provided by <a href="https://readthedocs.org">Read the Docs</a>.

<jinja2.runtime.BlockReference object at 0x7efc430e6440>
<jinja2.runtime.BlockReference object at 0x7fb28e855570>
<div class="topOfPage">
<button onclick="document.body.scrollTop=0;document.documentElement.scrollTop=0;" class="topOfPageBtn" id="topOfPageBtn" title="Go to top">Top</button>
</div>
Expand Down
2 changes: 1 addition & 1 deletion about/contributing/website/structure.html
Original file line number Diff line number Diff line change
Expand Up @@ -955,7 +955,7 @@ <h2><a class="toc-backref" href="#id15" role="doc-backlink">Next steps - ReStuct
<a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
provided by <a href="https://readthedocs.org">Read the Docs</a>.

<jinja2.runtime.BlockReference object at 0x7efc48ee53c0>
<jinja2.runtime.BlockReference object at 0x7fb28ea52230>
<div class="topOfPage">
<button onclick="document.body.scrollTop=0;document.documentElement.scrollTop=0;" class="topOfPageBtn" id="topOfPageBtn" title="Go to top">Top</button>
</div>
Expand Down
2 changes: 1 addition & 1 deletion about/contributing/website/style-guide.html
Original file line number Diff line number Diff line change
Expand Up @@ -816,7 +816,7 @@ <h4>Tips<a class="headerlink" href="#tips" title="Link to this heading"></a><
<a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
provided by <a href="https://readthedocs.org">Read the Docs</a>.

<jinja2.runtime.BlockReference object at 0x7efc44706f20>
<jinja2.runtime.BlockReference object at 0x7fb291b70b20>
<div class="topOfPage">
<button onclick="document.body.scrollTop=0;document.documentElement.scrollTop=0;" class="topOfPageBtn" id="topOfPageBtn" title="Go to top">Top</button>
</div>
Expand Down
2 changes: 1 addition & 1 deletion about/contributing/webthrottle.html
Original file line number Diff line number Diff line change
Expand Up @@ -787,7 +787,7 @@ <h2><a class="toc-backref" href="#id8" role="doc-backlink">Opening a pull reques
<a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
provided by <a href="https://readthedocs.org">Read the Docs</a>.

<jinja2.runtime.BlockReference object at 0x7efc42bda080>
<jinja2.runtime.BlockReference object at 0x7fb28feb1fc0>
<div class="topOfPage">
<button onclick="document.body.scrollTop=0;document.documentElement.scrollTop=0;" class="topOfPageBtn" id="topOfPageBtn" title="Go to top">Top</button>
</div>
Expand Down
2 changes: 1 addition & 1 deletion about/index-contributing.html
Original file line number Diff line number Diff line change
Expand Up @@ -677,7 +677,7 @@ <h1>Donating &amp; Contributing<a class="headerlink" href="#donating-contributin
<a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
provided by <a href="https://readthedocs.org">Read the Docs</a>.

<jinja2.runtime.BlockReference object at 0x7efc436fdae0>
<jinja2.runtime.BlockReference object at 0x7fb28ebf1a20>
<div class="topOfPage">
<button onclick="document.body.scrollTop=0;document.documentElement.scrollTop=0;" class="topOfPageBtn" id="topOfPageBtn" title="Go to top">Top</button>
</div>
Expand Down
2 changes: 1 addition & 1 deletion about/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -664,7 +664,7 @@ <h1>About Us and the Project<a class="headerlink" href="#about-us-and-the-projec
<a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
provided by <a href="https://readthedocs.org">Read the Docs</a>.

<jinja2.runtime.BlockReference object at 0x7efc442ec910>
<jinja2.runtime.BlockReference object at 0x7fb290748850>
<div class="topOfPage">
<button onclick="document.body.scrollTop=0;document.documentElement.scrollTop=0;" class="topOfPageBtn" id="topOfPageBtn" title="Go to top">Top</button>
</div>
Expand Down
2 changes: 1 addition & 1 deletion about/licence.html
Original file line number Diff line number Diff line change
Expand Up @@ -673,7 +673,7 @@ <h2>Attributions<a class="headerlink" href="#attributions" title="Link to this h
<a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
provided by <a href="https://readthedocs.org">Read the Docs</a>.

<jinja2.runtime.BlockReference object at 0x7efc4432e380>
<jinja2.runtime.BlockReference object at 0x7fb2905ea2c0>
<div class="topOfPage">
<button onclick="document.body.scrollTop=0;document.documentElement.scrollTop=0;" class="topOfPageBtn" id="topOfPageBtn" title="Go to top">Top</button>
</div>
Expand Down
2 changes: 1 addition & 1 deletion about/media-resources/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -693,7 +693,7 @@ <h3>BlueStack Android Emulator<a class="headerlink" href="#bluestack-android-emu
<a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
provided by <a href="https://readthedocs.org">Read the Docs</a>.

<jinja2.runtime.BlockReference object at 0x7efc45067160>
<jinja2.runtime.BlockReference object at 0x7fb28f9570a0>
<div class="topOfPage">
<button onclick="document.body.scrollTop=0;document.documentElement.scrollTop=0;" class="topOfPageBtn" id="topOfPageBtn" title="Go to top">Top</button>
</div>
Expand Down
4 changes: 2 additions & 2 deletions about/roadmap.html
Original file line number Diff line number Diff line change
Expand Up @@ -680,7 +680,7 @@ <h2>List of outstanding documentation issues<a class="headerlink" href="#list-of
<p class="admonition-title">Todo</p>
<p>MEDIUM - Add CDU info</p>
</div>
<p class="todo-source">(The <a class="reference internal" href="../ex-commandstation/accessories/turnouts/solenoid-turnouts.html#id1"><em>original entry</em></a> is located in /home/runner/work/dcc-ex.github.io/dcc-ex.github.io/docs/ex-commandstation/accessories/turnouts/solenoid-turnouts.rst, line 126.)</p>
<p class="todo-source">(The <a class="reference internal" href="../ex-commandstation/accessories/turnouts/solenoid-turnouts.html#id1"><em>original entry</em></a> is located in /home/runner/work/dcc-ex.github.io/dcc-ex.github.io/docs/ex-commandstation/accessories/turnouts/solenoid-turnouts.rst, line 124.)</p>
<div class="admonition-todo admonition">
<p class="admonition-title">Todo</p>
<p><a class="reference external" href="https://github.com/DCC-EX/dcc-ex.github.io/issues/416">LOW - Controllers</a> <img src="../../_static/images/external-link.svg" style="width: 16px; height: 16px; margin-top: -3px;"> - diagram needed for the connection via USB Cable</p>
Expand Down Expand Up @@ -984,7 +984,7 @@ <h2>List of outstanding documentation issues<a class="headerlink" href="#list-of
<a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
provided by <a href="https://readthedocs.org">Read the Docs</a>.

<jinja2.runtime.BlockReference object at 0x7efc46ef46d0>
<jinja2.runtime.BlockReference object at 0x7fb294f7b700>
<div class="topOfPage">
<button onclick="document.body.scrollTop=0;document.documentElement.scrollTop=0;" class="topOfPageBtn" id="topOfPageBtn" title="Go to top">Top</button>
</div>
Expand Down
2 changes: 1 addition & 1 deletion begin/comparison.html
Original file line number Diff line number Diff line change
Expand Up @@ -783,7 +783,7 @@ <h2><a class="toc-backref" href="#id18" role="doc-backlink">Conclusion</a><a cla
<a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
provided by <a href="https://readthedocs.org">Read the Docs</a>.

<jinja2.runtime.BlockReference object at 0x7efc42e8d5d0>
<jinja2.runtime.BlockReference object at 0x7fb296315240>
<div class="topOfPage">
<button onclick="document.body.scrollTop=0;document.documentElement.scrollTop=0;" class="topOfPageBtn" id="topOfPageBtn" title="Go to top">Top</button>
</div>
Expand Down
2 changes: 1 addition & 1 deletion begin/levels.html
Original file line number Diff line number Diff line change
Expand Up @@ -742,7 +742,7 @@ <h2><a class="toc-backref" href="#id6" role="doc-backlink">Next Steps</a><a clas
<a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
provided by <a href="https://readthedocs.org">Read the Docs</a>.

<jinja2.runtime.BlockReference object at 0x7efc4369c8e0>
<jinja2.runtime.BlockReference object at 0x7fb28f831000>
<div class="topOfPage">
<button onclick="document.body.scrollTop=0;document.documentElement.scrollTop=0;" class="topOfPageBtn" id="topOfPageBtn" title="Go to top">Top</button>
</div>
Expand Down
2 changes: 1 addition & 1 deletion begin/what-to-know.html
Original file line number Diff line number Diff line change
Expand Up @@ -950,7 +950,7 @@ <h2><a class="toc-backref" href="#id23" role="doc-backlink">Next Steps</a><a cla
<a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
provided by <a href="https://readthedocs.org">Read the Docs</a>.

<jinja2.runtime.BlockReference object at 0x7efc5c2e32e0>
<jinja2.runtime.BlockReference object at 0x7fb2a84a86d0>
<div class="topOfPage">
<button onclick="document.body.scrollTop=0;document.documentElement.scrollTop=0;" class="topOfPageBtn" id="topOfPageBtn" title="Go to top">Top</button>
</div>
Expand Down
2 changes: 1 addition & 1 deletion big-picture/big-picture.html
Original file line number Diff line number Diff line change
Expand Up @@ -696,7 +696,7 @@ <h2><a class="toc-backref" href="#id2" role="doc-backlink">How to read the diagr
<a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
provided by <a href="https://readthedocs.org">Read the Docs</a>.

<jinja2.runtime.BlockReference object at 0x7efc44c6bdf0>
<jinja2.runtime.BlockReference object at 0x7fb28f1ebd30>
<div class="topOfPage">
<button onclick="document.body.scrollTop=0;document.documentElement.scrollTop=0;" class="topOfPageBtn" id="topOfPageBtn" title="Go to top">Top</button>
</div>
Expand Down
2 changes: 1 addition & 1 deletion big-picture/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -666,7 +666,7 @@ <h1>The Big Picture<a class="headerlink" href="#the-big-picture" title="Link to
<a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
provided by <a href="https://readthedocs.org">Read the Docs</a>.

<jinja2.runtime.BlockReference object at 0x7efc44cc8b50>
<jinja2.runtime.BlockReference object at 0x7fb28f4b0a90>
<div class="topOfPage">
<button onclick="document.body.scrollTop=0;document.documentElement.scrollTop=0;" class="topOfPageBtn" id="topOfPageBtn" title="Go to top">Top</button>
</div>
Expand Down
2 changes: 1 addition & 1 deletion big-picture/stage1.html
Original file line number Diff line number Diff line change
Expand Up @@ -1070,7 +1070,7 @@ <h4>Programming on main (POM or ops mode)<a class="headerlink" href="#programmin
<a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
provided by <a href="https://readthedocs.org">Read the Docs</a>.

<jinja2.runtime.BlockReference object at 0x7efc43be48e0>
<jinja2.runtime.BlockReference object at 0x7fb291934ac0>
<div class="topOfPage">
<button onclick="document.body.scrollTop=0;document.documentElement.scrollTop=0;" class="topOfPageBtn" id="topOfPageBtn" title="Go to top">Top</button>
</div>
Expand Down
2 changes: 1 addition & 1 deletion big-picture/stage2.html
Original file line number Diff line number Diff line change
Expand Up @@ -831,7 +831,7 @@ <h3>Engine Driver<a class="headerlink" href="#engine-driver" title="Link to this
<a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
provided by <a href="https://readthedocs.org">Read the Docs</a>.

<jinja2.runtime.BlockReference object at 0x7efc4582f040>
<jinja2.runtime.BlockReference object at 0x7fb290462f80>
<div class="topOfPage">
<button onclick="document.body.scrollTop=0;document.documentElement.scrollTop=0;" class="topOfPageBtn" id="topOfPageBtn" title="Go to top">Top</button>
</div>
Expand Down
2 changes: 1 addition & 1 deletion big-picture/stage3.html
Original file line number Diff line number Diff line change
Expand Up @@ -794,7 +794,7 @@ <h3>Configure the software - myAutomation.h - Blocks<a class="headerlink" href="
<a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
provided by <a href="https://readthedocs.org">Read the Docs</a>.

<jinja2.runtime.BlockReference object at 0x7efc4419f490>
<jinja2.runtime.BlockReference object at 0x7fb28fab74f0>
<div class="topOfPage">
<button onclick="document.body.scrollTop=0;document.documentElement.scrollTop=0;" class="topOfPageBtn" id="topOfPageBtn" title="Go to top">Top</button>
</div>
Expand Down
2 changes: 1 addition & 1 deletion big-picture/stage4.html
Original file line number Diff line number Diff line change
Expand Up @@ -741,7 +741,7 @@ <h3>Locomotive addresses in use<a class="headerlink" href="#locomotive-addresses
<a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
provided by <a href="https://readthedocs.org">Read the Docs</a>.

<jinja2.runtime.BlockReference object at 0x7efc451e54e0>
<jinja2.runtime.BlockReference object at 0x7fb2903191b0>
<div class="topOfPage">
<button onclick="document.body.scrollTop=0;document.documentElement.scrollTop=0;" class="topOfPageBtn" id="topOfPageBtn" title="Go to top">Top</button>
</div>
Expand Down
Loading

0 comments on commit 6f8ebf6

Please sign in to comment.