reform

MNT Reform: Open Source Portable Computer
Log (Feed) | Files | Refs (Tags) | README

commit a10a611c23ebc061a7876ecf2dd2686134c7e49c
parent 05a3762270e1addf342b3dd034e121257273ef46
Author: Lukas F. Hartmann <lukas@mnt.mn>
Date:   Fri, 28 Sep 2018 18:07:33 +0200

handbook rebuild

Diffstat:
Mhandbook/build/doctrees/TODO.doctree | 0
Mhandbook/build/doctrees/boot/index.doctree | 0
Mhandbook/build/doctrees/case/index.doctree | 0
Mhandbook/build/doctrees/debug/index.doctree | 0
Mhandbook/build/doctrees/environment.pickle | 0
Mhandbook/build/doctrees/index.doctree | 0
Mhandbook/build/doctrees/keyboard/index.doctree | 0
Mhandbook/build/doctrees/motherboard/attiny.doctree | 0
Mhandbook/build/doctrees/motherboard/index.doctree | 0
Mhandbook/build/doctrees/quickstart/index.doctree | 0
Mhandbook/build/doctrees/thermal/index.doctree | 0
Mhandbook/build/doctrees/trackball/index.doctree | 0
Mhandbook/build/html/TODO.html | 10+++++++---
Mhandbook/build/html/_static/documentation_options.js | 2+-
Ahandbook/build/html/_static/mnt-reform-logo.png | 0
Mhandbook/build/html/_static/mntstyle.css | 18+++++++++++-------
Mhandbook/build/html/boot/index.html | 10+++++++---
Mhandbook/build/html/case/index.html | 10+++++++---
Mhandbook/build/html/debug/index.html | 10+++++++---
Mhandbook/build/html/genindex.html | 10+++++++---
Mhandbook/build/html/index.html | 10+++++++---
Mhandbook/build/html/keyboard/index.html | 10+++++++---
Mhandbook/build/html/motherboard/attiny.html | 10+++++++---
Mhandbook/build/html/motherboard/index.html | 10+++++++---
Mhandbook/build/html/quickstart/index.html | 10+++++++---
Mhandbook/build/html/search.html | 10+++++++---
Mhandbook/build/html/searchindex.js | 4++--
Mhandbook/build/html/thermal/index.html | 10+++++++---
Mhandbook/build/html/trackball/index.html | 10+++++++---
29 files changed, 105 insertions(+), 49 deletions(-)

