search.html 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168
  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. <meta name="description" content="Minimal-overhead Lua wrapper for C++">
  9. <title>Luwra</title>
  10. <link rel="shortcut icon" href="./img/favicon.ico">
  11. <link href='https://fonts.googleapis.com/css?family=Lato:400,700|Roboto+Slab:400,700|Inconsolata:400,700' rel='stylesheet' type='text/css'>
  12. <link rel="stylesheet" href="./css/theme.css" type="text/css" />
  13. <link rel="stylesheet" href="./css/theme_extra.css" type="text/css" />
  14. <link rel="stylesheet" href="./css/highlight.css">
  15. <script src="./js/jquery-2.1.1.min.js"></script>
  16. <script src="./js/modernizr-2.8.3.min.js"></script>
  17. <script type="text/javascript" src="./js/highlight.pack.js"></script>
  18. <script src="./js/theme.js"></script>
  19. <script>var base_url = '.';</script>
  20. <script data-main="./mkdocs/js/search.js" src="./mkdocs/js/require.js"></script>
  21. </head>
  22. <body class="wy-body-for-nav" role="document">
  23. <div class="wy-grid-for-nav">
  24. <nav data-toggle="wy-nav-shift" class="wy-nav-side stickynav">
  25. <div class="wy-side-nav-search">
  26. <a href="." class="icon icon-home"> Luwra</a>
  27. <div role="search">
  28. <form id ="rtd-search-form" class="wy-form" action="./search.html" method="get">
  29. <input type="text" name="q" placeholder="Search docs" />
  30. </form>
  31. </div>
  32. </div>
  33. <div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation">
  34. <ul class="current">
  35. <li>
  36. <li class="toctree-l1 ">
  37. <a class="" href=".">Home</a>
  38. </li>
  39. <li>
  40. <li>
  41. <li class="toctree-l1 ">
  42. <a class="" href="basics/">Basic Stack Interaction</a>
  43. </li>
  44. <li>
  45. <li>
  46. <li class="toctree-l1 ">
  47. <a class="" href="advanced/">Advanced Stack Interaction</a>
  48. </li>
  49. <li>
  50. <li>
  51. <li class="toctree-l1 ">
  52. <a class="" href="wrapping/">Function Wrapping</a>
  53. </li>
  54. <li>
  55. <li>
  56. <li class="toctree-l1 ">
  57. <a class="" href="user-types/">User Types</a>
  58. </li>
  59. <li>
  60. </ul>
  61. </div>
  62. &nbsp;
  63. </nav>
  64. <section data-toggle="wy-nav-shift" class="wy-nav-content-wrap">
  65. <nav class="wy-nav-top" role="navigation" aria-label="top navigation">
  66. <i data-toggle="wy-nav-top" class="fa fa-bars"></i>
  67. <a href=".">Luwra</a>
  68. </nav>
  69. <div class="wy-nav-content">
  70. <div class="rst-content">
  71. <div role="navigation" aria-label="breadcrumbs navigation">
  72. <ul class="wy-breadcrumbs">
  73. <li><a href=".">Docs</a> &raquo;</li>
  74. <li class="wy-breadcrumbs-aside">
  75. <a href="https://github.com/vapourismo/luwra" class="icon icon-github"> Edit on GitHub</a>
  76. </li>
  77. </ul>
  78. <hr/>
  79. </div>
  80. <div role="main">
  81. <div class="section">
  82. <h1 id="search">Search Results</h1>
  83. <form id="content_search" action="search.html">
  84. <span role="status" aria-live="polite" class="ui-helper-hidden-accessible"></span>
  85. <input name="q" id="mkdocs-search-query" type="text" class="search_input search-query ui-autocomplete-input" placeholder="Search the Docs" autocomplete="off" autofocus>
  86. </form>
  87. <div id="mkdocs-search-results">
  88. Sorry, page not found.
  89. </div>
  90. </div>
  91. </div>
  92. <footer>
  93. <hr/>
  94. <div role="contentinfo">
  95. <!-- Copyright etc -->
  96. </div>
  97. 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>.
  98. </footer>
  99. </div>
  100. </div>
  101. </section>
  102. </div>
  103. <div class="rst-versions" role="note" style="cursor: pointer">
  104. <span class="rst-current-version" data-toggle="rst-current-version">
  105. <a href="https://github.com/vapourismo/luwra" class="icon icon-github" style="float: left; color: #fcfcfc"> GitHub</a>
  106. </span>
  107. </div>
  108. </body>
  109. </html>