Permalink
Please sign in to comment.
Showing
with
16,633 additions
and 0 deletions.
- BIN build/doctrees/RST-Template.doctree
- BIN build/doctrees/changes.doctree
- BIN build/doctrees/docs/advanced.doctree
- BIN build/doctrees/docs/appendix/appendix.doctree
- BIN build/doctrees/docs/appendix/changes.doctree
- BIN build/doctrees/docs/appendix/references.doctree
- BIN build/doctrees/docs/basic.doctree
- BIN build/doctrees/docs/contribute.doctree
- BIN build/doctrees/docs/installation.doctree
- BIN build/doctrees/docs/packaging_guide/getting_started.doctree
- BIN build/doctrees/docs/packaging_guide/packaging.doctree
- BIN build/doctrees/docs/packaging_guide/welcome.doctree
- BIN build/doctrees/docs/repositories.doctree
- BIN build/doctrees/docs/software.doctree
- BIN build/doctrees/docs/support.doctree
- BIN build/doctrees/environment.pickle
- BIN build/doctrees/index.doctree
- BIN build/doctrees/welcome.doctree
- +4 −0 build/epub/.buildinfo
- BIN build/epub/KubuntuManual.epub
- +8 −0 build/epub/META-INF/container.xml
- +134 −0 build/epub/RST-Template.xhtml
- BIN build/epub/_images/AppDash-zesty.png
- BIN build/epub/_images/Discover-zesty.png
- BIN build/epub/_images/DiscoverUpdates-zesty.png
- BIN build/epub/_images/EditRepo-zesty.png
- BIN build/epub/_images/EditRepos-zesty.png
- BIN build/epub/_images/K3b-1.png
- BIN build/epub/_images/K3b.png
- BIN build/epub/_images/Kickoff-zesty.png
- BIN build/epub/_images/Krunner-zesty.png
- BIN build/epub/_images/Kubuntu-1704-Desktop.png
- BIN build/epub/_images/Network_Panel-zesty.png
- BIN build/epub/_images/Panels-zesty.png
- BIN build/epub/_images/SoftwareSources-zesty.png
- BIN build/epub/_images/UbuntuGNOMEBrasero.png
- BIN build/epub/_images/activity_desktop_news.png
- BIN build/epub/_images/activity_desktop_side_bar.png
- BIN build/epub/_images/disksetup-full.png
- BIN build/epub/_images/disksetup-manual.png
- BIN build/epub/_images/keyboard.png
- BIN build/epub/_images/prepare.png
- BIN build/epub/_images/timezone.png
- BIN build/epub/_images/unetbootin-win78.png
- BIN build/epub/_images/userinfo.png
- BIN build/epub/_images/welcome-slide.png
- BIN build/epub/_static/ajax-loader.gif
- +632 −0 build/epub/_static/basic.css
- BIN build/epub/_static/comment-bright.png
- BIN build/epub/_static/comment-close.png
- BIN build/epub/_static/comment.png
- +287 −0 build/epub/_static/doctools.js
- BIN build/epub/_static/down-pressed.png
- BIN build/epub/_static/down.png
- +591 −0 build/epub/_static/epub.css
- BIN build/epub/_static/file.png
- +10,219 −0 build/epub/_static/jquery.js
- BIN build/epub/_static/kubuntu_logo.png
- BIN build/epub/_static/minus.png
- BIN build/epub/_static/plus.png
- +69 −0 build/epub/_static/pygments.css
- +481 −0 build/epub/_static/searchtools.js
- +1,548 −0 build/epub/_static/underscore.js
- BIN build/epub/_static/up-pressed.png
- BIN build/epub/_static/up.png
- +808 −0 build/epub/_static/websupport.js
- +67 −0 build/epub/changes.xhtml
- +220 −0 build/epub/content.opf
- +90 −0 build/epub/docs/advanced.xhtml
- +36 −0 build/epub/docs/appendix/appendix.xhtml
- +67 −0 build/epub/docs/appendix/changes.xhtml
- +41 −0 build/epub/docs/appendix/references.xhtml
- +117 −0 build/epub/docs/basic.xhtml
- +108 −0 build/epub/docs/contribute.xhtml
- +234 −0 build/epub/docs/installation.xhtml
- +178 −0 build/epub/docs/packaging_guide/getting_started.xhtml
- +36 −0 build/epub/docs/packaging_guide/packaging.xhtml
- +58 −0 build/epub/docs/packaging_guide/welcome.xhtml
- +83 −0 build/epub/docs/repositories.xhtml
- +142 −0 build/epub/docs/software.xhtml
- +59 −0 build/epub/docs/support.xhtml
- +33 −0 build/epub/genindex.xhtml
- +60 −0 build/epub/index.xhtml
- +1 −0 build/epub/mimetype
- +35 −0 build/epub/nav.xhtml
- +116 −0 build/epub/toc.ncx
- +71 −0 build/epub/welcome.xhtml
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.
| @@ -0,0 +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: 4c227ca934bac780a96c31b49d7a5d58 | ||
| +tags: 490e2b0d4a1bebf665648774830bc9b4 |
Binary file not shown.
| @@ -0,0 +1,8 @@ | ||
| +<?xml version="1.0" encoding="UTF-8"?> | ||
| +<container version="1.0" | ||
| + xmlns="urn:oasis:names:tc:opendocument:xmlns:container"> | ||
| + <rootfiles> | ||
| + <rootfile full-path="content.opf" | ||
| + media-type="application/oebps-package+xml"/> | ||
| + </rootfiles> | ||
| +</container> |
| @@ -0,0 +1,134 @@ | ||
| +<!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 class="section" id="sub-header-3"> | ||
| +<h3>Sub Header 3</h3> | ||
| +</div> | ||
| +</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 “<strong>bordered</strong>” 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> </td> | ||
| +</tr> | ||
| +<tr class="row-even"><td>...</td> | ||
| +<td>...</td> | ||
| +<td>...</td> | ||
| +<td> </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.
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.
Oops, something went wrong.
0 comments on commit
e3b7fe4