Changes in doc/html/py-modindex.html [5547430:ada37fa] in ammosreader
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/html/py-modindex.html
r5547430 rada37fa 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">1 2 <!DOCTYPE html> 3 3 4 4 <html> … … 8 8 <title>Python Module Index — AmmosReader 0.314 documentation</title> 9 9 <link rel="stylesheet" type="text/css" href="_static/pygments.css" /> 10 <link rel="stylesheet" type="text/css" href="_static/ css/adctheme.css" />10 <link rel="stylesheet" type="text/css" href="_static/alabaster.css" /> 11 11 <script data-url_root="./" id="documentation_options" src="_static/documentation_options.js"></script> 12 12 <script src="_static/jquery.js"></script> 13 13 <script src="_static/underscore.js"></script> 14 14 <script src="_static/doctools.js"></script> 15 <meta name="generator" content="Sphinx/ADC Theme by Mirounga www.mirounga.fr"/>16 15 <link rel="index" title="Index" href="genindex.html" /> 17 16 <link rel="search" title="Search" href="search.html" /> 18 <link rel="top" title="AmmosReader 0.314 documentation" href="index.html" /> 19 <link media="only screen and (max-device-width: 480px)" href="_static/css/mobile.css" type="text/css" rel="stylesheet" /> 20 17 18 19 <link rel="stylesheet" href="_static/custom.css" type="text/css" /> 20 21 22 <meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9" /> 23 21 24 22 25 23 26 </head><body> 24 <div id="docstitle"> 25 <p>AmmosReader 0.314 documentation</p> 26 </div> 27 <div id="header"> 28 <div id="title"><h1>Python Module Index</h1></div> 29 <ul id="headerButtons"> 30 <li id="toc_button"><div class="headerButton"><a href="#">Table of Contents</a></div></li> 31 <li id="page_buttons"> 32 <div class="headerButton"><a href="genindex.html" title="General Index" accesskey="I">index</a></div> 33 <div class="headerButton"><a href="#" title="Python Module Index" >modules</a></div> 34 </li> 35 </ul> 36 </div> 37 38 <div id="sphinxsidebar"> 39 <div class="sphinxsidebarwrapper"> 40 <ul><li class="toctree-l1"><a href="index.html">Main Page</a></li></ul> 41 <ul> 42 <li class="toctree-l1"><a class="reference internal" href="ammosreader.html">ammosreader package</a></li> 43 </ul> 44 45 <div id="searchbox" style="display: none"> 46 <form class="search" action="search.html" method="get"> 47 <div class="search-wrapper"> 48 <input type="submit" value="" class="search-left"/> 49 <input class="prettysearch" type="text" name="q" size="18" title="Enter search terms or a module, class or function name."/> 50 <span class="search-right"> </span> 51 </div> 52 <input type="hidden" name="check_keywords" value="yes" /> 53 <input type="hidden" name="area" value="default" /> 54 </form> 55 </div> 56 <script type="text/javascript">$('#searchbox').show(0);</script> 57 </div> 58 </div> 59 60 27 61 28 62 29 <div class="document"> 63 30 <div class="documentwrapper"> 64 31 <div class="bodywrapper"> 65 <div class="body"> 32 33 34 <div class="body" role="main"> 66 35 67 36 … … 155 124 156 125 157 </div> 126 </div> 127 158 128 </div> 159 129 </div> 160 <div class="footer"> 161 <p> 162 © Copyright 2022, KIDZg. 163 Created using <a href="http://www.sphinx-doc.org/">Sphinx</a> 4.4.0 <a href="https://github.com/mga-sphinx/sphinx_adc_theme">ADC Theme</a> . 164 (Revision ) 165 </p> 130 <div class="sphinxsidebar" role="navigation" aria-label="main navigation"> 131 <div class="sphinxsidebarwrapper"> 132 <h1 class="logo"><a href="index.html">AmmosReader</a></h1> 133 134 135 136 137 138 139 140 141 <h3>Navigation</h3> 142 <ul> 143 <li class="toctree-l1"><a class="reference internal" href="ammosreader.html">ammosreader package</a></li> 144 </ul> 145 146 <div class="relations"> 147 <h3>Related Topics</h3> 148 <ul> 149 <li><a href="index.html">Documentation overview</a><ul> 150 </ul></li> 151 </ul> 152 </div> 153 <div id="searchbox" style="display: none" role="search"> 154 <h3 id="searchlabel">Quick search</h3> 155 <div class="searchformwrapper"> 156 <form class="search" action="search.html" method="get"> 157 <input type="text" name="q" aria-labelledby="searchlabel" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false"/> 158 <input type="submit" value="Go" /> 159 </form> 166 160 </div> 161 </div> 162 <script>$('#searchbox').show(0);</script> 163 164 165 166 167 168 169 170 171 </div> 172 </div> 167 173 <div class="clearer"></div> 168 174 </div> 169 <div id="breadcrumbs"> 170 Python Module Index 171 </div> 172 <script type="text/javascript" charset="utf-8" src="_static/js/toc.js"></script> 175 <div class="footer"> 176 ©2022, Enrico Schwass. 177 178 | 179 Powered by <a href="http://sphinx-doc.org/">Sphinx 4.2.0</a> 180 & <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.12</a> 181 182 </div> 183 184 185 186 173 187 </body> 174 188 </html>
Note:
See TracChangeset
for help on using the changeset viewer.