From e5c9f277b620a0c8c2db1487fed4eaf54f4c28ea Mon Sep 17 00:00:00 2001 From: Joel Date: Sun, 17 Jan 2021 04:48:55 +0100 Subject: [PATCH] Fixed documentation build script --- {html/_sources => _sources}/lib/Api.rst.txt | 0 _static/documentation_options.js | 2 +- _static/pygments.css | 7 +- genindex.html | 61 +- html/.buildinfo | 4 - html/_sources/index.rst.txt | 21 - html/_sources/lib/Battery.rst.txt | 23 - html/_sources/lib/Buzzer.rst.txt | 25 - html/_sources/lib/IRSensor.rst.txt | 7 - html/_sources/lib/Motor.rst.txt | 23 - html/_sources/lib/Servo.rst.txt | 7 - html/_sources/other/usage.rst.txt | 28 - html/_static/basic.css | 856 -- html/_static/css/badge_only.css | 1 - html/_static/css/fonts/Roboto-Slab-Bold.woff | Bin 87624 -> 0 bytes html/_static/css/fonts/Roboto-Slab-Bold.woff2 | Bin 67312 -> 0 bytes .../css/fonts/Roboto-Slab-Regular.woff | Bin 86288 -> 0 bytes .../css/fonts/Roboto-Slab-Regular.woff2 | Bin 66444 -> 0 bytes .../_static/css/fonts/fontawesome-webfont.eot | Bin 165742 -> 0 bytes .../_static/css/fonts/fontawesome-webfont.svg | 2671 ---- .../_static/css/fonts/fontawesome-webfont.ttf | Bin 165548 -> 0 bytes .../css/fonts/fontawesome-webfont.woff | Bin 98024 -> 0 bytes .../css/fonts/fontawesome-webfont.woff2 | Bin 77160 -> 0 bytes html/_static/css/fonts/lato-bold-italic.woff | Bin 323344 -> 0 bytes html/_static/css/fonts/lato-bold-italic.woff2 | Bin 193308 -> 0 bytes html/_static/css/fonts/lato-bold.woff | Bin 309728 -> 0 bytes html/_static/css/fonts/lato-bold.woff2 | Bin 184912 -> 0 bytes .../_static/css/fonts/lato-normal-italic.woff | Bin 328412 -> 0 bytes .../css/fonts/lato-normal-italic.woff2 | Bin 195704 -> 0 bytes html/_static/css/fonts/lato-normal.woff | Bin 309192 -> 0 bytes html/_static/css/fonts/lato-normal.woff2 | Bin 182708 -> 0 bytes html/_static/css/theme.css | 4 - html/_static/doctools.js | 316 - html/_static/documentation_options.js | 12 - html/_static/file.png | Bin 286 -> 0 bytes html/_static/jquery-3.5.1.js | 10872 ---------------- html/_static/jquery.js | 2 - html/_static/js/badge_only.js | 1 - html/_static/js/html5shiv-printshiv.min.js | 4 - html/_static/js/html5shiv.min.js | 4 - html/_static/js/theme.js | 1 - html/_static/language_data.js | 297 - html/_static/minus.png | Bin 90 -> 0 bytes html/_static/plus.png | Bin 90 -> 0 bytes html/_static/pygments.css | 69 - html/_static/searchtools.js | 514 - html/_static/underscore-1.3.1.js | 999 -- html/_static/underscore.js | 31 - html/genindex.html | 335 - html/index.html | 262 - html/lib/Battery.html | 256 - html/lib/Buzzer.html | 256 - html/lib/IRSensor.html | 291 - html/lib/Motor.html | 263 - html/lib/Servo.html | 239 - html/objects.inv | Bin 674 -> 0 bytes html/other/usage.html | 238 - html/search.html | 223 - html/searchindex.js | 1 - index.html | 42 +- {html/lib => lib}/Api.html | 0 lib/Battery.html | 38 +- lib/Buzzer.html | 38 +- lib/IRSensor.html | 34 +- lib/Motor.html | 34 +- lib/Servo.html | 31 +- objects.inv | Bin 575 -> 674 bytes other/usage.html | 38 +- search.html | 26 +- searchindex.js | 2 +- 70 files changed, 194 insertions(+), 19315 deletions(-) rename {html/_sources => _sources}/lib/Api.rst.txt (100%) delete mode 100644 html/.buildinfo delete mode 100644 html/_sources/index.rst.txt delete mode 100644 html/_sources/lib/Battery.rst.txt delete mode 100644 html/_sources/lib/Buzzer.rst.txt delete mode 100644 html/_sources/lib/IRSensor.rst.txt delete mode 100644 html/_sources/lib/Motor.rst.txt delete mode 100644 html/_sources/lib/Servo.rst.txt delete mode 100644 html/_sources/other/usage.rst.txt delete mode 100644 html/_static/basic.css delete mode 100644 html/_static/css/badge_only.css delete mode 100644 html/_static/css/fonts/Roboto-Slab-Bold.woff delete mode 100644 html/_static/css/fonts/Roboto-Slab-Bold.woff2 delete mode 100644 html/_static/css/fonts/Roboto-Slab-Regular.woff delete mode 100644 html/_static/css/fonts/Roboto-Slab-Regular.woff2 delete mode 100644 html/_static/css/fonts/fontawesome-webfont.eot delete mode 100644 html/_static/css/fonts/fontawesome-webfont.svg delete mode 100644 html/_static/css/fonts/fontawesome-webfont.ttf delete mode 100644 html/_static/css/fonts/fontawesome-webfont.woff delete mode 100644 html/_static/css/fonts/fontawesome-webfont.woff2 delete mode 100644 html/_static/css/fonts/lato-bold-italic.woff delete mode 100644 html/_static/css/fonts/lato-bold-italic.woff2 delete mode 100644 html/_static/css/fonts/lato-bold.woff delete mode 100644 html/_static/css/fonts/lato-bold.woff2 delete mode 100644 html/_static/css/fonts/lato-normal-italic.woff delete mode 100644 html/_static/css/fonts/lato-normal-italic.woff2 delete mode 100644 html/_static/css/fonts/lato-normal.woff delete mode 100644 html/_static/css/fonts/lato-normal.woff2 delete mode 100644 html/_static/css/theme.css delete mode 100644 html/_static/doctools.js delete mode 100644 html/_static/documentation_options.js delete mode 100644 html/_static/file.png delete mode 100644 html/_static/jquery-3.5.1.js delete mode 100644 html/_static/jquery.js delete mode 100644 html/_static/js/badge_only.js delete mode 100644 html/_static/js/html5shiv-printshiv.min.js delete mode 100644 html/_static/js/html5shiv.min.js delete mode 100644 html/_static/js/theme.js delete mode 100644 html/_static/language_data.js delete mode 100644 html/_static/minus.png delete mode 100644 html/_static/plus.png delete mode 100644 html/_static/pygments.css delete mode 100644 html/_static/searchtools.js delete mode 100644 html/_static/underscore-1.3.1.js delete mode 100644 html/_static/underscore.js delete mode 100644 html/genindex.html delete mode 100644 html/index.html delete mode 100644 html/lib/Battery.html delete mode 100644 html/lib/Buzzer.html delete mode 100644 html/lib/IRSensor.html delete mode 100644 html/lib/Motor.html delete mode 100644 html/lib/Servo.html delete mode 100644 html/objects.inv delete mode 100644 html/other/usage.html delete mode 100644 html/search.html delete mode 100644 html/searchindex.js rename {html/lib => lib}/Api.html (100%) diff --git a/html/_sources/lib/Api.rst.txt b/_sources/lib/Api.rst.txt similarity index 100% rename from html/_sources/lib/Api.rst.txt rename to _sources/lib/Api.rst.txt diff --git a/_static/documentation_options.js b/_static/documentation_options.js index 23fc755..dbef29e 100644 --- a/_static/documentation_options.js +++ b/_static/documentation_options.js @@ -1,6 +1,6 @@ var DOCUMENTATION_OPTIONS = { URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'), - VERSION: '0.0.1', + VERSION: '0.0.2', LANGUAGE: 'None', COLLAPSE_INDEX: false, BUILDER: 'html', diff --git a/_static/pygments.css b/_static/pygments.css index 13b7243..631bc92 100644 --- a/_static/pygments.css +++ b/_static/pygments.css @@ -1,10 +1,5 @@ -pre { line-height: 125%; } -td.linenos pre { color: #000000; background-color: #f0f0f0; padding-left: 5px; padding-right: 5px; } -span.linenos { color: #000000; background-color: #f0f0f0; padding-left: 5px; padding-right: 5px; } -td.linenos pre.special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; } -span.linenos.special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; } .highlight .hll { background-color: #ffffcc } -.highlight { background: #f8f8f8; } +.highlight { background: #f8f8f8; } .highlight .c { color: #408080; font-style: italic } /* Comment */ .highlight .err { border: 1px solid #FF0000 } /* Error */ .highlight .k { color: #008000; font-weight: bold } /* Keyword */ diff --git a/genindex.html b/genindex.html index 4b57980..a8c84dc 100644 --- a/genindex.html +++ b/genindex.html @@ -3,11 +3,11 @@ - + - + - Index — CompLib 0.0.1 documentation + Index — CompLib 0.0.2 documentation @@ -16,10 +16,13 @@ + + + @@ -48,7 +51,7 @@ - CompLib + CompLib @@ -82,6 +85,7 @@