2018-02-20 22:51:11 +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" >
2018-02-22 18:22:22 +00:00
< meta http-equiv = "X-UA-Compatible" content = "IE=edge" >
2018-02-20 22:51:11 +00:00
< meta name = "viewport" content = "width=device-width, initial-scale=1.0" >
< link rel = "shortcut icon" href = "./img/favicon.ico" >
2018-04-08 20:02:44 +00:00
< title > NewPipe Documentation< / title >
2018-02-20 22:51:11 +00:00
< 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 = "stylesheet" href = "./css/theme.css" type = "text/css" / >
< link rel = "stylesheet" href = "./css/theme_extra.css" type = "text/css" / >
2018-09-01 13:48:12 +00:00
< link rel = "stylesheet" href = "//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/styles/github.min.css" >
2018-02-20 22:51:11 +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 >
< script src = "//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/highlight.min.js" > < / script >
< script > hljs . initHighlightingOnLoad ( ) ; < / script >
2018-02-20 22:51:11 +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" >
< 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-20 22:51:11 +00:00
< div role = "search" >
< form id = "rtd-search-form" class = "wy-form" action = "./search.html" method = "get" >
2018-09-01 13:48:12 +00:00
< input type = "text" name = "q" placeholder = "Search docs" title = "Type search term here" / >
2018-02-20 22:51:11 +00:00
< / form >
< / div >
< / div >
< div class = "wy-menu wy-menu-vertical" data-spy = "affix" role = "navigation" aria-label = "main navigation" >
2018-02-22 18:22:22 +00:00
< ul class = "current" >
2018-02-20 22:51:11 +00:00
2018-02-22 18:22:22 +00:00
< li class = "toctree-l1" >
2019-03-01 09:02:33 +00:00
< a class = "" href = "./." > Welcome to NewPipe.< / a >
2018-02-22 18:22:22 +00:00
< / li >
2018-02-22 16:11:04 +00:00
2018-02-22 18:22:22 +00:00
< li class = "toctree-l1" >
2019-03-01 09:02:33 +00:00
< a class = "" href = "./00_Prepare_everything/" > Before You Start< / a >
2018-02-22 18:22:22 +00:00
< / li >
< li class = "toctree-l1" >
2018-09-01 13:48:12 +00:00
< a class = "" href = "./01_Concept_of_the_extractor/" > Concept of the Extractor< / a >
< / li >
< li class = "toctree-l1" >
2019-03-01 09:02:33 +00:00
< a class = "" href = "./02_Concept_of_LinkHandler/" > Concept of the LinkHandler< / a >
2018-02-22 18:22:22 +00:00
< / li >
2018-02-20 22:51:11 +00:00
2018-09-09 15:02:52 +00:00
< li class = "toctree-l1" >
2018-09-11 18:21:55 +00:00
2019-03-01 09:02:33 +00:00
< a class = "" href = "./03_Implement_a_service/" > Implementing a Service< / a >
2018-09-11 18:21:55 +00:00
< / li >
< li class = "toctree-l1" >
2018-09-09 15:02:52 +00:00
2019-03-01 09:02:33 +00:00
< a class = "" href = "./04_Run_changes_in_App/" > Testing Your Changes in the App< / a >
2018-09-09 15:02:52 +00:00
< / li >
2019-01-12 15:30:56 +00:00
< li class = "toctree-l1" >
2019-03-01 09:02:33 +00:00
< a class = "" href = "./05_releasing/" > Releasing a New NewPipe Version< / a >
2019-02-20 18:03:04 +00:00
< / li >
< li class = "toctree-l1" >
2019-03-01 09:02:33 +00:00
< a class = "" href = "./06_documentation/" > About This Documentation< / a >
2019-01-12 15:30:56 +00:00
< / li >
2019-03-21 21:33:25 +00:00
< li class = "toctree-l1" >
2019-08-17 21:40:01 +00:00
< a class = "" href = "./07_maintainers_view/" > Maintainers' Section< / a >
2019-03-21 21:33:25 +00:00
< / li >
2018-02-20 22:51:11 +00:00
< / ul >
< / div >
< / 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-20 22:51:11 +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-20 22:51:11 +00:00
< li class = "wy-breadcrumbs-aside" >
< / li >
< / ul >
< hr / >
< / div >
< div role = "main" >
< div class = "section" >
< h1 id = "search" > Search Results< / h1 >
< form id = "content_search" action = "search.html" >
< span role = "status" aria-live = "polite" class = "ui-helper-hidden-accessible" > < / span >
2018-09-01 13:48:12 +00:00
< input name = "q" id = "mkdocs-search-query" type = "text" class = "search_input search-query ui-autocomplete-input" placeholder = "Search the Docs" autocomplete = "off" autofocus title = "Type search term here" >
2018-02-20 22:51:11 +00:00
< / form >
2018-02-22 18:22:22 +00:00
< div id = "mkdocs-search-results" class = "search-results" >
Searching...
2018-02-20 22:51:11 +00:00
< / div >
< / div >
< / div >
< footer >
< hr / >
< div role = "contentinfo" >
<!-- Copyright etc -->
< / div >
Built with < a href = "http://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 > .
< / footer >
2018-02-22 18:22:22 +00:00
2018-02-20 22:51:11 +00:00
< / div >
< / div >
< / section >
< / div >
2018-02-22 18:22:22 +00:00
< div class = "rst-versions" role = "note" style = "cursor: pointer" >
2018-02-20 22:51:11 +00:00
< span class = "rst-current-version" data-toggle = "rst-current-version" >
< / span >
< / div >
2018-02-22 18:22:22 +00:00
< script > var base _url = '.' ; < / script >
2018-09-01 13:48:12 +00:00
< script src = "./js/theme.js" defer > < / script >
< script src = "./search/main.js" defer > < / script >
2018-02-20 22:51:11 +00:00
< / body >
< / html >