diff --git a/handbook/build/doctrees/TODO.doctree b/handbook/build/doctrees/TODO.doctree Binary files differ. diff --git a/handbook/build/doctrees/boot/index.doctree b/handbook/build/doctrees/boot/index.doctree Binary files differ. diff --git a/handbook/build/doctrees/case/index.doctree b/handbook/build/doctrees/case/index.doctree Binary files differ. diff --git a/handbook/build/doctrees/debug/index.doctree b/handbook/build/doctrees/debug/index.doctree Binary files differ. diff --git a/handbook/build/doctrees/environment.pickle b/handbook/build/doctrees/environment.pickle Binary files differ. diff --git a/handbook/build/doctrees/index.doctree b/handbook/build/doctrees/index.doctree Binary files differ. diff --git a/handbook/build/doctrees/keyboard/index.doctree b/handbook/build/doctrees/keyboard/index.doctree Binary files differ. diff --git a/handbook/build/doctrees/motherboard/attiny.doctree b/handbook/build/doctrees/motherboard/attiny.doctree Binary files differ. diff --git a/handbook/build/doctrees/motherboard/index.doctree b/handbook/build/doctrees/motherboard/index.doctree Binary files differ. diff --git a/handbook/build/doctrees/quickstart/index.doctree b/handbook/build/doctrees/quickstart/index.doctree Binary files differ. diff --git a/handbook/build/doctrees/thermal/index.doctree b/handbook/build/doctrees/thermal/index.doctree Binary files differ. diff --git a/handbook/build/doctrees/trackball/index.doctree b/handbook/build/doctrees/trackball/index.doctree Binary files differ. diff --git a/handbook/build/html/TODO.html b/handbook/build/html/TODO.html @@ -9,7 +9,7 @@ <title>topics todo &#8212; Reform documentation</title> <link rel="stylesheet" href="_static/mntstyle.css" type="text/css" /> <link rel="stylesheet" href="_static/pygments.css" type="text/css" /> - <script type="text/javascript" id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script> + <script type="text/javascript" src="_static/documentation_options.js"></script> <script type="text/javascript" src="_static/jquery.js"></script> <script type="text/javascript" src="_static/underscore.js"></script> <script type="text/javascript" src="_static/doctools.js"></script> @@ -93,7 +93,11 @@ You have to connect with a serial terminal like screen to /dev/tty* and issue AT </div> <div class="sphinxsidebar" role="navigation" aria-label="main navigation"> <div class="sphinxsidebarwrapper"> -<h3><a href="index.html">Table Of Contents</a></h3> +<a href="index.html"> + <img class="logo" src="_static/mnt-reform-logo.png" alt="Logo"/> +</a> + +<!--h3><a href="index.html">MNT Reform Operator Handbook</a></h3--> <ul> <li class="toctree-l1"><a class="reference internal" href="quickstart/index.html">Quick Start</a></li> <li class="toctree-l1"><a class="reference internal" href="case/index.html">The Case</a></li> @@ -121,7 +125,7 @@ You have to connect with a serial terminal like screen to /dev/tty* and issue AT </div> <div class="footer" role="contentinfo"> &#169; Copyright 2018, Lukas F. Hartmann (mntmn). - Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.9. + Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.4. </div> </body> </html> \ No newline at end of file diff --git a/handbook/build/html/_static/documentation_options.js b/handbook/build/html/_static/documentation_options.js @@ -1,5 +1,5 @@ var DOCUMENTATION_OPTIONS = { - URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'), + URL_ROOT: '', VERSION: '', LANGUAGE: 'None', COLLAPSE_INDEX: false, diff --git a/handbook/build/html/_static/mnt-reform-logo.png b/handbook/build/html/_static/mnt-reform-logo.png Binary files differ. diff --git a/handbook/build/html/_static/mntstyle.css b/handbook/build/html/_static/mntstyle.css @@ -63,22 +63,21 @@ div.body { margin: auto; margin-top: 50px; margin-bottom: 300px; - padding-left: 200px; + padding-left: 290px; } a { - color: #333; + color: #000; padding-right: 10px; text-decoration: underscore; } a:active { - color: white; - background-color: black; + text-decoration: none; } a:visited { - color: #666; + color: #000; } .section img { @@ -89,8 +88,8 @@ a:visited { position: fixed; top: 0; left: 0; - margin-top: 50px; - margin-left: 25px; + margin-top: 45px; + margin-left: 45px; width: 220px; } @@ -133,3 +132,8 @@ a:visited { #mnt-reform-operator-handbook img { margin-bottom: 100px; } + +.logo { + width: 220px; + margin-bottom: 55px; +} diff --git a/handbook/build/html/boot/index.html b/handbook/build/html/boot/index.html @@ -9,7 +9,7 @@ <title>System Boot Details &#8212; Reform documentation</title> <link rel="stylesheet" href="../_static/mntstyle.css" type="text/css" /> <link rel="stylesheet" href="../_static/pygments.css" type="text/css" /> - <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script> + <script type="text/javascript" src="../_static/documentation_options.js"></script> <script type="text/javascript" src="../_static/jquery.js"></script> <script type="text/javascript" src="../_static/underscore.js"></script> <script type="text/javascript" src="../_static/doctools.js"></script> @@ -111,7 +111,11 @@ fdt resize </div> <div class="sphinxsidebar" role="navigation" aria-label="main navigation"> <div class="sphinxsidebarwrapper"> -<h3><a href="../index.html">Table Of Contents</a></h3> +<a href="../index.html"> + <img class="logo" src="../_static/mnt-reform-logo.png" alt="Logo"/> +</a> + +<!--h3><a href="../index.html">MNT Reform Operator Handbook</a></h3--> <ul class="current"> <li class="toctree-l1"><a class="reference internal" href="../quickstart/index.html">Quick Start</a></li> <li class="toctree-l1"><a class="reference internal" href="../case/index.html">The Case</a></li> @@ -150,7 +154,7 @@ fdt resize </div> <div class="footer" role="contentinfo"> &#169; Copyright 2018, Lukas F. Hartmann (mntmn). - Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.9. + Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.4. </div> </body> </html> \ No newline at end of file diff --git a/handbook/build/html/case/index.html b/handbook/build/html/case/index.html @@ -9,7 +9,7 @@ <title>The Case &#8212; Reform documentation</title> <link rel="stylesheet" href="../_static/mntstyle.css" type="text/css" /> <link rel="stylesheet" href="../_static/pygments.css" type="text/css" /> - <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script> + <script type="text/javascript" src="../_static/documentation_options.js"></script> <script type="text/javascript" src="../_static/jquery.js"></script> <script type="text/javascript" src="../_static/underscore.js"></script> <script type="text/javascript" src="../_static/doctools.js"></script> @@ -94,7 +94,11 @@ </div> <div class="sphinxsidebar" role="navigation" aria-label="main navigation"> <div class="sphinxsidebarwrapper"> -<h3><a href="../index.html">Table Of Contents</a></h3> +<a href="../index.html"> + <img class="logo" src="../_static/mnt-reform-logo.png" alt="Logo"/> +</a> + +<!--h3><a href="../index.html">MNT Reform Operator Handbook</a></h3--> <ul class="current"> <li class="toctree-l1"><a class="reference internal" href="../quickstart/index.html">Quick Start</a></li> <li class="toctree-l1 current"><a class="current reference internal" href="#">The Case</a><ul> @@ -139,7 +143,7 @@ </div> <div class="footer" role="contentinfo"> &#169; Copyright 2018, Lukas F. Hartmann (mntmn). - Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.9. + Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.4. </div> </body> </html> \ No newline at end of file diff --git a/handbook/build/html/debug/index.html b/handbook/build/html/debug/index.html @@ -9,7 +9,7 @@ <title>Debugging &#8212; Reform documentation</title> <link rel="stylesheet" href="../_static/mntstyle.css" type="text/css" /> <link rel="stylesheet" href="../_static/pygments.css" type="text/css" /> - <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script> + <script type="text/javascript" src="../_static/documentation_options.js"></script> <script type="text/javascript" src="../_static/jquery.js"></script> <script type="text/javascript" src="../_static/underscore.js"></script> <script type="text/javascript" src="../_static/doctools.js"></script> @@ -77,7 +77,11 @@ </div> <div class="sphinxsidebar" role="navigation" aria-label="main navigation"> <div class="sphinxsidebarwrapper"> -<h3><a href="../index.html">Table Of Contents</a></h3> +<a href="../index.html"> + <img class="logo" src="../_static/mnt-reform-logo.png" alt="Logo"/> +</a> + +<!--h3><a href="../index.html">MNT Reform Operator Handbook</a></h3--> <ul class="current"> <li class="toctree-l1"><a class="reference internal" href="../quickstart/index.html">Quick Start</a></li> <li class="toctree-l1"><a class="reference internal" href="../case/index.html">The Case</a></li> @@ -112,7 +116,7 @@ </div> <div class="footer" role="contentinfo"> &#169; Copyright 2018, Lukas F. Hartmann (mntmn). - Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.9. + Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.4. </div> </body> </html> \ No newline at end of file diff --git a/handbook/build/html/genindex.html b/handbook/build/html/genindex.html @@ -10,7 +10,7 @@ <title>Index &#8212; Reform documentation</title> <link rel="stylesheet" href="_static/mntstyle.css" type="text/css" /> <link rel="stylesheet" href="_static/pygments.css" type="text/css" /> - <script type="text/javascript" id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script> + <script type="text/javascript" src="_static/documentation_options.js"></script> <script type="text/javascript" src="_static/jquery.js"></script> <script type="text/javascript" src="_static/underscore.js"></script> <script type="text/javascript" src="_static/doctools.js"></script> @@ -45,7 +45,11 @@ </div> <div class="sphinxsidebar" role="navigation" aria-label="main navigation"> <div class="sphinxsidebarwrapper"> -<h3><a href="index.html">Table Of Contents</a></h3> +<a href="index.html"> + <img class="logo" src="_static/mnt-reform-logo.png" alt="Logo"/> +</a> + +<!--h3><a href="index.html">MNT Reform Operator Handbook</a></h3--> <ul> <li class="toctree-l1"><a class="reference internal" href="quickstart/index.html">Quick Start</a></li> <li class="toctree-l1"><a class="reference internal" href="case/index.html">The Case</a></li> @@ -73,7 +77,7 @@ </div> <div class="footer" role="contentinfo"> &#169; Copyright 2018, Lukas F. Hartmann (mntmn). - Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.9. + Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.4. </div> </body> </html> \ No newline at end of file diff --git a/handbook/build/html/index.html b/handbook/build/html/index.html @@ -9,7 +9,7 @@ <title>MNT Reform Operator Handbook &#8212; Reform documentation</title> <link rel="stylesheet" href="_static/mntstyle.css" type="text/css" /> <link rel="stylesheet" href="_static/pygments.css" type="text/css" /> - <script type="text/javascript" id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script> + <script type="text/javascript" src="_static/documentation_options.js"></script> <script type="text/javascript" src="_static/jquery.js"></script> <script type="text/javascript" src="_static/underscore.js"></script> <script type="text/javascript" src="_static/doctools.js"></script> @@ -107,7 +107,11 @@ </div> <div class="sphinxsidebar" role="navigation" aria-label="main navigation"> <div class="sphinxsidebarwrapper"> -<h3><a href="#">Table Of Contents</a></h3> +<a href="#"> + <img class="logo" src="_static/mnt-reform-logo.png" alt="Logo"/> +</a> + +<!--h3><a href="#">MNT Reform Operator Handbook</a></h3--> <ul> <li class="toctree-l1"><a class="reference internal" href="quickstart/index.html">Quick Start</a></li> <li class="toctree-l1"><a class="reference internal" href="case/index.html">The Case</a></li> @@ -138,7 +142,7 @@ </div> <div class="footer" role="contentinfo"> &#169; Copyright 2018, Lukas F. Hartmann (mntmn). - Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.9. + Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.4. </div> </body> </html> \ No newline at end of file diff --git a/handbook/build/html/keyboard/index.html b/handbook/build/html/keyboard/index.html @@ -9,7 +9,7 @@ <title>The Keyboard &#8212; Reform documentation</title> <link rel="stylesheet" href="../_static/mntstyle.css" type="text/css" /> <link rel="stylesheet" href="../_static/pygments.css" type="text/css" /> - <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script> + <script type="text/javascript" src="../_static/documentation_options.js"></script> <script type="text/javascript" src="../_static/jquery.js"></script> <script type="text/javascript" src="../_static/underscore.js"></script> <script type="text/javascript" src="../_static/doctools.js"></script> @@ -76,7 +76,11 @@ </div> <div class="sphinxsidebar" role="navigation" aria-label="main navigation"> <div class="sphinxsidebarwrapper"> -<h3><a href="../index.html">Table Of Contents</a></h3> +<a href="../index.html"> + <img class="logo" src="../_static/mnt-reform-logo.png" alt="Logo"/> +</a> + +<!--h3><a href="../index.html">MNT Reform Operator Handbook</a></h3--> <ul class="current"> <li class="toctree-l1"><a class="reference internal" href="../quickstart/index.html">Quick Start</a></li> <li class="toctree-l1"><a class="reference internal" href="../case/index.html">The Case</a></li> @@ -115,7 +119,7 @@ </div> <div class="footer" role="contentinfo"> &#169; Copyright 2018, Lukas F. Hartmann (mntmn). - Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.9. + Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.4. </div> </body> </html> \ No newline at end of file diff --git a/handbook/build/html/motherboard/attiny.html b/handbook/build/html/motherboard/attiny.html @@ -9,7 +9,7 @@ <title>The ATTiny &#8212; Reform documentation</title> <link rel="stylesheet" href="../_static/mntstyle.css" type="text/css" /> <link rel="stylesheet" href="../_static/pygments.css" type="text/css" /> - <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script> + <script type="text/javascript" src="../_static/documentation_options.js"></script> <script type="text/javascript" src="../_static/jquery.js"></script> <script type="text/javascript" src="../_static/underscore.js"></script> <script type="text/javascript" src="../_static/doctools.js"></script> @@ -103,7 +103,11 @@ Its job is to keep track of how much current is going in and out of the battery </div> <div class="sphinxsidebar" role="navigation" aria-label="main navigation"> <div class="sphinxsidebarwrapper"> -<h3><a href="../index.html">Table Of Contents</a></h3> +<a href="../index.html"> + <img class="logo" src="../_static/mnt-reform-logo.png" alt="Logo"/> +</a> + +<!--h3><a href="../index.html">MNT Reform Operator Handbook</a></h3--> <ul class="current"> <li class="toctree-l1"><a class="reference internal" href="../quickstart/index.html">Quick Start</a></li> <li class="toctree-l1"><a class="reference internal" href="../case/index.html">The Case</a></li> @@ -144,7 +148,7 @@ Its job is to keep track of how much current is going in and out of the battery </div> <div class="footer" role="contentinfo"> &#169; Copyright 2018, Lukas F. Hartmann (mntmn). - Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.9. + Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.4. </div> </body> </html> \ No newline at end of file diff --git a/handbook/build/html/motherboard/index.html b/handbook/build/html/motherboard/index.html @@ -9,7 +9,7 @@ <title>The Motherboard &#8212; Reform documentation</title> <link rel="stylesheet" href="../_static/mntstyle.css" type="text/css" /> <link rel="stylesheet" href="../_static/pygments.css" type="text/css" /> - <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script> + <script type="text/javascript" src="../_static/documentation_options.js"></script> <script type="text/javascript" src="../_static/jquery.js"></script> <script type="text/javascript" src="../_static/underscore.js"></script> <script type="text/javascript" src="../_static/doctools.js"></script> @@ -78,7 +78,11 @@ </div> <div class="sphinxsidebar" role="navigation" aria-label="main navigation"> <div class="sphinxsidebarwrapper"> -<h3><a href="../index.html">Table Of Contents</a></h3> +<a href="../index.html"> + <img class="logo" src="../_static/mnt-reform-logo.png" alt="Logo"/> +</a> + +<!--h3><a href="../index.html">MNT Reform Operator Handbook</a></h3--> <ul class="current"> <li class="toctree-l1"><a class="reference internal" href="../quickstart/index.html">Quick Start</a></li> <li class="toctree-l1"><a class="reference internal" href="../case/index.html">The Case</a></li> @@ -121,7 +125,7 @@ </div> <div class="footer" role="contentinfo"> &#169; Copyright 2018, Lukas F. Hartmann (mntmn). - Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.9. + Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.4. </div> </body> </html> \ No newline at end of file diff --git a/handbook/build/html/quickstart/index.html b/handbook/build/html/quickstart/index.html @@ -9,7 +9,7 @@ <title>Quick Start &#8212; Reform documentation</title> <link rel="stylesheet" href="../_static/mntstyle.css" type="text/css" /> <link rel="stylesheet" href="../_static/pygments.css" type="text/css" /> - <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script> + <script type="text/javascript" src="../_static/documentation_options.js"></script> <script type="text/javascript" src="../_static/jquery.js"></script> <script type="text/javascript" src="../_static/underscore.js"></script> <script type="text/javascript" src="../_static/doctools.js"></script> @@ -64,7 +64,11 @@ </div> <div class="sphinxsidebar" role="navigation" aria-label="main navigation"> <div class="sphinxsidebarwrapper"> -<h3><a href="../index.html">Table Of Contents</a></h3> +<a href="../index.html"> + <img class="logo" src="../_static/mnt-reform-logo.png" alt="Logo"/> +</a> + +<!--h3><a href="../index.html">MNT Reform Operator Handbook</a></h3--> <ul class="current"> <li class="toctree-l1 current"><a class="current reference internal" href="#">Quick Start</a></li> <li class="toctree-l1"><a class="reference internal" href="../case/index.html">The Case</a></li> @@ -98,7 +102,7 @@ </div> <div class="footer" role="contentinfo"> &#169; Copyright 2018, Lukas F. Hartmann (mntmn). - Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.9. + Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.4. </div> </body> </html> \ No newline at end of file diff --git a/handbook/build/html/search.html b/handbook/build/html/search.html @@ -9,7 +9,7 @@ <title>Search &#8212; Reform documentation</title> <link rel="stylesheet" href="_static/mntstyle.css" type="text/css" /> <link rel="stylesheet" href="_static/pygments.css" type="text/css" /> - <script type="text/javascript" id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script> + <script type="text/javascript" src="_static/documentation_options.js"></script> <script type="text/javascript" src="_static/jquery.js"></script> <script type="text/javascript" src="_static/underscore.js"></script> <script type="text/javascript" src="_static/doctools.js"></script> @@ -68,7 +68,11 @@ </div> <div class="sphinxsidebar" role="navigation" aria-label="main navigation"> <div class="sphinxsidebarwrapper"> -<h3><a href="index.html">Table Of Contents</a></h3> +<a href="index.html"> + <img class="logo" src="_static/mnt-reform-logo.png" alt="Logo"/> +</a> + +<!--h3><a href="index.html">MNT Reform Operator Handbook</a></h3--> <ul> <li class="toctree-l1"><a class="reference internal" href="quickstart/index.html">Quick Start</a></li> <li class="toctree-l1"><a class="reference internal" href="case/index.html">The Case</a></li> @@ -96,7 +100,7 @@ </div> <div class="footer" role="contentinfo"> &#169; Copyright 2018, Lukas F. Hartmann (mntmn). - Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.9. + Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.4. </div> </body> </html> \ No newline at end of file diff --git a/handbook/build/html/searchindex.js b/handbook/build/html/searchindex.js @@ -1 +1 @@ -Search.setIndex({docnames:["TODO","boot/index","case/index","debug/index","index","keyboard/index","motherboard/attiny","motherboard/index","quickstart/index","thermal/index","trackball/index"],envversion:55,filenames:["TODO.rst","boot/index.rst","case/index.rst","debug/index.rst","index.rst","keyboard/index.rst","motherboard/attiny.rst","motherboard/index.rst","quickstart/index.rst","thermal/index.rst","trackball/index.rst"],objects:{},objnames:{},objtypes:{},terms:{"0x00000000":1,"0x10008000":1,"0x18000000":1,"0x400":1,"0xffffffff":1,"10ah":6,"11jw":5,"1366x768":0,"1368x768":0,"1920x1200":0,"1x1":5,"256m":1,"256mb":1,"8n1":6,"break":5,"case":[0,3,4,9],"class":[0,9],"default":[1,8],"export":9,"function":6,"new":[0,5,10],"short":[3,5,10],"switch":[1,2,3,5,6,8,10],"try":[5,8],"while":[5,10],DTS:[0,1],For:[1,8],Its:6,Not:6,One:9,The:[0,1,3,4,8,9],Then:[3,8],There:5,abl:5,acceler:0,accept:6,account:8,achiev:[5,10],acryl:2,act:2,activ:[6,8,9],actual:1,adapt:[3,8],addr:1,address:1,after:[2,10],again:6,air:[2,9],all:[1,3,8,9],alloc:1,allow:[1,10],also:[0,1,2,6],altern:1,alwai:6,amd:0,amp:6,amplifi:0,analog:6,ani:0,anoth:6,anti:5,anyth:1,ap1501a:3,appli:1,arduino:6,assembl:2,ath9k:1,atmega32u4:5,atmega:[5,10],atmel:[5,6,10],attach:2,attini:4,attiny841:6,audio:4,automat:8,avail:9,avoid:0,back:[4,5],ball:10,base:[1,5,10],batteri:[0,2,3,6,8],baud:[3,6],befor:2,behaviour:10,being:6,below:6,besid:1,beta:[5,6],between:[2,5],bezel:2,big:[1,3],bigger:5,bit:[5,6],blob:1,block:1,blow:9,blue:9,board:[1,3,6],boost:6,boot:[0,3,4,8],bootarg:1,bootload:[5,10],bootrom:0,bootstrap:1,bootz:1,both:[1,3,10],bottom:[4,8,9],box:4,briefli:[5,10],bright:0,brightnessctl:0,build:[0,1],busi:9,button:10,cabl:[2,6,8,9],call:1,can:[0,1,3,5,6,8,9,10],cap:5,capac:6,card:[0,1,3,8],carefulli:5,cat:[0,9],celciu:9,central:8,chang:[0,6,9],charg:[6,8],check:[3,9],cherri:5,chip:[1,6,9],circuit:1,clear:5,click:4,clock:1,close:[2,6],closur:4,cma:1,code:[1,6,9],coil:3,column:5,com:[0,1],command:[0,1,5,6,9,10],communc:4,compani:5,compat:[0,6],compil:[1,9],comput:3,config:1,configur:[0,1,6],connect:[0,2,3,5,6,8,9,10],connector:[3,8],consid:6,consol:[0,4,8],contain:2,continu:[1,5],contribut:1,control:9,convert:[5,6],coordin:10,core:9,corner:[2,8],correspond:5,could:1,count:5,counter:6,cover:2,cpu:[0,8],creat:[1,8],csi:0,current:6,curs:0,danger:6,data:1,dcd:1,ddr:1,debian:8,debug:4,decim:1,decod:0,defin:9,degre:[5,9],demo:8,desold:6,detail:4,detect:[2,6],dev:[0,1,3,6],devic:[0,1,2,5,8,9,10],dfu:[5,10],diagnost:[3,8],didn:1,diod:5,direct:9,disabl:1,disconnect:3,discret:0,disk:1,displai:[0,2,4,8],dissolv:5,doe:[0,1,6],don:3,done:1,down:10,draw:6,drive:[1,8],driver:[0,1],dsi:0,dtb:1,dts:1,duty_cycl:9,each:5,easi:6,easier:5,echo:9,edit:[5,10],effect:[2,6],either:8,electron:2,els:1,empti:0,emul:6,enabl:9,encrypt:1,end:8,enter:[8,10],environ:8,escap:9,estim:6,ethernet:[0,4],etnaviv:1,evenli:5,everyth:8,exampl:9,execut:[5,10],exit:10,expand:1,expans:1,expos:2,express:1,ext4:1,ext4load:1,extern:3,fail:1,fan:[2,9],faq:0,far:[0,1],fat:1,fatload:1,fdt:1,fdt_high:1,file:[1,5,10],find:[3,5,6,10],firmwar:4,first:[1,3,9],flash:[4,5,10],folder:[5,6,10],follow:[3,5,6,9,10],form2:5,form:6,format:[1,8],formlab:5,forth:5,found:3,framework:10,freebsd:1,from:[1,2,5,6,8,10],front:[4,8],full:[0,9],game:0,gap:9,gaug:6,gener:3,get:[3,6,10],ghost:5,git:0,github:[0,1],glu:9,gmk:5,gnd:[3,5,6,10],gnu:8,goe:9,going:6,good:3,gpio:0,gpt:1,gpu:[1,9],graphic:[0,8,9],green:[1,3],greet:8,grid:4,ground:[5,10],guid:1,hall:[2,6],hand:5,handl:0,happi:1,happili:1,harddisk:1,harder:5,hardwar:0,has:[0,1,2,3,5,6,10],have:[0,1,3,5],hdmi:0,header:[0,2],headphon:0,heat:[3,5,9],heatsink:9,heavi:9,help:6,helper:1,hid:[5,10],hing:2,hold:2,hole:2,host:3,hot:9,hour:6,how:[0,6,9],http:[0,1],huawei:0,hub:3,hwb:[5,10],i2c:[0,6],identifi:5,implement:10,imx6qp:1,imx:1,ina260:6,includ:[0,1],inform:[3,6,8],initi:1,inner:2,input:[0,3,6],insert:[2,3],insid:[5,9],inspect:[1,8],instal:[1,8],instanc:9,instead:10,intak:2,intern:[0,1,2,3,8],internet:0,interrupt:[1,6,8],iron:5,irregular:5,isol:2,isp:6,issu:0,its:[6,9],itself:[0,1],j12:2,j14:2,j15:2,j22:2,j25:3,j26:2,j29:3,j33:2,j34:[2,6],jack:0,job:[6,9],jump:1,jumper:[5,10],just:[1,5],keep:[6,10],kernel:[3,4,8],keyboard:[0,4,10],keycap:[0,4],keycod:5,keypress:8,keyswitch:4,l104:1,label:[0,3,5],lasercut:2,led:[1,3],left:[2,6,10],letter:6,level:6,librari:10,lid:[2,4,8],lid_open:6,lifepo4:[2,8],light:[1,3],like:[0,1,10],line:[0,1],linux:[3,4,6,8],list:1,littl:6,load:[1,9],locat:[1,8],log:8,login:8,logo:8,look:1,low:6,lower:[2,6],lp3962emp:3,lte:0,lufa:[5,10],lvd:2,magnet:[2,6],main:[3,4,9,10],make:[0,5,6,9,10],manag:1,manual:1,mark:10,matrix:[5,10],maximum:[0,1],mbr:1,mcu:[6,10],mean:1,memori:[1,9],messag:1,microcontrol:[5,6,10],microphon:0,middl:4,mini:1,miso:6,mkkernel:1,mkreform:1,mkuboot:1,ml1a:5,mmc:1,mmcblk0p1:1,mnt:8,mntmn:[0,1],mntreform:1,mode:[0,4,5],model:5,modem:0,modern:1,modifi:[5,10],modul:[0,1,3,9],monitor:[6,9],more:[1,5],mosi:6,most:[1,2,9],motherboard:[0,2,3,4,6,8],mount:[2,9],mous:10,movement:10,msata:[1,8],msi:1,much:[6,9],multimet:3,multipl:0,mx6:[1,6,9],mx6qp:1,need:[1,3,6,9],netbsd:1,next:[1,3],noinitrd:1,nomsi:1,normal:[1,5,9],nutshel:4,nvidia:0,occupi:1,off:[3,6],one:[5,8],onli:[0,1,5,9],onto:[1,2],open:[2,6],openbsd:1,opengl:0,oper:[1,8],optic:10,other:[1,2,5],out:[0,3,5,6,9],output:[0,3,6,9],over:9,overh:9,own:0,palm:2,paramet:1,parser:1,part:[0,1,2],partit:1,pass:[1,2],passiv:9,password:8,pcb:10,pci:1,pcie:[1,3,4],perform:10,period:9,peripher:3,perman:6,physic:1,pin:[3,5,6,9,10],pincer:5,place:2,plate:[4,9],pleas:1,plug:8,pmw3360dm:10,pocket:2,point:3,pool:1,port:[0,1,2,3,6,9],possibl:6,power:[2,4,6,8,9],powerok:1,preinstal:8,prepar:3,present:[0,1,8],press:[2,10],prevent:9,print:[0,5],printer:5,problem:[0,1],process:5,processor:[8,9],produc:5,program:[3,6],programm:6,prompt:8,proprietari:0,protect:4,protocol:5,pull:[5,10],puls:9,push:[5,8,9],put:8,pwm0:9,pwm1:9,pwm:9,pwmchip1:9,pwron:6,quick:4,r48:6,r50:6,rail:3,ram:1,raspberri:0,rate:3,raw:6,read:1,reappear:[5,10],reason:[6,8],reattach:8,rebuild:[5,10],receiv:1,recommend:1,red:[1,3],reform:[0,1,2,3,5,6,8,9,10],reformd:9,regul:3,releas:10,relev:6,remov:5,repair:8,repeat:5,replac:4,repositori:[0,6],rescu:1,reset:[5,6,10],resin:5,resistor:6,resiz:1,resolut:0,respect:5,respons:6,rest:2,result:[1,5],right:[2,6,8,10],roll:10,rom:[0,1],root:[1,8],rootwait:1,row:[5,6],run:[0,1,5],safeti:8,same:[1,5,10],sand:5,sandwich:2,scan:[5,10],scancod:5,scanner:5,schemat:[0,4],scheme:1,sck:6,screen:[0,3,4,6],screw:2,script:[1,9],scroll:10,sd1:1,second:1,section:5,secur:[2,8],see:[3,5],send:[6,10],sens:[2,6],sensor:[2,4,10],serial:[0,4,6],serv:2,set:[1,5,6,9],setenv:1,setup:0,shell:1,ship:1,should:[3,8,9],show:8,side:5,signal:[1,2,3],silkscreen:10,sim:0,singl:6,size:1,sleep:6,slide:2,slightli:5,slot:[2,8],small:5,soc:[1,9],softwar:0,solder:5,some:[1,5,8],somewher:3,sourc:[1,5,6,9,10],speaker:0,special:[5,10],specifi:1,speed:9,spi:[0,10],squar:5,ssd:[1,8],stabl:5,standard:[5,8],start:[1,4,5],startup:3,state:[6,9],station:5,stem:5,step:1,stereo:0,still:6,storag:4,strap:2,string:6,structur:1,suppli:1,support:[1,4],suppos:6,swap:5,sys:[0,9],system:[0,3,4,6,8,9],t2qu:10,tabl:1,take:3,talk:6,tell:1,temp:[0,9],temperatur:[0,9],termin:[0,3,5,6,10],test:[0,1,3,6],than:5,them:[1,5],theoret:1,theori:1,thermal:[0,4],thermal_zone0:[0,9],thi:[1,2,5,6,8,9,10],thin:2,though:1,three:9,through:[2,9],time:1,tinyrex:[0,1,3],todo:6,tool:1,top:[4,5],tp12:3,tp3:3,tp5:3,tp6:3,track:6,trackbal:[0,2,4],tree:[0,1],troubleshoot:3,tty:0,ttymxc1:6,ttyusb0:3,turn:[1,3,9],type:[5,10],u11:3,u13:3,u16:6,uart1_ct:3,uart1_rt:3,uart1_rxd:3,uart1_txd:3,uart2:6,uart:3,under:9,understand:1,undervoltag:4,unit:5,unlock:0,unplug:3,unscrew:8,until:[5,6],upload:[5,10],upper:[6,8],usb:[0,1,2,3,4,5,10],use:[0,1,3,5,6,8,9,10],user:8,usernam:8,uses:[6,9,10],using:[1,6],usual:[3,9],util:1,uvlo:4,valu:6,vent:2,veri:[5,6,9],via:[2,6,9,10],video:0,voltag:[1,3,6],volum:1,wai:[3,6],wait:1,wake:6,wall:[3,8],want:[1,3,6],wayland:0,well:2,what:[0,6,9],wheel:4,when:[1,6,9],where:[0,1,5,9],which:[3,6,9],white:8,who:5,wicd:0,wider:5,width:[0,9],wifi:[0,1],wiggl:5,wire:3,without:[1,5],work:[0,1,6],workaround:0,would:1,write:1,wwan:0,x86:0,xorg:0,xyz999:0,xyz:0,yellow:9,you:[0,1,3,5,6,8,9,10],your:[0,1,3,5,10],zimag:1},titles:["topics todo","System Boot Details","The Case","Debugging","MNT Reform Operator Handbook","The Keyboard","The ATTiny","The Motherboard","Quick Start","Thermal","The Trackball"],titleterms:{"case":2,The:[2,5,6,7,10],attini:6,audio:7,back:2,boot:1,bottom:2,box:2,click:10,closur:2,communc:6,consol:3,content:4,debug:3,detail:1,displai:7,ethernet:7,firmwar:[5,6,10],flash:6,front:2,grid:2,handbook:4,kernel:1,keyboard:[2,5],keycap:5,keyswitch:5,lid:6,linux:1,main:2,middl:10,mnt:4,mode:10,motherboard:7,nutshel:6,oper:4,pcie:7,plate:2,power:[1,3,7],protect:6,quick:8,reform:4,replac:5,schemat:7,screen:2,sensor:6,serial:3,start:8,storag:7,support:2,system:1,tabl:4,thermal:9,todo:0,top:2,topic:0,trackbal:10,undervoltag:6,usb:7,uvlo:6,wheel:10}}) -\ No newline at end of file +Search.setIndex({docnames:["TODO","boot/index","case/index","debug/index","index","keyboard/index","motherboard/attiny","motherboard/index","quickstart/index","thermal/index","trackball/index"],envversion:53,filenames:["TODO.rst","boot/index.rst","case/index.rst","debug/index.rst","index.rst","keyboard/index.rst","motherboard/attiny.rst","motherboard/index.rst","quickstart/index.rst","thermal/index.rst","trackball/index.rst"],objects:{},objnames:{},objtypes:{},terms:{"0x00000000":1,"0x10008000":1,"0x18000000":1,"0x400":1,"0xffffffff":1,"10ah":6,"11jw":5,"1366x768":0,"1368x768":0,"1920x1200":0,"1x1":5,"256m":1,"256mb":1,"8n1":6,"break":5,"case":[0,3,4,9],"class":[0,9],"default":[1,8],"export":9,"function":6,"new":[0,5,10],"short":[3,5,10],"switch":[1,2,3,5,6,8,10],"try":[5,8],"while":[5,10],DTS:[0,1],For:[1,8],Its:6,Not:6,One:9,The:[0,1,3,4,8,9],Then:[3,8],There:5,abl:5,acceler:0,accept:6,account:8,achiev:[5,10],acryl:2,act:2,activ:[6,8,9],actual:1,adapt:[3,8],addr:1,address:1,after:[2,10],again:6,air:[2,9],all:[1,3,8,9],alloc:1,allow:[1,10],also:[0,1,2,6],altern:1,alwai:6,amd:0,amp:6,amplifi:0,analog:6,ani:0,anoth:6,anti:5,anyth:1,ap1501a:3,appli:1,arduino:6,assembl:2,ath9k:1,atmega32u4:5,atmega:[5,10],atmel:[5,6,10],attach:2,attini:4,attiny841:6,audio:4,automat:8,avail:9,avoid:0,back:[4,5],ball:10,base:[1,5,10],batteri:[0,2,3,6,8],baud:[3,6],befor:2,behaviour:10,being:6,below:6,besid:1,beta:[5,6],between:[2,5],bezel:2,big:[1,3],bigger:5,bit:[5,6],blob:1,block:1,blow:9,blue:9,board:[1,3,6],boost:6,boot:[0,3,4,8],bootarg:1,bootload:[5,10],bootrom:0,bootstrap:1,bootz:1,both:[1,3,10],bottom:[4,8,9],box:4,briefli:[5,10],bright:0,brightnessctl:0,build:[0,1],busi:9,button:10,cabl:[2,6,8,9],call:1,can:[0,1,3,5,6,8,9,10],cap:5,capac:6,card:[0,1,3,8],carefulli:5,cat:[0,9],celciu:9,central:8,chang:[0,6,9],charg:[6,8],check:[3,9],cherri:5,chip:[1,6,9],circuit:1,clear:5,click:4,clock:1,close:[2,6],closur:4,cma:1,code:[1,6,9],coil:3,column:5,com:[0,1],command:[0,1,5,6,9,10],communc:4,compani:5,compat:[0,6],compil:[1,9],comput:3,config:1,configur:[0,1,6],connect:[0,2,3,5,6,8,9,10],connector:[3,8],consid:6,consol:[0,4,8],contain:2,continu:[1,5],contribut:1,control:9,convert:[5,6],coordin:10,core:9,corner:[2,8],correspond:5,could:1,count:5,counter:6,cover:2,cpu:[0,8],creat:[1,8],csi:0,current:6,curs:0,danger:6,data:1,dcd:1,ddr:1,debian:8,debug:4,decim:1,decod:0,defin:9,degre:[5,9],demo:8,desold:6,detail:4,detect:[2,6],dev:[0,1,3,6],devic:[0,1,2,5,8,9,10],dfu:[5,10],diagnost:[3,8],didn:1,diod:5,direct:9,disabl:1,disconnect:3,discret:0,disk:1,displai:[0,2,4,8],dissolv:5,doe:[0,1,6],don:3,done:1,down:10,draw:6,drive:[1,8],driver:[0,1],dsi:0,dtb:1,dts:1,duty_cycl:9,each:5,easi:6,easier:5,echo:9,edit:[5,10],effect:[2,6],either:8,electron:2,els:1,empti:0,emul:6,enabl:9,encrypt:1,end:8,enter:[8,10],environ:8,escap:9,estim:6,ethernet:[0,4],etnaviv:1,evenli:5,everyth:8,exampl:9,execut:[5,10],exit:10,expand:1,expans:1,expos:2,express:1,ext4:1,ext4load:1,extern:3,fail:1,fan:[2,9],faq:0,far:[0,1],fat:1,fatload:1,fdt:1,fdt_high:1,file:[1,5,10],find:[3,5,6,10],firmwar:4,first:[1,3,9],flash:[4,5,10],folder:[5,6,10],follow:[3,5,6,9,10],form2:5,form:6,format:[1,8],formlab:5,forth:5,found:3,framework:10,freebsd:1,from:[1,2,5,6,8,10],front:[4,8],full:[0,9],game:0,gap:9,gaug:6,gener:3,get:[3,6,10],ghost:5,git:0,github:[0,1],glu:9,gmk:5,gnd:[3,5,6,10],gnu:8,goe:9,going:6,good:3,gpio:0,gpt:1,gpu:[1,9],graphic:[0,8,9],green:[1,3],greet:8,grid:4,ground:[5,10],guid:1,hall:[2,6],hand:5,handl:0,happi:1,happili:1,harddisk:1,harder:5,hardwar:0,has:[0,1,2,3,5,6,10],have:[0,1,3,5],hdmi:0,header:[0,2],headphon:0,heat:[3,5,9],heatsink:9,heavi:9,help:6,helper:1,hid:[5,10],hing:2,hold:2,hole:2,host:3,hot:9,hour:6,how:[0,6,9],http:[0,1],huawei:0,hub:3,hwb:[5,10],i2c:[0,6],identifi:5,implement:10,imx6qp:1,imx:1,ina260:6,includ:[0,1],inform:[3,6,8],initi:1,inner:2,input:[0,3,6],insert:[2,3],insid:[5,9],inspect:[1,8],instal:[1,8],instanc:9,instead:10,intak:2,intern:[0,1,2,3,8],internet:0,interrupt:[1,6,8],iron:5,irregular:5,isol:2,isp:6,issu:0,its:[6,9],itself:[0,1],j12:2,j14:2,j15:2,j22:2,j25:3,j26:2,j29:3,j33:2,j34:[2,6],jack:0,job:[6,9],jump:1,jumper:[5,10],just:[1,5],keep:[6,10],kernel:[3,4,8],keyboard:[0,4,10],keycap:[0,4],keycod:5,keypress:8,keyswitch:4,l104:1,label:[0,3,5],lasercut:2,led:[1,3],left:[2,6,10],letter:6,level:6,librari:10,lid:[2,4,8],lid_open:6,lifepo4:[2,8],light:[1,3],like:[0,1,10],line:[0,1],linux:[3,4,6,8],list:1,littl:6,load:[1,9],locat:[1,8],log:8,login:8,logo:8,look:1,low:6,lower:[2,6],lp3962emp:3,lte:0,lufa:[5,10],lvd:2,magnet:[2,6],main:[3,4,9,10],make:[0,5,6,9,10],manag:1,manual:1,mark:10,matrix:[5,10],maximum:[0,1],mbr:1,mcu:[6,10],mean:1,memori:[1,9],messag:1,microcontrol:[5,6,10],microphon:0,middl:4,mini:1,miso:6,mkkernel:1,mkreform:1,mkuboot:1,ml1a:5,mmc:1,mmcblk0p1:1,mnt:8,mntmn:[0,1],mntreform:1,mode:[0,4,5],model:5,modem:0,modern:1,modifi:[5,10],modul:[0,1,3,9],monitor:[6,9],more:[1,5],mosi:6,most:[1,2,9],motherboard:[0,2,3,4,6,8],mount:[2,9],mous:10,movement:10,msata:[1,8],msi:1,much:[6,9],multimet:3,multipl:0,mx6:[1,6,9],mx6qp:1,need:[1,3,6,9],netbsd:1,next:[1,3],noinitrd:1,nomsi:1,normal:[1,5,9],nutshel:4,nvidia:0,occupi:1,off:[3,6],one:[5,8],onli:[0,1,5,9],onto:[1,2],open:[2,6],openbsd:1,opengl:0,oper:[1,8],optic:10,other:[1,2,5],out:[0,3,5,6,9],output:[0,3,6,9],over:9,overh:9,own:0,palm:2,paramet:1,parser:1,part:[0,1,2],partit:1,pass:[1,2],passiv:9,password:8,pcb:10,pci:1,pcie:[1,3,4],perform:10,period:9,peripher:3,perman:6,physic:1,pin:[3,5,6,9,10],pincer:5,place:2,plate:[4,9],pleas:1,plug:8,pmw3360dm:10,pocket:2,point:3,pool:1,port:[0,1,2,3,6,9],possibl:6,power:[2,4,6,8,9],powerok:1,preinstal:8,prepar:3,present:[0,1,8],press:[2,10],prevent:9,print:[0,5],printer:5,problem:[0,1],process:5,processor:[8,9],produc:5,program:[3,6],programm:6,prompt:8,proprietari:0,protect:4,protocol:5,pull:[5,10],puls:9,push:[5,8,9],put:8,pwm0:9,pwm1:9,pwm:9,pwmchip1:9,pwron:6,quick:4,r48:6,r50:6,rail:3,ram:1,raspberri:0,rate:3,raw:6,read:1,reappear:[5,10],reason:[6,8],reattach:8,rebuild:[5,10],receiv:1,recommend:1,red:[1,3],reform:[0,1,2,3,5,6,8,9,10],reformd:9,regul:3,releas:10,relev:6,remov:5,repair:8,repeat:5,replac:4,repositori:[0,6],rescu:1,reset:[5,6,10],resin:5,resistor:6,resiz:1,resolut:0,respect:5,respons:6,rest:2,result:[1,5],right:[2,6,8,10],roll:10,rom:[0,1],root:[1,8],rootwait:1,row:[5,6],run:[0,1,5],safeti:8,same:[1,5,10],sand:5,sandwich:2,scan:[5,10],scancod:5,scanner:5,schemat:[0,4],scheme:1,sck:6,screen:[0,3,4,6],screw:2,script:[1,9],scroll:10,sd1:1,second:1,section:5,secur:[2,8],see:[3,5],send:[6,10],sens:[2,6],sensor:[2,4,10],serial:[0,4,6],serv:2,set:[1,5,6,9],setenv:1,setup:0,shell:1,ship:1,should:[3,8,9],show:8,side:5,signal:[1,2,3],silkscreen:10,sim:0,singl:6,size:1,sleep:6,slide:2,slightli:5,slot:[2,8],small:5,soc:[1,9],softwar:0,solder:5,some:[1,5,8],somewher:3,sourc:[1,5,6,9,10],speaker:0,special:[5,10],specifi:1,speed:9,spi:[0,10],squar:5,ssd:[1,8],stabl:5,standard:[5,8],start:[1,4,5],startup:3,state:[6,9],station:5,stem:5,step:1,stereo:0,still:6,storag:4,strap:2,string:6,structur:1,suppli:1,support:[1,4],suppos:6,swap:5,sys:[0,9],system:[0,3,4,6,8,9],t2qu:10,tabl:1,take:3,talk:6,tell:1,temp:[0,9],temperatur:[0,9],termin:[0,3,5,6,10],test:[0,1,3,6],than:5,them:[1,5],theoret:1,theori:1,thermal:[0,4],thermal_zone0:[0,9],thi:[1,2,5,6,8,9,10],thin:2,though:1,three:9,through:[2,9],time:1,tinyrex:[0,1,3],todo:6,tool:1,top:[4,5],tp12:3,tp3:3,tp5:3,tp6:3,track:6,trackbal:[0,2,4],tree:[0,1],troubleshoot:3,tty:0,ttymxc1:6,ttyusb0:3,turn:[1,3,9],type:[5,10],u11:3,u13:3,u16:6,uart1_ct:3,uart1_rt:3,uart1_rxd:3,uart1_txd:3,uart2:6,uart:3,under:9,understand:1,undervoltag:4,unit:5,unlock:0,unplug:3,unscrew:8,until:[5,6],upload:[5,10],upper:[6,8],usb:[0,1,2,3,4,5,10],use:[0,1,3,5,6,8,9,10],user:8,usernam:8,uses:[6,9,10],using:[1,6],usual:[3,9],util:1,uvlo:4,valu:6,vent:2,veri:[5,6,9],via:[2,6,9,10],video:0,voltag:[1,3,6],volum:1,wai:[3,6],wait:1,wake:6,wall:[3,8],want:[1,3,6],wayland:0,well:2,what:[0,6,9],wheel:4,when:[1,6,9],where:[0,1,5,9],which:[3,6,9],white:8,who:5,wicd:0,wider:5,width:[0,9],wifi:[0,1],wiggl:5,wire:3,without:[1,5],work:[0,1,6],workaround:0,would:1,write:1,wwan:0,x86:0,xorg:0,xyz999:0,xyz:0,yellow:9,you:[0,1,3,5,6,8,9,10],your:[0,1,3,5,10],zimag:1},titles:["topics todo","System Boot Details","The Case","Debugging","MNT Reform Operator Handbook","The Keyboard","The ATTiny","The Motherboard","Quick Start","Thermal","The Trackball"],titleterms:{"case":2,The:[2,5,6,7,10],attini:6,audio:7,back:2,boot:1,bottom:2,box:2,click:10,closur:2,communc:6,consol:3,content:4,debug:3,detail:1,displai:7,ethernet:7,firmwar:[5,6,10],flash:6,front:2,grid:2,handbook:4,kernel:1,keyboard:[2,5],keycap:5,keyswitch:5,lid:6,linux:1,main:2,middl:10,mnt:4,mode:10,motherboard:7,nutshel:6,oper:4,pcie:7,plate:2,power:[1,3,7],protect:6,quick:8,reform:4,replac:5,schemat:7,screen:2,sensor:6,serial:3,start:8,storag:7,support:2,system:1,tabl:4,thermal:9,todo:0,top:2,topic:0,trackbal:10,undervoltag:6,usb:7,uvlo:6,wheel:10}}) +\ No newline at end of file diff --git a/handbook/build/html/thermal/index.html b/handbook/build/html/thermal/index.html @@ -9,7 +9,7 @@ <title>Thermal &#8212; Reform documentation</title> <link rel="stylesheet" href="../_static/mntstyle.css" type="text/css" /> <link rel="stylesheet" href="../_static/pygments.css" type="text/css" /> - <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script> + <script type="text/javascript" src="../_static/documentation_options.js"></script> <script type="text/javascript" src="../_static/jquery.js"></script> <script type="text/javascript" src="../_static/underscore.js"></script> <script type="text/javascript" src="../_static/doctools.js"></script> @@ -67,7 +67,11 @@ </div> <div class="sphinxsidebar" role="navigation" aria-label="main navigation"> <div class="sphinxsidebarwrapper"> -<h3><a href="../index.html">Table Of Contents</a></h3> +<a href="../index.html"> + <img class="logo" src="../_static/mnt-reform-logo.png" alt="Logo"/> +</a> + +<!--h3><a href="../index.html">MNT Reform Operator Handbook</a></h3--> <ul class="current"> <li class="toctree-l1"><a class="reference internal" href="../quickstart/index.html">Quick Start</a></li> <li class="toctree-l1"><a class="reference internal" href="../case/index.html">The Case</a></li> @@ -101,7 +105,7 @@ </div> <div class="footer" role="contentinfo"> &#169; Copyright 2018, Lukas F. Hartmann (mntmn). - Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.9. + Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.4. </div> </body> </html> \ No newline at end of file diff --git a/handbook/build/html/trackball/index.html b/handbook/build/html/trackball/index.html @@ -9,7 +9,7 @@ <title>The Trackball &#8212; Reform documentation</title> <link rel="stylesheet" href="../_static/mntstyle.css" type="text/css" /> <link rel="stylesheet" href="../_static/pygments.css" type="text/css" /> - <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script> + <script type="text/javascript" src="../_static/documentation_options.js"></script> <script type="text/javascript" src="../_static/jquery.js"></script> <script type="text/javascript" src="../_static/underscore.js"></script> <script type="text/javascript" src="../_static/doctools.js"></script> @@ -68,7 +68,11 @@ </div> <div class="sphinxsidebar" role="navigation" aria-label="main navigation"> <div class="sphinxsidebarwrapper"> -<h3><a href="../index.html">Table Of Contents</a></h3> +<a href="../index.html"> + <img class="logo" src="../_static/mnt-reform-logo.png" alt="Logo"/> +</a> + +<!--h3><a href="../index.html">MNT Reform Operator Handbook</a></h3--> <ul class="current"> <li class="toctree-l1"><a class="reference internal" href="../quickstart/index.html">Quick Start</a></li> <li class="toctree-l1"><a class="reference internal" href="../case/index.html">The Case</a></li> @@ -106,7 +110,7 @@ </div> <div class="footer" role="contentinfo"> &#169; Copyright 2018, Lukas F. Hartmann (mntmn). - Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.9. + Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.4. </div> </body> </html> \ No newline at end of file