Permalink
Browse files

update pip to pip3 to get 'make html' to work, also have html files f…

…rom that working
  • Loading branch information...
1 parent 6c0d642 commit e25716a27bb67271b9e4b45b81722b152abe341c @ahoneybun committed Apr 27, 2017
Showing with 27,176 additions and 614 deletions.
  1. +1 −1 README.md
  2. BIN build/doctrees/RST-Template.doctree
  3. BIN build/doctrees/changes.doctree
  4. BIN build/doctrees/docs/advanced.doctree
  5. BIN build/doctrees/docs/appendix/appendix.doctree
  6. BIN build/doctrees/docs/appendix/changes.doctree
  7. BIN build/doctrees/docs/appendix/references.doctree
  8. BIN build/doctrees/docs/basic.doctree
  9. BIN build/doctrees/docs/contribute.doctree
  10. BIN build/doctrees/docs/installation.doctree
  11. BIN build/doctrees/docs/packaging_guide/getting_started.doctree
  12. BIN build/doctrees/docs/packaging_guide/packaging.doctree
  13. BIN build/doctrees/docs/packaging_guide/welcome.doctree
  14. BIN build/doctrees/docs/repositories.doctree
  15. BIN build/doctrees/docs/software.doctree
  16. BIN build/doctrees/docs/support.doctree
  17. BIN build/doctrees/environment.pickle
  18. BIN build/doctrees/index.doctree
  19. BIN build/doctrees/welcome.doctree
  20. +1 −1 build/epub/.buildinfo
  21. BIN build/epub/KubuntuManual.epub
  22. +131 −0 build/epub/RST-Template.xhtml
  23. BIN build/epub/_images/AppDash-zesty.png
  24. BIN build/epub/_images/DiscoverUpdates-zesty.png
  25. BIN build/epub/_images/EditRepo-zesty.png
  26. BIN build/epub/_images/EditRepos-zesty.png
  27. BIN build/epub/_images/Kickoff-zesty.png
  28. BIN build/epub/_images/Krunner-zesty.png
  29. BIN build/epub/_images/Kubuntu-1704-Desktop.png
  30. BIN build/epub/_images/MuonDiscover-zesty.png
  31. BIN build/epub/_images/Panels-zesty.png
  32. BIN build/epub/_images/SoftwareSources-zesty.png
  33. BIN build/epub/_images/disksetup-full.png
  34. BIN build/epub/_images/disksetup-manual.png
  35. BIN build/epub/_images/keyboard.png
  36. BIN build/epub/_images/prepare.png
  37. BIN build/epub/_images/timezone.png
  38. BIN build/epub/_images/userinfo.png
  39. BIN build/epub/_images/welcome-slide.png
  40. +46 −18 build/epub/_static/basic.css
  41. BIN build/epub/_static/comment-bright.png
  42. BIN build/epub/_static/comment-close.png
  43. BIN build/epub/_static/comment.png
  44. BIN build/epub/_static/down-pressed.png
  45. BIN build/epub/_static/down.png
  46. +40 −19 build/epub/_static/epub.css
  47. BIN build/epub/_static/file.png
  48. +10,219 −4 build/epub/_static/jquery.js
  49. BIN build/epub/_static/minus.png
  50. BIN build/epub/_static/plus.png
  51. +4 −0 build/epub/_static/pygments.css
  52. +18 −188 build/epub/_static/searchtools.js
  53. +1,548 −31 build/epub/_static/underscore.js
  54. BIN build/epub/_static/up-pressed.png
  55. BIN build/epub/_static/up.png
  56. +71 −0 build/epub/changes.xhtml
  57. +166 −100 build/epub/content.opf
  58. +90 −0 build/epub/docs/advanced.xhtml
  59. +36 −0 build/epub/docs/appendix/appendix.xhtml
  60. +71 −0 build/epub/docs/appendix/changes.xhtml
  61. +41 −0 build/epub/docs/appendix/references.xhtml
  62. +117 −0 build/epub/docs/basic.xhtml
  63. +108 −0 build/epub/docs/contribute.xhtml
  64. +234 −0 build/epub/docs/installation.xhtml
  65. +178 −0 build/epub/docs/packaging_guide/getting_started.xhtml
  66. +36 −0 build/epub/docs/packaging_guide/packaging.xhtml
  67. +58 −0 build/epub/docs/packaging_guide/welcome.xhtml
  68. +78 −0 build/epub/docs/repositories.xhtml
  69. +142 −0 build/epub/docs/software.xhtml
  70. +59 −0 build/epub/docs/support.xhtml
  71. +33 −0 build/epub/genindex.xhtml
  72. +60 −0 build/epub/index.xhtml
  73. +35 −0 build/epub/nav.xhtml
  74. +34 −34 build/epub/toc.ncx
  75. +71 −0 build/epub/welcome.xhtml
  76. +1 −1 build/html/.buildinfo
  77. +11 −9 build/html/RST-Template.html
  78. BIN build/html/_images/AppDash-zesty.png
  79. BIN build/html/_images/DiscoverUpdates-zesty.png
  80. BIN build/html/_images/EditRepo-zesty.png
  81. BIN build/html/_images/EditRepos-zesty.png
  82. BIN build/html/_images/Kickoff-zesty.png
  83. BIN build/html/_images/Krunner-zesty.png
  84. BIN build/html/_images/Kubuntu-1704-Desktop.png
  85. BIN build/html/_images/MuonDiscover-zesty.png
  86. BIN build/html/_images/Panels-zesty.png
  87. BIN build/html/_images/SoftwareSources-zesty.png
  88. BIN build/html/_images/disksetup-full.png
  89. BIN build/html/_images/disksetup-manual.png
  90. BIN build/html/_images/keyboard.png
  91. BIN build/html/_images/prepare.png
  92. BIN build/html/_images/timezone.png
  93. BIN build/html/_images/userinfo.png
  94. BIN build/html/_images/welcome-slide.png
  95. +74 −0 build/html/_sources/RST-Template.rst.txt
  96. +42 −0 build/html/_sources/changes.rst.txt
  97. +71 −0 build/html/_sources/docs/advanced.rst.txt
  98. +12 −0 build/html/_sources/docs/appendix/appendix.rst.txt
  99. +42 −0 build/html/_sources/docs/appendix/changes.rst.txt
  100. +20 −0 build/html/_sources/docs/appendix/references.rst.txt
  101. +134 −0 build/html/_sources/docs/basic.rst.txt
  102. +91 −0 build/html/_sources/docs/contribute.rst.txt
  103. +257 −0 build/html/_sources/docs/installation.rst.txt
  104. +183 −0 build/html/_sources/docs/packaging_guide/getting_started.rst.txt
  105. +12 −0 build/html/_sources/docs/packaging_guide/packaging.rst.txt
  106. +41 −0 build/html/_sources/docs/packaging_guide/welcome.rst.txt
  107. +82 −0 build/html/_sources/docs/repositories.rst.txt
  108. +128 −0 build/html/_sources/docs/software.rst.txt
  109. +45 −0 build/html/_sources/docs/support.rst.txt
  110. +33 −0 build/html/_sources/index.rst.txt
  111. +51 −0 build/html/_sources/welcome.rst.txt
  112. +46 −18 build/html/_static/basic.css
  113. +1 −0 build/html/_static/bootstrap-sphinx.css
  114. +1 −1 build/html/_static/bootstrap-sphinx.js
  115. BIN build/html/_static/comment-bright.png
  116. BIN build/html/_static/comment-close.png
  117. BIN build/html/_static/comment.png
  118. BIN build/html/_static/down-pressed.png
  119. BIN build/html/_static/down.png
  120. BIN build/html/_static/file.png
  121. +10,219 −4 build/html/_static/jquery.js
  122. BIN build/html/_static/minus.png
  123. BIN build/html/_static/plus.png
  124. +4 −0 build/html/_static/pygments.css
  125. +111 −4 build/html/_static/searchtools.js
  126. +1,548 −31 build/html/_static/underscore.js
  127. BIN build/html/_static/up-pressed.png
  128. BIN build/html/_static/up.png
  129. +9 −7 build/html/changes.html
  130. +10 −8 build/html/docs/advanced.html
  131. +9 −7 build/html/docs/appendix/appendix.html
  132. +9 −8 build/html/docs/appendix/changes.html
  133. +9 −8 build/html/docs/appendix/references.html
  134. +20 −11 build/html/docs/basic.html
  135. +9 −7 build/html/docs/contribute.html
  136. +18 −16 build/html/docs/installation.html
  137. +9 −8 build/html/docs/packaging_guide/getting_started.html
  138. +9 −7 build/html/docs/packaging_guide/packaging.html
  139. +9 −8 build/html/docs/packaging_guide/welcome.html
  140. +13 −11 build/html/docs/repositories.html
  141. +9 −7 build/html/docs/software.html
  142. +9 −7 build/html/docs/support.html
  143. +8 −6 build/html/genindex.html
  144. +9 −7 build/html/index.html
  145. +1 −1 build/html/objects.inv
  146. +8 −6 build/html/search.html
  147. +1 −1 build/html/searchindex.js
  148. +11 −8 build/html/welcome.html
  149. +1 −1 source/conf.py
