Changeset ada37fa in ammosreader for doc/html/search.html
- Timestamp:
- 05/04/22 12:00:45 (3 years ago)
- Branches:
- AmmosSource, guix
- Children:
- 64565fe
- Parents:
- 1846087
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/html/search.html
r1846087 rada37fa 1 1 2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 3 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 2 <!DOCTYPE html> 4 3 5 <html xmlns="http://www.w3.org/1999/xhtml">4 <html> 6 5 <head> 7 <meta http-equiv="X-UA-Compatible" content="IE=Edge" />8 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />9 <title>Search — RadarDex0.314 documentation</title>10 <link rel="stylesheet" href="_static/alabaster.css" type="text/css" />11 <link rel="stylesheet" href="_static/pygments.css" type="text/css" />6 <meta charset="utf-8" /> 7 <meta name="viewport" content="width=device-width, initial-scale=1.0" /> 8 <title>Search — AmmosReader 0.314 documentation</title> 9 <link rel="stylesheet" type="text/css" href="_static/pygments.css" /> 10 <link rel="stylesheet" type="text/css" href="_static/alabaster.css" /> 12 11 13 <script type="text/javascript" id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script>14 <script type="text/javascript"src="_static/jquery.js"></script>15 <script type="text/javascript"src="_static/underscore.js"></script>16 <script type="text/javascript"src="_static/doctools.js"></script>17 <script type="text/javascript" src="_static/language_data.js"></script>18 <script type="text/javascript" src="_static/searchtools.js"></script>12 <script data-url_root="./" id="documentation_options" src="_static/documentation_options.js"></script> 13 <script src="_static/jquery.js"></script> 14 <script src="_static/underscore.js"></script> 15 <script src="_static/doctools.js"></script> 16 <script src="_static/searchtools.js"></script> 17 <script src="_static/language_data.js"></script> 19 18 <link rel="index" title="Index" href="genindex.html" /> 20 19 <link rel="search" title="Search" href="#" /> 21 <script type="text/javascript"> 22 jQuery(function() { Search.loadIndex("searchindex.js"); }); 23 </script> 24 25 <script type="text/javascript" id="searchindexloader"></script> 20 <script src="searchindex.js" defer></script> 26 21 27 22 28 23 <link rel="stylesheet" href="_static/custom.css" type="text/css" /> 24 29 25 30 26 <meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9" /> … … 37 33 <div class="documentwrapper"> 38 34 <div class="bodywrapper"> 35 36 39 37 <div class="body" role="main"> 40 38 41 39 <h1 id="search-documentation">Search</h1> 42 <div id="fallback" class="admonition warning"> 43 <script type="text/javascript">$('#fallback').hide();</script> 40 41 <noscript> 42 <div class="admonition warning"> 44 43 <p> 45 44 Please activate JavaScript to enable the search … … 47 46 </p> 48 47 </div> 48 </noscript> 49 50 49 51 <p> 50 From here you can search these documents. Enter your search 51 words into the box below and click "search". Note that the search 52 function will automatically search for all of the words. Pages 53 containing fewer words won't appear in the result list. 52 Searching for multiple words only shows matches that contain 53 all words. 54 54 </p> 55 56 55 57 <form action="" method="get"> 56 <input type="text" name="q" value=""/>58 <input type="text" name="q" aria-labelledby="search-documentation" value="" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false"/> 57 59 <input type="submit" value="search" /> 58 60 <span id="search-progress" style="padding-left: 10px"></span> 59 61 </form> 60 62 63 64 61 65 <div id="search-results"> 62 66 63 67 </div> 68 64 69 65 70 </div> 71 66 72 </div> 67 73 </div> 68 74 <div class="sphinxsidebar" role="navigation" aria-label="main navigation"> 69 75 <div class="sphinxsidebarwrapper"> 70 <h1 class="logo"><a href="index.html"> RadarDex</a></h1>76 <h1 class="logo"><a href="index.html">AmmosReader</a></h1> 71 77 72 78 … … 79 85 <h3>Navigation</h3> 80 86 <ul> 81 <li class="toctree-l1"><a class="reference internal" href=" PDW.html">PDW module</a></li>87 <li class="toctree-l1"><a class="reference internal" href="ammosreader.html">ammosreader package</a></li> 82 88 </ul> 83 89 … … 89 95 </ul> 90 96 </div> 97 98 99 100 101 102 103 104 91 105 </div> 92 106 </div> … … 94 108 </div> 95 109 <div class="footer"> 96 ©202 0, Enrico Schwass.110 ©2022, Enrico Schwass. 97 111 98 112 | 99 Powered by <a href="http://sphinx-doc.org/">Sphinx 1.8.5</a>100 & <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7. 8</a>113 Powered by <a href="http://sphinx-doc.org/">Sphinx 4.2.0</a> 114 & <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.12</a> 101 115 102 116 </div>
Note:
See TracChangeset
for help on using the changeset viewer.