fix cruft in indexes and image files and make sure it locally builds

This commit is contained in:
Lyn 2018-05-06 15:35:20 -07:00
parent 04e373fefb
commit e2243ab05c
4 changed files with 183 additions and 16 deletions

View File

@ -0,0 +1,181 @@
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Chapter 3.3.10 PulseAudio Volume Control &#8212; Lubuntu Manual 18.04 Alpha 2 documentation</title>
<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: '18.04 Alpha 2',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true,
SOURCELINK_SUFFIX: '.txt'
};
</script>
<script type="text/javascript" src="../../../_static/jquery.js"></script>
<script type="text/javascript" src="../../../_static/underscore.js"></script>
<script type="text/javascript" src="../../../_static/doctools.js"></script>
<script type="text/javascript" src="../../../_static/js/jquery-1.11.0.min.js"></script>
<script type="text/javascript" src="../../../_static/js/jquery-fix.js"></script>
<script type="text/javascript" src="../../../_static/bootstrap-3.3.7/js/bootstrap.min.js"></script>
<script type="text/javascript" src="../../../_static/bootstrap-sphinx.js"></script>
<link rel="shortcut icon" href="../../../_static/manual.ico"/>
<link rel="index" title="Index" href="../../../genindex.html" />
<link rel="search" title="Search" href="../../../search.html" />
<link rel="next" title="3.2.11 xfburn" href="../3.3.11/xfburn.html" />
<link rel="prev" title="3.2.9 GNOME_MPV" href="../3.3.9/GNOME_mpv.html" />
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge,chrome=1'>
<meta name='viewport' content='width=device-width, initial-scale=1.0, maximum-scale=1'>
<meta name="apple-mobile-web-app-capable" content="yes">
</head>
<body>
<div id="navbar" class="navbar navbar-default navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<!-- .btn-navbar is used as the toggle for collapsed navbar content -->
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".nav-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="../../../index.html"><span><img src="../../../_static/manual64.png"></span>
Lubuntu Manual</a>
<span class="navbar-text navbar-version pull-left"><b>18.04</b></span>
</div>
<div class="collapse navbar-collapse nav-collapse">
<ul class="nav navbar-nav">
<li class="dropdown globaltoc-container">
<a role="button"
id="dLabelGlobalToc"
data-toggle="dropdown"
data-target="#"
href="../../../index.html">Site <b class="caret"></b></a>
<ul class="dropdown-menu globaltoc"
role="menu"
aria-labelledby="dLabelGlobalToc"><ul class="current">
<li class="toctree-l1"><a class="reference internal" href="../../../1/installing_lubuntu.html">Chapter 1: Installing Lubuntu</a></li>
<li class="toctree-l1 current"><a class="reference internal" href="../../applications.html">Chapter 3: Applications</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../../4/system_configuration,_manintainece,_and_administration.html">Chapter 4: System Configuration, Maintenance, and Administration</a></li>
</ul>
</ul>
</li>
<li class="dropdown">
<a role="button"
id="dLabelLocalToc"
data-toggle="dropdown"
data-target="#"
href="#">Page <b class="caret"></b></a>
<ul class="dropdown-menu localtoc"
role="menu"
aria-labelledby="dLabelLocalToc"><ul>
<li><a class="reference internal" href="#">Chapter 3.3.10 PulseAudio Volume Control</a><ul>
<li><a class="reference internal" href="#description">Description</a></li>
<li><a class="reference internal" href="#screenshot">Screenshot</a></li>
<li><a class="reference internal" href="#version">Version</a></li>
<li><a class="reference internal" href="#how-to-launch">How to Launch</a></li>
</ul>
</li>
</ul>
</ul>
</li>
<li>
<a href="../3.3.9/GNOME_mpv.html" title="Previous Chapter: 3.2.9 GNOME_MPV"><span class="glyphicon glyphicon-chevron-left visible-sm"></span><span class="hidden-sm hidden-tablet">&laquo; 3.2.9 GNOME_MPV</span>
</a>
</li>
<li>
<a href="../3.3.11/xfburn.html" title="Next Chapter: 3.2.11 xfburn"><span class="glyphicon glyphicon-chevron-right visible-sm"></span><span class="hidden-sm hidden-tablet">3.2.11 xfburn &raquo;</span>
</a>
</li>
<li class="hidden-sm">
<div id="sourcelink">
<a href="../../../_sources/3/3.3/3.3.10/pavucontrol.rst.txt"
rel="nofollow">Source</a>
</div></li>
</ul>
<form class="navbar-form navbar-right" action="../../../search.html" method="get">
<div class="form-group">
<input type="text" name="q" class="form-control" placeholder="Search" />
</div>
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-md-12 content">
<div class="section" id="chapter-3-3-10-pulseaudio-volume-control">
<h1>Chapter 3.3.10 PulseAudio Volume Control<a class="headerlink" href="#chapter-3-3-10-pulseaudio-volume-control" title="Permalink to this headline"></a></h1>
<div class="section" id="description">
<h2>Description<a class="headerlink" href="#description" title="Permalink to this headline"></a></h2>
<blockquote>
<div>PulseAudio Volume Control (pavucontrol) is a simple GTK+ based volume
control tool (mixer) for the PulseAudio sound server. In contrast to
classic mixer tools this one allows you to control both the volume of
hardware devices and of each playback stream separately. It also allows
you to redirect a playback stream to another output device without
interrupting playback</div></blockquote>
</div>
<div class="section" id="screenshot">
<h2>Screenshot<a class="headerlink" href="#screenshot" title="Permalink to this headline"></a></h2>
<a class="reference internal image-reference" href="../../../_images/pavucontrol.png"><img alt="../../../_images/pavucontrol.png" src="../../../_images/pavucontrol.png" style="width: 80%;" /></a>
</div>
<div class="section" id="version">
<h2>Version<a class="headerlink" href="#version" title="Permalink to this headline"></a></h2>
<blockquote>
<div>Lubuntu ships with version 3.0-4</div></blockquote>
</div>
<div class="section" id="how-to-launch">
<h2>How to Launch<a class="headerlink" href="#how-to-launch" title="Permalink to this headline"></a></h2>
<p>To launch pulse audio volume control in the bottom right of the panel there is an icon that looks like a speaker right click and on the menu click sound settings or run pavucontrol from the command line.</p>
</div>
</div>
</div>
</div>
</div>
<footer class="footer">
<div class="container">
<p class="pull-right">
<a href="#">Back to top</a>
</p>
<p>
&copy; Copyright 2016-2018, Lubuntu Team. This work is licensed under a Creative Commons Attribution 4.0 International License.<br/>
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.6.7.<br/>
</p>
</div>
</footer>
</body>
</html>

