search.html 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130
  1. <!DOCTYPE html>
  2. <!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]-->
  3. <!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]-->
  4. <head>
  5. <meta charset="utf-8">
  6. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  7. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  8. <link rel="shortcut icon" href="./img/favicon.ico">
  9. <title>Les Tutoriels du Yojik</title>
  10. <link rel="stylesheet" href="./css/theme.css" />
  11. <link rel="stylesheet" href="./css/theme_extra.css" />
  12. <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/styles/github.min.css" />
  13. <script src="./js/jquery-2.1.1.min.js" defer></script>
  14. <script src="./js/modernizr-2.8.3.min.js" defer></script>
  15. <script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/highlight.min.js"></script>
  16. <script>hljs.initHighlightingOnLoad();</script>
  17. </head>
  18. <body class="wy-body-for-nav" role="document">
  19. <div class="wy-grid-for-nav">
  20. <nav data-toggle="wy-nav-shift" class="wy-nav-side stickynav">
  21. <div class="wy-side-scroll">
  22. <div class="wy-side-nav-search">
  23. <a href="./." class="icon icon-home"> Les Tutoriels du Yojik</a>
  24. <div role="search">
  25. <form id ="rtd-search-form" class="wy-form" action="./search.html" method="get">
  26. <input type="text" name="q" placeholder="Search docs" title="Type search term here" />
  27. </form>
  28. </div>
  29. </div>
  30. <div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation">
  31. <p class="caption"><span class="caption-text">Tutoriel Domotique</span></p>
  32. <ul>
  33. <li class="toctree-l1"><a class="reference internal" href="./.">Introduction</a>
  34. </li>
  35. <li class="toctree-l1"><a class="reference internal" href="./Le-mat%C3%A9riel/">Le matériel</a>
  36. </li>
  37. </ul>
  38. </div>
  39. </div>
  40. </nav>
  41. <section data-toggle="wy-nav-shift" class="wy-nav-content-wrap">
  42. <nav class="wy-nav-top" role="navigation" aria-label="top navigation">
  43. <i data-toggle="wy-nav-top" class="fa fa-bars"></i>
  44. <a href="./.">Les Tutoriels du Yojik</a>
  45. </nav>
  46. <div class="wy-nav-content">
  47. <div class="rst-content">
  48. <div role="navigation" aria-label="breadcrumbs navigation">
  49. <ul class="wy-breadcrumbs">
  50. <li><a href="./.">Docs</a> &raquo;</li>
  51. <li class="wy-breadcrumbs-aside">
  52. </li>
  53. </ul>
  54. <hr/>
  55. </div>
  56. <div role="main">
  57. <div class="section">
  58. <h1 id="search">Search Results</h1>
  59. <form id="content_search" action="search.html">
  60. <span role="status" aria-live="polite" class="ui-helper-hidden-accessible"></span>
  61. <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">
  62. </form>
  63. <div id="mkdocs-search-results" class="search-results">
  64. Searching...
  65. </div>
  66. </div>
  67. </div>
  68. <footer>
  69. <hr/>
  70. <div role="contentinfo">
  71. <!-- Copyright etc -->
  72. </div>
  73. 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>.
  74. </footer>
  75. </div>
  76. </div>
  77. </section>
  78. </div>
  79. <div class="rst-versions" role="note" aria-label="versions">
  80. <span class="rst-current-version" data-toggle="rst-current-version">
  81. </span>
  82. </div>
  83. <script>var base_url = '.';</script>
  84. <script src="./js/theme.js" defer></script>
  85. <script src="./search/main.js" defer></script>
  86. <script defer>
  87. window.onload = function () {
  88. SphinxRtdTheme.Navigation.enable(true);
  89. };
  90. </script>
  91. </body>
  92. </html>