2018-02-20 22:51:11 +00:00
<!DOCTYPE html>
2022-08-28 12:50:59 +00:00
< html class = "writer-html5" lang = "en" >
2018-02-20 22:51:11 +00:00
< head >
2022-08-28 12:50:59 +00:00
< meta charset = "utf-8" / >
< meta http-equiv = "X-UA-Compatible" content = "IE=edge" / >
< meta name = "viewport" content = "width=device-width, initial-scale=1.0" / >
< link rel = "shortcut icon" href = "./img/favicon.ico" / >
< title > NewPipe Development Documentation< / title >
2020-08-13 00:02:52 +00:00
<!-- local fonts -->
< link rel = "stylesheet" href = "./css/local_fonts.css" type = "text/css" / >
2018-02-20 22:51:11 +00:00
< link rel = "stylesheet" href = "./css/theme.css" type = "text/css" / >
< link rel = "stylesheet" href = "./css/theme_extra.css" type = "text/css" / >
2020-08-13 00:02:52 +00:00
< link rel = "stylesheet" href = "./css/theme_child.css" type = "text/css" / >
<!-- local code syntax highlighting -->
< link rel = "stylesheet" href = "./css/github.min.css" type = "text/css" / >
< link rel = "stylesheet" href = "./css/highlight.css" type = "text/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 >
2020-08-13 00:02:52 +00:00
< script src = "./js/highlight.min.js" > < / script >
2018-09-01 13:48:12 +00:00
< 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" >
2020-08-13 00:02:52 +00:00
< div class = "wy-side-scroll" >
2018-02-20 22:51:11 +00:00
< div class = "wy-side-nav-search" >
2022-08-28 12:50:59 +00:00
< a href = "./." class = "icon icon-home" > NewPipe Development Documentation
< / a > < div role = "search" >
2018-02-20 22:51:11 +00:00
< form id = "rtd-search-form" class = "wy-form" action = "./search.html" method = "get" >
2023-08-13 18:03:19 +00:00
< input type = "text" name = "q" placeholder = "Search docs" aria-label = "Search docs" title = "Type search term here" / >
2018-02-20 22:51:11 +00:00
< / form >
< / div >
< / div >
2022-08-28 12:50:59 +00:00
< div class = "wy-menu wy-menu-vertical" data-spy = "affix" role = "navigation" aria-label = "Navigation menu" >
< ul >
< li class = "toctree-l1" > < a class = "reference internal" href = "./." > Welcome to the NewPipe Development Docs< / 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_Mock_tests/" > Mock Tests< / a >
< / li >
< / ul >
< ul >
< li class = "toctree-l1" > < a class = "reference internal" href = "./06_releasing/" > Releasing a New NewPipe Version< / a >
< / li >
< / ul >
< ul >
< li class = "toctree-l1" > < a class = "reference internal" href = "./07_release_instructions/" > Release instructions for normal releases< / a >
< / li >
< / ul >
< ul >
< li class = "toctree-l1" > < a class = "reference internal" href = "./08_documentation/" > About This Documentation< / a >
< / li >
< / ul >
< ul >
< li class = "toctree-l1" > < a class = "reference internal" href = "./09_maintainers_view/" > Maintainers' Section< / a >
< / li >
< / ul >
2018-02-20 22:51:11 +00:00
< / div >
2020-08-13 00:02:52 +00:00
< / div >
2018-02-20 22:51:11 +00:00
< / nav >
< section data-toggle = "wy-nav-shift" class = "wy-nav-content-wrap" >
2022-08-28 12:50:59 +00:00
< nav class = "wy-nav-top" role = "navigation" aria-label = "Mobile navigation menu" >
< i data-toggle = "wy-nav-top" class = "fa fa-bars" > < / i >
< a href = "./." > NewPipe Development Documentation< / a >
2018-02-20 22:51:11 +00:00
< / nav >
< div class = "wy-nav-content" >
2022-08-28 12:50:59 +00:00
< div class = "rst-content" > < div role = "navigation" aria-label = "breadcrumbs navigation" >
2018-02-20 22:51:11 +00:00
< ul class = "wy-breadcrumbs" >
2023-08-13 18:03:19 +00:00
< li > < a href = "./." class = "icon icon-home" aria-label = "Docs" > < / a > » < / li >
2018-02-20 22:51:11 +00:00
< li class = "wy-breadcrumbs-aside" >
< / li >
< / ul >
< hr / >
< / div >
2022-08-28 12:50:59 +00:00
< div role = "main" class = "document" itemscope = "itemscope" itemtype = "http://schema.org/Article" >
< div class = "section" itemprop = "articleBody" >
2018-02-20 22:51:11 +00:00
< 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 >
2023-08-13 18:03:19 +00:00
< input name = "q" id = "mkdocs-search-query" type = "text" class = "search_input search-query ui-autocomplete-input" placeholder = "Search the Docs" aria-label = "Search the Docs" autocomplete = "off" autofocus title = "Type search term here" >
2018-02-20 22:51:11 +00:00
< / form >
2021-10-20 23:09:50 +00:00
< div id = "mkdocs-search-results" class = "search-results" data-no-results-text = "No results found" >
2018-02-22 18:22:22 +00:00
Searching...
2018-02-20 22:51:11 +00:00
< / div >
< / div >
2022-08-28 12:50:59 +00:00
< / div > < footer >
2018-02-20 22:51:11 +00:00
< hr / >
< div role = "contentinfo" >
<!-- Copyright etc -->
< / div >
2022-08-28 12:50:59 +00:00
Built with < a href = "https://www.mkdocs.org/" > MkDocs< / a > using a < a href = "https://github.com/readthedocs/sphinx_rtd_theme" > theme< / a > provided by < a href = "https://readthedocs.org" > Read the Docs< / a > .
2018-02-20 22:51:11 +00:00
< / footer >
2022-08-28 12:50:59 +00:00
2018-02-20 22:51:11 +00:00
< / div >
< / div >
< / section >
< / div >
2022-08-28 12:50:59 +00:00
< div class = "rst-versions" role = "note" aria-label = "Versions" >
2021-10-20 23:09:50 +00:00
< span class = "rst-current-version" data-toggle = "rst-current-version" >
< / span >
2018-02-20 22:51:11 +00:00
< / div >
2023-08-13 18:03:19 +00:00
< script src = "./js/jquery-3.6.0.min.js" > < / script >
< script > var base _url = "." ; < / script >
< script src = "./js/theme_extra.js" > < / script >
< script src = "./js/theme.js" > < / script >
< script src = "./search/main.js" > < / script >
< script >
jQuery(function () {
2020-08-13 00:02:52 +00:00
SphinxRtdTheme.Navigation.enable(true);
2023-08-13 18:03:19 +00:00
});
2020-08-13 00:02:52 +00:00
< / script >
2018-02-20 22:51:11 +00:00
< / body >
< / html >