View File

@ -12,13 +12,8 @@ Description
Screenshot
----------
<<<<<<< HEAD
.. image:: pavucontrol.png
:width: 80%
=======
.. image:: pavucontrol.png
:width:80%
>>>>>>> c7910a4c3c469a3d3f93b03984d3a65c755b0f28
Version
-------
@ -27,4 +22,3 @@ Version
How to Launch
-------------
To launch pulse audio volume control in the bottom right of the panel there is an icon that looks like a speaker right click and on the menu click sound settings or run pavucontrol from the command line.

View File

@ -7,12 +7,7 @@ This chapter contains the list of applications to tweak your Lubuntu desktop.
:maxdepth: 2
:titlesonly:
<<<<<<< HEAD
4.2.1/openbox_configuration_manager.rst
4.2.2/Customize_Look_and_Feel.rst
4.2.3/Monitor_settings.rst
=======
4.2.1/openbox_configuration_manager.rst
4.2.2/Customize_Look_and_Feel.rst
4.2.3/Monitor_settings.rst
>>>>>>> c7910a4c3c469a3d3f93b03984d3a65c755b0f28

View File

@ -6,8 +6,5 @@ This chapter will show you how to configure update customize your install of lub
.. toctree::
:maxdepth: 2
:titlesonly:
<<<<<<< HEAD
4.2/tweaking_your_desktop
=======
>>>>>>> c7910a4c3c469a3d3f93b03984d3a65c755b0f28