Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also .

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also .
  • 1 commit
  • 46 files changed
  • 0 commit comments
  • 1 contributor
Commits on Jun 16, 2017
Showing with 124 additions and 141 deletions.
  1. BIN build/doctrees/RST-Template.doctree
  2. BIN build/doctrees/changes.doctree
  3. BIN build/doctrees/docs/advanced.doctree
  4. BIN build/doctrees/docs/appendix/appendix.doctree
  5. BIN build/doctrees/docs/appendix/changes.doctree
  6. BIN build/doctrees/docs/appendix/references.doctree
  7. BIN build/doctrees/docs/basic.doctree
  8. BIN build/doctrees/docs/contribute.doctree
  9. BIN build/doctrees/docs/installation.doctree
  10. BIN build/doctrees/docs/packaging_guide/getting_started.doctree
  11. BIN build/doctrees/docs/packaging_guide/packaging.doctree
  12. BIN build/doctrees/docs/packaging_guide/welcome.doctree
  13. BIN build/doctrees/docs/repositories.doctree
  14. BIN build/doctrees/docs/software.doctree
  15. BIN build/doctrees/docs/support.doctree
  16. BIN build/doctrees/environment.pickle
  17. BIN build/doctrees/index.doctree
  18. BIN build/doctrees/welcome.doctree
  19. +1 −1 build/html/.buildinfo
  20. +5 −7 build/html/RST-Template.html
  21. +1 −1 build/html/_static/basic.css
  22. +21 −0 build/html/_static/bootstrap-sphinx.css
  23. +1 −1 build/html/_static/bootstrap-sphinx.js
  24. +1 −1 build/html/_static/doctools.js
  25. +1 −1 build/html/_static/searchtools.js
  26. +1 −1 build/html/_static/websupport.js
  27. +5 −7 build/html/changes.html
  28. +5 −7 build/html/docs/advanced.html
  29. +5 −7 build/html/docs/appendix/appendix.html
  30. +5 −7 build/html/docs/appendix/changes.html
  31. +5 −7 build/html/docs/appendix/references.html
  32. +5 −7 build/html/docs/basic.html
  33. +5 −7 build/html/docs/contribute.html
  34. +5 −7 build/html/docs/installation.html
  35. +5 −7 build/html/docs/packaging_guide/getting_started.html
  36. +5 −7 build/html/docs/packaging_guide/packaging.html
  37. +5 −7 build/html/docs/packaging_guide/welcome.html
  38. +5 −7 build/html/docs/repositories.html
  39. +5 −7 build/html/docs/software.html
  40. +5 −7 build/html/docs/support.html
  41. +5 −7 build/html/genindex.html
  42. +5 −7 build/html/index.html
  43. +1 −1 build/html/objects.inv
  44. +5 −7 build/html/search.html
  45. +5 −7 build/html/welcome.html
  46. +1 −1 source/welcome.rst
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: 6badcfd43f0aec33243cfd18c81a8380
+config: 4c227ca934bac780a96c31b49d7a5d58
tags: 645f666f9bcd5a90fca523b33c5a78b7
@@ -5,17 +5,15 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>Title &#8212; Kubuntu Manual final documentation</title>
+ <title>Title &#8212; Kubuntu Manual alpha1 documentation</title>
- <link rel="stylesheet" href="_static/basic.css" type="text/css" />
- <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
- <link rel="stylesheet" href="_static/bootswatch-3.3.6/cerulean/bootstrap.min.css" type="text/css" />
<link rel="stylesheet" href="_static/bootstrap-sphinx.css" type="text/css" />
+ <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: './',
- VERSION: 'final',
+ VERSION: 'alpha1',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true,
@@ -50,7 +48,7 @@
</button>
<a class="navbar-brand" href="index.html">
Kubuntu Manual</a>
- <span class="navbar-text navbar-version pull-left"><b>17.04</b></span>
+ <span class="navbar-text navbar-version pull-left"><b>17.10</b></span>
</div>
<div class="collapse navbar-collapse nav-collapse">
@@ -270,7 +268,7 @@ <h2>Grid<a class="headerlink" href="#grid" title="Permalink to this headline">¶
</p>
<p>
&copy; Copyright 2017, Kubuntu Team.<br/>
- Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.5.3.<br/>
+ Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.5.6.<br/>
</p>
</div>
</footer>
@@ -4,7 +4,7 @@
*
* Sphinx stylesheet -- basic theme.
*
- * :copyright: Copyright 2007-2016 by the Sphinx team, see AUTHORS.
+ * :copyright: Copyright 2007-2017 by the Sphinx team, see AUTHORS.
* :license: BSD, see LICENSE for details.
*
*/
@@ -5,6 +5,27 @@
* Sphinx stylesheet -- Bootstrap theme.
*/
+/*
+ * Imports to aggregate everything together.
+ */
+
+@import url("./basic.css");
+
+
+
+
+
+
+
+
+ @import url("./bootswatch-3.3.6/cerulean/bootstrap.min.css");
+
+
+
+/*
+ * Styles
+ */
+
.navbar-inverse .brand {
color: #FFF;
}
@@ -97,7 +97,7 @@
// Enlarge content if sidebar is larger.
if ($sideBar.outerHeight(true) > $content.outerHeight(true)) {
- $content.minHeight($sideBar.outerHeight(true));
+ $content.css("min-height", $sideBar.outerHeight(true));
}
$sideBar
@@ -4,7 +4,7 @@
*
* Sphinx JavaScript utilities for all documentation.
*
- * :copyright: Copyright 2007-2016 by the Sphinx team, see AUTHORS.
+ * :copyright: Copyright 2007-2017 by the Sphinx team, see AUTHORS.
* :license: BSD, see LICENSE for details.
*
*/
@@ -4,7 +4,7 @@
*
* Sphinx JavaScript utilities for the full-text search.
*
- * :copyright: Copyright 2007-2016 by the Sphinx team, see AUTHORS.
+ * :copyright: Copyright 2007-2017 by the Sphinx team, see AUTHORS.
* :license: BSD, see LICENSE for details.
*
*/
@@ -4,7 +4,7 @@
*
* sphinx.websupport utilities for all documentation.
*
- * :copyright: Copyright 2007-2016 by the Sphinx team, see AUTHORS.
+ * :copyright: Copyright 2007-2017 by the Sphinx team, see AUTHORS.
* :license: BSD, see LICENSE for details.
*
*/
View
@@ -5,17 +5,15 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>Changelog &#8212; Kubuntu Manual final documentation</title>
+ <title>Changelog &#8212; Kubuntu Manual alpha1 documentation</title>
- <link rel="stylesheet" href="_static/basic.css" type="text/css" />
- <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
- <link rel="stylesheet" href="_static/bootswatch-3.3.6/cerulean/bootstrap.min.css" type="text/css" />
<link rel="stylesheet" href="_static/bootstrap-sphinx.css" type="text/css" />
+ <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: './',
- VERSION: 'final',
+ VERSION: 'alpha1',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true,
@@ -50,7 +48,7 @@
</button>
<a class="navbar-brand" href="index.html">
Kubuntu Manual</a>
- <span class="navbar-text navbar-version pull-left"><b>17.04</b></span>
+ <span class="navbar-text navbar-version pull-left"><b>17.10</b></span>
</div>
<div class="collapse navbar-collapse nav-collapse">
@@ -185,7 +183,7 @@ <h2>Changes<a class="headerlink" href="#changes" title="Permalink to this headli
</p>
<p>
&copy; Copyright 2017, Kubuntu Team.<br/>
- Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.5.3.<br/>
+ Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.5.6.<br/>
</p>
</div>
</footer>
@@ -5,17 +5,15 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>Advanced &#8212; Kubuntu Manual final documentation</title>
+ <title>Advanced &#8212; Kubuntu Manual alpha1 documentation</title>
- <link rel="stylesheet" href="../_static/basic.css" type="text/css" />
- <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
- <link rel="stylesheet" href="../_static/bootswatch-3.3.6/cerulean/bootstrap.min.css" type="text/css" />
<link rel="stylesheet" href="../_static/bootstrap-sphinx.css" type="text/css" />
+ <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: '../',
- VERSION: 'final',
+ VERSION: 'alpha1',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true,
@@ -52,7 +50,7 @@
</button>
<a class="navbar-brand" href="../index.html">
Kubuntu Manual</a>
- <span class="navbar-text navbar-version pull-left"><b>17.04</b></span>
+ <span class="navbar-text navbar-version pull-left"><b>17.10</b></span>
</div>
<div class="collapse navbar-collapse nav-collapse">
@@ -219,7 +217,7 @@ <h2>Drivers<a class="headerlink" href="#drivers" title="Permalink to this headli
</p>
<p>
&copy; Copyright 2017, Kubuntu Team.<br/>
- Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.5.3.<br/>
+ Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.5.6.<br/>
</p>
</div>
</footer>
@@ -5,17 +5,15 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>Appendix &#8212; Kubuntu Manual final documentation</title>
+ <title>Appendix &#8212; Kubuntu Manual alpha1 documentation</title>
- <link rel="stylesheet" href="../../_static/basic.css" type="text/css" />
- <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
- <link rel="stylesheet" href="../../_static/bootswatch-3.3.6/cerulean/bootstrap.min.css" type="text/css" />
<link rel="stylesheet" href="../../_static/bootstrap-sphinx.css" type="text/css" />
+ <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: '../../',
- VERSION: 'final',
+ VERSION: 'alpha1',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true,
@@ -52,7 +50,7 @@
</button>
<a class="navbar-brand" href="../../index.html">
Kubuntu Manual</a>
- <span class="navbar-text navbar-version pull-left"><b>17.04</b></span>
+ <span class="navbar-text navbar-version pull-left"><b>17.10</b></span>
</div>
<div class="collapse navbar-collapse nav-collapse">
@@ -152,7 +150,7 @@ <h1>Appendix<a class="headerlink" href="#appendix" title="Permalink to this head
</p>
<p>
&copy; Copyright 2017, Kubuntu Team.<br/>
- Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.5.3.<br/>
+ Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.5.6.<br/>
</p>
</div>
</footer>
@@ -5,17 +5,15 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>Changelog &#8212; Kubuntu Manual final documentation</title>
+ <title>Changelog &#8212; Kubuntu Manual alpha1 documentation</title>
- <link rel="stylesheet" href="../../_static/basic.css" type="text/css" />
- <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
- <link rel="stylesheet" href="../../_static/bootswatch-3.3.6/cerulean/bootstrap.min.css" type="text/css" />
<link rel="stylesheet" href="../../_static/bootstrap-sphinx.css" type="text/css" />
+ <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: '../../',
- VERSION: 'final',
+ VERSION: 'alpha1',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true,
@@ -52,7 +50,7 @@
</button>
<a class="navbar-brand" href="../../index.html">
Kubuntu Manual</a>
- <span class="navbar-text navbar-version pull-left"><b>17.04</b></span>
+ <span class="navbar-text navbar-version pull-left"><b>17.10</b></span>
</div>
<div class="collapse navbar-collapse nav-collapse">
@@ -187,7 +185,7 @@ <h2>Changes<a class="headerlink" href="#changes" title="Permalink to this headli
</p>
<p>
&copy; Copyright 2017, Kubuntu Team.<br/>
- Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.5.3.<br/>
+ Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.5.6.<br/>
</p>
</div>
</footer>
@@ -5,17 +5,15 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>References &#8212; Kubuntu Manual final documentation</title>
+ <title>References &#8212; Kubuntu Manual alpha1 documentation</title>
- <link rel="stylesheet" href="../../_static/basic.css" type="text/css" />
- <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
- <link rel="stylesheet" href="../../_static/bootswatch-3.3.6/cerulean/bootstrap.min.css" type="text/css" />
<link rel="stylesheet" href="../../_static/bootstrap-sphinx.css" type="text/css" />
+ <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: '../../',
- VERSION: 'final',
+ VERSION: 'alpha1',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true,
@@ -51,7 +49,7 @@
</button>
<a class="navbar-brand" href="../../index.html">
Kubuntu Manual</a>
- <span class="navbar-text navbar-version pull-left"><b>17.04</b></span>
+ <span class="navbar-text navbar-version pull-left"><b>17.10</b></span>
</div>
<div class="collapse navbar-collapse nav-collapse">
@@ -160,7 +158,7 @@ <h2>Debian Packages<a class="headerlink" href="#debian-packages" title="Permalin
</p>
<p>
&copy; Copyright 2017, Kubuntu Team.<br/>
- Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.5.3.<br/>
+ Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.5.6.<br/>
</p>
</div>
</footer>
View
@@ -5,17 +5,15 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>Basic &#8212; Kubuntu Manual final documentation</title>
+ <title>Basic &#8212; Kubuntu Manual alpha1 documentation</title>
- <link rel="stylesheet" href="../_static/basic.css" type="text/css" />
- <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
- <link rel="stylesheet" href="../_static/bootswatch-3.3.6/cerulean/bootstrap.min.css" type="text/css" />
<link rel="stylesheet" href="../_static/bootstrap-sphinx.css" type="text/css" />
+ <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: '../',
- VERSION: 'final',
+ VERSION: 'alpha1',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true,
@@ -52,7 +50,7 @@
</button>
<a class="navbar-brand" href="../index.html">
Kubuntu Manual</a>
- <span class="navbar-text navbar-version pull-left"><b>17.04</b></span>
+ <span class="navbar-text navbar-version pull-left"><b>17.10</b></span>
</div>
<div class="collapse navbar-collapse nav-collapse">
@@ -259,7 +257,7 @@ <h2>Updating<a class="headerlink" href="#updating" title="Permalink to this head
</p>
<p>
&copy; Copyright 2017, Kubuntu Team.<br/>
- Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.5.3.<br/>
+ Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.5.6.<br/>
</p>
</div>
</footer>
@@ -5,17 +5,15 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>Contribute &#8212; Kubuntu Manual final documentation</title>
+ <title>Contribute &#8212; Kubuntu Manual alpha1 documentation</title>
- <link rel="stylesheet" href="../_static/basic.css" type="text/css" />
- <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
- <link rel="stylesheet" href="../_static/bootswatch-3.3.6/cerulean/bootstrap.min.css" type="text/css" />
<link rel="stylesheet" href="../_static/bootstrap-sphinx.css" type="text/css" />
+ <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: '../',
- VERSION: 'final',
+ VERSION: 'alpha1',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true,
@@ -52,7 +50,7 @@
</button>
<a class="navbar-brand" href="../index.html">
Kubuntu Manual</a>
- <span class="navbar-text navbar-version pull-left"><b>17.04</b></span>
+ <span class="navbar-text navbar-version pull-left"><b>17.10</b></span>
</div>
<div class="collapse navbar-collapse nav-collapse">
@@ -241,7 +239,7 @@ <h2>Membership<a class="headerlink" href="#membership" title="Permalink to this
</p>
<p>
&copy; Copyright 2017, Kubuntu Team.<br/>
- Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.5.3.<br/>
+ Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.5.6.<br/>
</p>
</div>
</footer>
Oops, something went wrong.

No commit comments for this range