Changeset 5547430 in ammosreader for doc/html/py-modindex.html
- Timestamp:
- 05/04/22 16:12:24 (3 years ago)
- Branches:
- AmmosSource, guix
- Children:
- 1b72462
- Parents:
- f3421e6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/html/py-modindex.html
rf3421e6 r5547430 1 2 <!DOCTYPE html>1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 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/ alabaster.css" />10 <link rel="stylesheet" type="text/css" href="_static/css/adctheme.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"/> 15 16 <link rel="index" title="Index" href="genindex.html" /> 16 17 <link rel="search" title="Search" href="search.html" /> 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 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 24 21 25 22 26 23 </head><body> 27 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 28 61 29 62 <div class="document"> 30 63 <div class="documentwrapper"> 31 64 <div class="bodywrapper"> 32 33 34 <div class="body" role="main"> 65 <div class="body"> 35 66 36 67 … … 124 155 125 156 126 </div> 127 157 </div> 128 158 </div> 129 159 </div> 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> 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> 160 166 </div> 161 </div>162 <script>$('#searchbox').show(0);</script>163 164 165 166 167 168 169 170 171 </div>172 </div>173 167 <div class="clearer"></div> 174 168 </div> 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 169 <div id="breadcrumbs"> 170 Python Module Index 171 </div> 172 <script type="text/javascript" charset="utf-8" src="_static/js/toc.js"></script> 187 173 </body> 188 174 </html>
Note:
See TracChangeset
for help on using the changeset viewer.