2018-02-22 18:22:22 +00:00
<!DOCTYPE html>
2022-08-28 12:50:59 +00:00
< html class = "writer-html5" lang = "en" >
2018-02-22 18:22:22 +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 >
< link rel = "stylesheet" href = "/css/theme.css" / >
< link rel = "stylesheet" href = "/css/theme_extra.css" / >
2023-08-13 18:03:19 +00:00
< link rel = "stylesheet" href = "https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.8.0/styles/github.min.css" / >
2022-08-28 12:50:59 +00:00
<!-- [if lt IE 9]>
< script src = "/js/html5shiv.min.js" > < / script >
<![endif]-->
2023-08-13 18:03:19 +00:00
< script src = "https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.8.0/highlight.min.js" > < / script >
< script > hljs . highlightAll ( ) ; < / 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" >
2022-08-28 12:50:59 +00:00
< a href = "/." class = "icon icon-home" > NewPipe Development Documentation
< / a > < div role = "search" >
2018-09-01 13:48:12 +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-22 18:22:22 +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-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" >
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-22 18:22:22 +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-22 18:22:22 +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-22 18:22:22 +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-22 18:22:22 +00:00
< h1 id = "404-page-not-found" > 404< / h1 >
< p > < strong > Page not found< / strong > < / p >
< / div >
2022-08-28 12:50:59 +00:00
< / div > < footer >
2018-02-22 18:22:22 +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-22 18:22:22 +00:00
< / footer >
2022-08-28 12:50:59 +00:00
2018-02-22 18:22:22 +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-22 18:22:22 +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-22 18:22:22 +00:00
< / body >
< / html >