2018-02-22 18:22:22 +00:00
<!DOCTYPE html>
<!-- [if IE 8]><html class="no - js lt - ie9" lang="en" > <![endif] -->
<!-- [if gt IE 8]><! --> < html class = "no-js" lang = "en" > <!-- <![endif] -->
< head >
< meta charset = "utf-8" >
< meta http-equiv = "X-UA-Compatible" content = "IE=edge" >
< meta name = "viewport" content = "width=device-width, initial-scale=1.0" >
2020-08-13 00:02:52 +00:00
2018-02-22 18:22:22 +00:00
< link rel = "shortcut icon" href = "/img/favicon.ico" >
2018-04-08 20:02:44 +00:00
< title > NewPipe Documentation< / title >
2020-08-13 00:02:52 +00:00
< link rel = "stylesheet" href = "https://fonts.googleapis.com/css?family=Lato:400,700|Roboto+Slab:400,700|Inconsolata:400,700" / >
2018-02-22 18:22:22 +00:00
2020-08-13 00:02:52 +00:00
< link rel = "stylesheet" href = "/css/theme.css" / >
< link rel = "stylesheet" href = "/css/theme_extra.css" / >
< link rel = "stylesheet" href = "https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/styles/github.min.css" / >
2018-02-22 18:22:22 +00:00
2018-09-01 13:48:12 +00:00
< script src = "/js/jquery-2.1.1.min.js" defer > < / script >
< script src = "/js/modernizr-2.8.3.min.js" defer > < / script >
2020-08-13 00:02:52 +00:00
< script src = "https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/highlight.min.js" > < / script >
2018-09-01 13:48:12 +00:00
< script > hljs . initHighlightingOnLoad ( ) ; < / script >
2018-02-22 18:22:22 +00:00
< / 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" >
2020-08-13 00:02:52 +00:00
< div class = "wy-side-scroll" >
2018-02-22 18:22:22 +00:00
< div class = "wy-side-nav-search" >
2018-09-01 13:48:12 +00:00
< a href = "/." class = "icon icon-home" > NewPipe Documentation< / a >
2018-02-22 18:22:22 +00:00
< div role = "search" >
2018-09-01 13:48:12 +00:00
< form id = "rtd-search-form" class = "wy-form" action = "//search.html" method = "get" >
< input type = "text" name = "q" placeholder = "Search docs" title = "Type search term here" / >
2018-02-22 18:22:22 +00:00
< / form >
< / div >
< / div >
< div class = "wy-menu wy-menu-vertical" data-spy = "affix" role = "navigation" aria-label = "main navigation" >
2020-08-13 00:02:52 +00:00
< ul >
< li class = "toctree-l1" > < a class = "reference internal" href = "/." > Welcome to NewPipe< / a >
< / li >
< / ul >
< ul >
< li class = "toctree-l1" > < a class = "reference internal" href = "/00_Prepare_everything/" > Before You Start< / a >
< / li >
< / ul >
< ul >
< li class = "toctree-l1" > < a class = "reference internal" href = "/01_Concept_of_the_extractor/" > Concept of the Extractor< / a >
< / li >
< / ul >
< ul >
< li class = "toctree-l1" > < a class = "reference internal" href = "/02_Concept_of_LinkHandler/" > Concept of the LinkHandler< / a >
< / li >
< / ul >
< ul >
< li class = "toctree-l1" > < a class = "reference internal" href = "/03_Implement_a_service/" > Implementing a Service< / a >
< / li >
< / ul >
< ul >
< li class = "toctree-l1" > < a class = "reference internal" href = "/04_Run_changes_in_App/" > Testing Your Changes in the App< / a >
< / li >
< / ul >
< ul >
< li class = "toctree-l1" > < a class = "reference internal" href = "/05_releasing/" > Releasing a New NewPipe Version< / a >
< / li >
< / ul >
< ul >
< li class = "toctree-l1" > < a class = "reference internal" href = "/06_documentation/" > About This Documentation< / a >
< / li >
< / ul >
< ul >
< li class = "toctree-l1" > < a class = "reference internal" href = "/07_maintainers_view/" > Maintainers' Section< / a >
< / li >
< / ul >
2018-02-22 18:22:22 +00:00
< / div >
2020-08-13 00:02:52 +00:00
< / div >
2018-02-22 18:22:22 +00:00
< / nav >
< section data-toggle = "wy-nav-shift" class = "wy-nav-content-wrap" >
< nav class = "wy-nav-top" role = "navigation" aria-label = "top navigation" >
< i data-toggle = "wy-nav-top" class = "fa fa-bars" > < / i >
2018-09-01 13:48:12 +00:00
< a href = "/." > NewPipe Documentation< / a >
2018-02-22 18:22:22 +00:00
< / nav >
< div class = "wy-nav-content" >
< div class = "rst-content" >
< div role = "navigation" aria-label = "breadcrumbs navigation" >
< ul class = "wy-breadcrumbs" >
2018-09-01 13:48:12 +00:00
< li > < a href = "/." > Docs< / a > » < / li >
2018-02-22 18:22:22 +00:00
< li class = "wy-breadcrumbs-aside" >
< / li >
< / ul >
2020-08-13 00:02:52 +00:00
2018-02-22 18:22:22 +00:00
< hr / >
< / div >
< div role = "main" >
< div class = "section" >
< h1 id = "404-page-not-found" > 404< / h1 >
< p > < strong > Page not found< / strong > < / p >
< / div >
< / div >
< footer >
< hr / >
< div role = "contentinfo" >
<!-- Copyright etc -->
< / div >
2020-08-13 00:02:52 +00:00
Built with < a href = "https://www.mkdocs.org/" > MkDocs< / a > using a < a href = "https://github.com/snide/sphinx_rtd_theme" > theme< / a > provided by < a href = "https://readthedocs.org" > Read the Docs< / a > .
2018-02-22 18:22:22 +00:00
< / footer >
< / div >
< / div >
< / section >
< / div >
2020-08-13 00:02:52 +00:00
< div class = "rst-versions" role = "note" aria-label = "versions" >
2018-02-22 18:22:22 +00:00
< span class = "rst-current-version" data-toggle = "rst-current-version" >
< / span >
< / div >
2018-09-01 13:48:12 +00:00
< script > var base _url = '/' ; < / script >
< script src = "/js/theme.js" defer > < / script >
< script src = "/search/main.js" defer > < / script >
2020-08-13 00:02:52 +00:00
< script defer >
window.onload = function () {
SphinxRtdTheme.Navigation.enable(true);
};
< / script >
2018-02-22 18:22:22 +00:00
< / body >
< / html >