Skip to content

Commit

Permalink
update pip to pip3 to get 'make html' to work, also have html files f…
Browse files Browse the repository at this point in the history
…rom that working
  • Loading branch information
ahoneybun committed Apr 27, 2017
1 parent 6c0d642 commit e25716a
Show file tree
Hide file tree
Showing 149 changed files with 27,176 additions and 614 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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`.
Expand Down
Binary file modified build/doctrees/RST-Template.doctree
Binary file not shown.
Binary file modified build/doctrees/changes.doctree
Binary file not shown.
Binary file modified build/doctrees/docs/advanced.doctree
Binary file not shown.
Binary file modified build/doctrees/docs/appendix/appendix.doctree
Binary file not shown.
Binary file modified build/doctrees/docs/appendix/changes.doctree
Binary file not shown.
Binary file modified build/doctrees/docs/appendix/references.doctree
Binary file not shown.
Binary file modified build/doctrees/docs/basic.doctree
Binary file not shown.
Binary file modified build/doctrees/docs/contribute.doctree
Binary file not shown.
Binary file modified build/doctrees/docs/installation.doctree
Binary file not shown.
Binary file modified build/doctrees/docs/packaging_guide/getting_started.doctree
Binary file not shown.
Binary file modified build/doctrees/docs/packaging_guide/packaging.doctree
Binary file not shown.
Binary file modified build/doctrees/docs/packaging_guide/welcome.doctree
Binary file not shown.
Binary file modified build/doctrees/docs/repositories.doctree
Binary file not shown.
Binary file modified build/doctrees/docs/software.doctree
Binary file not shown.
Binary file modified build/doctrees/docs/support.doctree
Binary file not shown.
Binary file modified build/doctrees/environment.pickle
Binary file not shown.
Binary file modified build/doctrees/index.doctree
Binary file not shown.
Binary file modified build/doctrees/welcome.doctree
Binary file not shown.
2 changes: 1 addition & 1 deletion build/epub/.buildinfo
@@ -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 removed build/epub/KubuntuManual.epub
Binary file not shown.
131 changes: 131 additions & 0 deletions build/epub/RST-Template.xhtml
@@ -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>
Binary file added build/epub/_images/AppDash-zesty.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added build/epub/_images/DiscoverUpdates-zesty.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added build/epub/_images/EditRepo-zesty.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added build/epub/_images/EditRepos-zesty.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added build/epub/_images/Kickoff-zesty.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added build/epub/_images/Krunner-zesty.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added build/epub/_images/Kubuntu-1704-Desktop.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added build/epub/_images/MuonDiscover-zesty.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added build/epub/_images/Panels-zesty.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added build/epub/_images/SoftwareSources-zesty.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added build/epub/_images/disksetup-full.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added build/epub/_images/disksetup-manual.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added build/epub/_images/keyboard.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added build/epub/_images/prepare.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added build/epub/_images/timezone.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added build/epub/_images/userinfo.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added build/epub/_images/welcome-slide.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
64 changes: 46 additions & 18 deletions build/epub/_static/basic.css
Expand Up @@ -122,6 +122,8 @@ ul.keywordmatches li.goodmatch a {

table.contentstable {
width: 90%;
margin-left: auto;
margin-right: auto;
}

table.contentstable p.biglink {
Expand Down Expand Up @@ -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 {
Expand Down Expand Up @@ -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 {
Expand Down Expand Up @@ -217,10 +231,6 @@ div.body td {
text-align: left;
}

.field-list ul {
padding-left: 1em;
}

.first {
margin-top: 0 !important;
}
Expand Down Expand Up @@ -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;
}
Expand Down Expand Up @@ -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 ----------------------------------------------------- */

Expand Down Expand Up @@ -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;
}
Expand Down Expand Up @@ -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;
Expand Down Expand Up @@ -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 {
Expand Down
Binary file modified build/epub/_static/comment-bright.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified build/epub/_static/comment-close.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified build/epub/_static/comment.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified build/epub/_static/down-pressed.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified build/epub/_static/down.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
59 changes: 40 additions & 19 deletions build/epub/_static/epub.css
Expand Up @@ -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;
}
Expand Down Expand Up @@ -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 {
Expand All @@ -170,6 +186,13 @@ img.toggler {
cursor: pointer;
}

/* -- domain module index --------------------------------------------------- */

table.modindextable td {
padding: 2px;
border-collapse: collapse;
}

/* -- general body styles --------------------------------------------------- */

a.headerlink {
Expand All @@ -184,10 +207,6 @@ div.body td {
text-align: left;
}

.field-list ul {
padding-left: 100%;
}

.first {
margin-top: 0 !important;
}
Expand Down Expand Up @@ -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;
}
Expand Down Expand Up @@ -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 {
Expand Down Expand Up @@ -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%;
}
Expand Down Expand Up @@ -567,4 +588,4 @@ table .link-target {
src: url("res:///Data/fonts/LiberationNarrow-BoldItalic.otf")
format("opentype");
}
*/
*/
Binary file modified build/epub/_static/file.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10,223 changes: 10,219 additions & 4 deletions build/epub/_static/jquery.js

Large diffs are not rendered by default.

Binary file modified build/epub/_static/minus.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified build/epub/_static/plus.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e25716a

Please sign in to comment.