View
@@ -18,7 +18,7 @@ The documentation is powered by [Sphinx](http://www.sphinx-doc.org/en/stable/).
Run the following command to install the needed dependencies:
```
-sudo apt install python3-sphinx python-pip texlive-full && pip install sphinx_bootstrap_theme
+sudo apt install python3-sphinx python3-pip texlive-full && pip3 install sphinx_bootstrap_theme
```
You can see the options for building the documentation by running `make help`.
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.
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.
View
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
-config: 494cfeaf15e7302dbd1f183e93065711
+config: 3f1d134a18ac27d21bb2817a26086fa4
tags: 490e2b0d4a1bebf665648774830bc9b4
Binary file not shown.
@@ -0,0 +1,131 @@
+<!DOCTYPE html>
+
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+ <head>
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+
+ <title>Title</title>
+
+ <link rel="stylesheet" href="_static/epub.css" type="text/css" />
+ <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
+ </head>
+ <body role="document">
+
+ <div class="document">
+ <div class="documentwrapper">
+ <div class="body" role="main">
+
+ <div class="section" id="title">
+<h1>Title</h1>
+<div class="section" id="header">
+<h2>Header</h2>
+<div class="section" id="sub-header-1">
+<h3>Sub Header 1</h3>
+</div>
+</div>
+<div class="section" id="sub-header-2">
+<h2>Sub Header 2</h2>
+</div>
+</div>
+<div class="section" id="admonitions">
+<h1>Admonitions</h1>
+<p>The Sphinx Bootstrap Theme uses the Bootstrap <code class="docutils literal"><span class="pre">alert</span></code> classes for Sphinx
+admonitions.</p>
+<div class="section" id="note">
+<h2>Note</h2>
+<div class="admonition note">
+<p class="first admonition-title">Note</p>
+<p class="last">This is a <strong>note</strong>.</p>
+</div>
+</div>
+<div class="section" id="todo">
+<h2>Todo</h2>
+</div>
+<div class="section" id="warning">
+<h2>Warning</h2>
+<div class="admonition warning">
+<p class="first admonition-title">Warning</p>
+<p class="last">This is a <strong>warning</strong>.</p>
+</div>
+</div>
+<div class="section" id="danger">
+<h2>Danger</h2>
+<div class="admonition danger">
+<p class="first admonition-title">Danger</p>
+<p class="last">This is <strong>danger</strong>-ous.</p>
+</div>
+</div>
+</div>
+<div class="section" id="footnotes">
+<h1>Footnotes</h1>
+<p>I have footnoted a first item <a class="footnote-reference" href="#f1" id="id1">[1]</a> and second item <a class="footnote-reference" href="#f2" id="id2">[2]</a>.</p>
+<p class="rubric">Footnotes</p>
+<table class="docutils footnote" frame="void" id="f1" rules="none">
+<colgroup><col class="label" /><col /></colgroup>
+<tbody valign="top">
+<tr><td class="label"><a class="fn-backref" href="#id1">[1]</a></td><td>My first footnote.</td></tr>
+</tbody>
+</table>
+<table class="docutils footnote" frame="void" id="f2" rules="none">
+<colgroup><col class="label" /><col /></colgroup>
+<tbody valign="top">
+<tr><td class="label"><a class="fn-backref" href="#id2">[2]</a></td><td>My second footnote.</td></tr>
+</tbody>
+</table>
+</div>
+<div class="section" id="tables">
+<h1>Tables</h1>
+<p>Here are some examples of Sphinx
+<a class="reference external" href="http://sphinx-doc.org/rest.html#rst-tables">tables</a><span class="link-target"> [http://sphinx-doc.org/rest.html#rst-tables]</span>. The Sphinx Bootstrap
+Theme removes all Sphinx <code class="docutils literal"><span class="pre">docutils</span></code> classes and replaces them with the
+default Bootstrap <code class="docutils literal"><span class="pre">table</span></code> class. You can add additional table classes
+using the Sphinx <code class="docutils literal"><span class="pre">cssclass::</span></code> directive, as demonstrated in the following
+tables.</p>
+<div class="section" id="grid">
+<h2>Grid</h2>
+<p>A &#8220;<strong>bordered</strong>&#8221; grid table:</p>
+<table border="1" class="table-bordered docutils">
+<colgroup>
+<col width="43%" />
+<col width="21%" />
+<col width="18%" />
+<col width="18%" />
+</colgroup>
+<thead valign="bottom">
+<tr class="row-odd"><th class="head">Header1</th>
+<th class="head">Header2</th>
+<th class="head">Header3</th>
+<th class="head">Header4</th>
+</tr>
+</thead>
+<tbody valign="top">
+<tr class="row-even"><td>row1, cell1</td>
+<td>cell2</td>
+<td>cell3</td>
+<td>cell4</td>
+</tr>
+<tr class="row-odd"><td>row2 ...</td>
+<td>...</td>
+<td>...</td>
+<td>&#160;</td>
+</tr>
+<tr class="row-even"><td>...</td>
+<td>...</td>
+<td>...</td>
+<td>&#160;</td>
+</tr>
+</tbody>
+</table>
+<p>Credits to:
+<a class="reference external" href="https://ryan-roemer.github.io/sphinx-bootstrap-theme/examples.html">https://ryan-roemer.github.io/sphinx-bootstrap-theme/examples.html</a></p>
+</div>
+</div>
+
+
+ </div>
+ </div>
+ <div class="clearer"></div>
+ </div>
+ </body>
+</html>
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@@ -122,6 +122,8 @@ ul.keywordmatches li.goodmatch a {
table.contentstable {
width: 90%;
+ margin-left: auto;
+ margin-right: auto;
}
table.contentstable p.biglink {
@@ -149,9 +151,14 @@ table.indextable td {
vertical-align: top;
}
-table.indextable dl, table.indextable dd {
+table.indextable ul {
margin-top: 0;
margin-bottom: 0;
+ list-style-type: none;
+}
+
+table.indextable > tbody > tr > td > ul {
+ padding-left: 0em;
}
table.indextable tr.pcap {
@@ -183,6 +190,13 @@ div.genindex-jumpbox {
padding: 0.4em;
}
+/* -- domain module index --------------------------------------------------- */
+
+table.modindextable td {
+ padding: 2px;
+ border-collapse: collapse;
+}
+
/* -- general body styles --------------------------------------------------- */
div.body p, div.body dd, div.body li, div.body blockquote {
@@ -217,10 +231,6 @@ div.body td {
text-align: left;
}
-.field-list ul {
- padding-left: 1em;
-}
-
.first {
margin-top: 0 !important;
}
@@ -337,10 +347,6 @@ table.docutils td, table.docutils th {
border-bottom: 1px solid #aaa;
}
-table.field-list td, table.field-list th {
- border: 0 !important;
-}
-
table.footnote td, table.footnote th {
border: 0 !important;
}
@@ -377,6 +383,20 @@ div.figure p.caption span.caption-number {
div.figure p.caption span.caption-text {
}
+/* -- field list styles ----------------------------------------------------- */
+
+table.field-list td, table.field-list th {
+ border: 0 !important;
+}
+
+.field-list ul {
+ margin: 0;
+ padding-left: 1em;
+}
+
+.field-list p {
+ margin: 0;
+}
/* -- other body styles ----------------------------------------------------- */
@@ -427,15 +447,6 @@ dl.glossary dt {
font-size: 1.1em;
}
-.field-list ul {
- margin: 0;
- padding-left: 1em;
-}
-
-.field-list p {
- margin: 0;
-}
-
.optional {
font-size: 1.3em;
}
@@ -494,6 +505,13 @@ pre {
overflow-y: hidden; /* fixes display issues on Chrome browsers */
}
+span.pre {
+ -moz-hyphens: none;
+ -ms-hyphens: none;
+ -webkit-hyphens: none;
+ hyphens: none;
+}
+
td.linenos pre {
padding: 5px 0px;
border: 0;
@@ -585,6 +603,16 @@ span.eqno {
float: right;
}
+span.eqno a.headerlink {
+ position: relative;
+ left: 0px;
+ z-index: 1;
+}
+
+div.math:hover a.headerlink {
+ visibility: visible;
+}
+
/* -- printout stylesheet --------------------------------------------------- */
@media print {
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
View
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@@ -11,6 +11,17 @@
/* -- main layout ----------------------------------------------------------- */
+
+body{
+ writing-mode: horizontal-tb;
+ line-break: normal;
+ -epub-writing-mode: horizontal-tb;
+ -webkit-writing-mode: horizontal-tb;
+ -epub-line-break: normal;
+ -webkit-line-break: normal;
+}
+
+
div.clearer {
clear: both;
}
@@ -150,9 +161,14 @@ table.indextable td {
vertical-align: top;
}
-table.indextable dl, table.indextable dd {
+table.indextable ul {
margin-top: 0;
margin-bottom: 0;
+ list-style-type: none;
+}
+
+table.indextable > tbody > tr > td > ul {
+ padding-left: 0em;
}
table.indextable tr.pcap {
@@ -170,6 +186,13 @@ img.toggler {
cursor: pointer;
}
+/* -- domain module index --------------------------------------------------- */
+
+table.modindextable td {
+ padding: 2px;
+ border-collapse: collapse;
+}
+
/* -- general body styles --------------------------------------------------- */
a.headerlink {
@@ -184,10 +207,6 @@ div.body td {
text-align: left;
}
-.field-list ul {
- padding-left: 100%;
-}
-
.first {
margin-top: 0 !important;
}
@@ -286,10 +305,6 @@ table.docutils td, table.docutils th {
border-bottom: 1px solid #aaa;
}
-table.field-list td, table.field-list th {
- border: 0 !important;
-}
-
table.footnote td, table.footnote th {
border: 0 !important;
}
@@ -317,6 +332,21 @@ div.figure p.caption span.caption-number {
div.figure p.caption span.caption-text {
}
+/* -- field list styles ----------------------------------------------------- */
+
+table.field-list td, table.field-list th {
+ border: 0 !important;
+}
+
+.field-list ul {
+ margin: 0;
+ padding-left: 1em;
+}
+
+.field-list p {
+ margin: 0;
+}
+
/* -- other body styles ----------------------------------------------------- */
ol.arabic {
@@ -366,15 +396,6 @@ dl.glossary dt {
font-size: 110%;
}
-.field-list ul {
- margin: 0;
- padding-left: 1em;
-}
-
-.field-list p {
- margin: 0;
-}
-
.optional {
font-size: 130%;
}
@@ -567,4 +588,4 @@ table .link-target {
src: url("res:///Data/fonts/LiberationNarrow-BoldItalic.otf")
format("opentype");
}
-*/
+*/
View
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
View

Large diffs are not rendered by default.

Oops, something went wrong.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
View
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.

0 comments on commit e25716a

Please sign in to comment.