-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
80 lines (60 loc) · 2.69 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
<!DOCTYPE html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Tvheadend Documentation</title>
<link href='https://fonts.googleapis.com/css?family=Lato:400,700|Roboto+Slab:400,700|Inconsolata:400,700' rel='stylesheet' type='text/css'>
<link rel="shortcut icon" href="images/favicon.png">
<link rel="stylesheet" href="./css/theme.css" type="text/css" />
<link rel="stylesheet" href="./css/theme_extra.css" type="text/css" />
<link rel="stylesheet" href="./css/custom.css">
</head>
<body class="wy-body-for-nav" role="document">
<div class="wy-grid-for-nav">
<nav data-toggle="wy-nav-shift" class="wy-nav-side stickynav">
<div class="wy-side-nav-search">
<a href="." class="icon icon-home"> Tvheadend</a>
<p></p>
<p></p>
</div>
<div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation">
</div>
</nav>
<section data-toggle="wy-nav-shift" class="wy-nav-content-wrap">
<div class="wy-nav-content">
<div class="rst-content">
<div role="navigation" aria-label="breadcrumbs navigation">
<ul class="wy-breadcrumbs">
<li><a href="./index.html">Docs</a> </li>
<li class="wy-breadcrumbs-aside">
<a href="https://github.com/ProfYaffle/tvheadend-documentation" class="icon icon-github"> Edit on GitHub</a>
</li>
</ul>
</div>
<hr/>
<div role="main">
<div class="section">
<h1 id="tvheadend-user-guide">Tvheadend User Guide</h1>
<p><img alt="Tvheadend Logo" src="./images/tvhlogo.png" /></p>
<p>Please choose your documentation version:</p>
<ul>
<li>Tvheadend <a href="./versionA/index.html">version 4.0</a> (current stable)</li>
<p></p>
<li>Tvheadend <a href="./versionB/index.html">version 4.2</a> (current master/development)</li>
</ul>
<div class="admonition note">
<p class="admonition-title">Note</p>
<p>Documentation is a work-in-progress, for both stable and (obviously!) development versions.</p>
</div>
</div>
</div>
</div>
<footer>
<hr/>
Hacked together by brute force and stubborn idiocy, loosely based on a <a href="https://github.com/snide/sphinx_rtd_theme">theme</a> provided by <a href="https://readthedocs.org">Read the Docs</a>.
</footer>
</div>
</section>
</div>
</body>
</html>