Skip to content

Commit

Permalink
build epub
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Honeycutt committed Jun 10, 2017
1 parent 0437c1d commit e3b7fe4
Show file tree
Hide file tree
Showing 87 changed files with 16,633 additions and 0 deletions.
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.
4 changes: 4 additions & 0 deletions build/epub/.buildinfo
@@ -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 added build/epub/KubuntuManual.epub
Binary file not shown.
8 changes: 8 additions & 0 deletions build/epub/META-INF/container.xml
@@ -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>
134 changes: 134 additions & 0 deletions build/epub/RST-Template.xhtml
@@ -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 &#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/Discover-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/K3b-1.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/K3b.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/Network_Panel-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/UbuntuGNOMEBrasero.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/activity_desktop_news.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/activity_desktop_side_bar.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/unetbootin-win78.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.
Binary file added build/epub/_static/ajax-loader.gif
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 e3b7fe4

Please sign in to comment.