Changes in doc/html/index.html [ada37fa:5547430] in ammosreader
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/html/index.html
rada37fa 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> … … 9 9 <title>ammosreader — AmmosReader 0.314 documentation</title> 10 10 <link rel="stylesheet" type="text/css" href="_static/pygments.css" /> 11 <link rel="stylesheet" type="text/css" href="_static/ alabaster.css" />11 <link rel="stylesheet" type="text/css" href="_static/css/adctheme.css" /> 12 12 <script data-url_root="./" id="documentation_options" src="_static/documentation_options.js"></script> 13 13 <script src="_static/jquery.js"></script> 14 14 <script src="_static/underscore.js"></script> 15 15 <script src="_static/doctools.js"></script> 16 <meta name="generator" content="Sphinx/ADC Theme by Mirounga www.mirounga.fr"/> 16 17 <link rel="index" title="Index" href="genindex.html" /> 17 18 <link rel="search" title="Search" href="search.html" /> 19 <link rel="top" title="AmmosReader 0.314 documentation" href="#" /> 18 20 <link rel="next" title="ammosreader package" href="ammosreader.html" /> 19 20 <link rel="stylesheet" href="_static/custom.css" type="text/css" /> 21 22 23 <meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9" /> 21 <link media="only screen and (max-device-width: 480px)" href="_static/css/mobile.css" type="text/css" rel="stylesheet" /> 22 </head><body> 23 <div id="docstitle"> 24 <p>AmmosReader 0.314 documentation</p> 25 </div> 26 <div id="header"> 27 <div id="title"><h1>ammosreader</h1></div> 28 <ul id="headerButtons"> 29 <li id="toc_button"><div class="headerButton"><a href="#">Table of Contents</a></div></li> 30 <li id="page_buttons"> 31 <div class="headerButton"><a href="genindex.html" title="General Index" accesskey="I">index</a></div> 32 <div class="headerButton"><a href="py-modindex.html" title="Python Module Index" >modules</a></div> 33 <div class="headerButton"><a href="ammosreader.html" title="ammosreader package" accesskey="N">next</a></div> 34 </li> 35 </ul> 36 </div> 24 37 25 </head><body> 26 38 <div id="sphinxsidebar"> 39 <div class="sphinxsidebarwrapper"> 40 <ul><li class="toctree-l1"><a href="#">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 <h3>This Page</h3> 46 <ul class="this-page-menu"> 47 <li><a href="_sources/index.rst.txt" 48 rel="nofollow">Show Source</a></li> 49 </ul> 50 <div id="searchbox" style="display: none"> 51 <form class="search" action="search.html" method="get"> 52 <div class="search-wrapper"> 53 <input type="submit" value="" class="search-left"/> 54 <input class="prettysearch" type="text" name="q" size="18" title="Enter search terms or a module, class or function name."/> 55 <span class="search-right"> </span> 56 </div> 57 <input type="hidden" name="check_keywords" value="yes" /> 58 <input type="hidden" name="area" value="default" /> 59 </form> 60 </div> 61 <script type="text/javascript">$('#searchbox').show(0);</script> 62 </div> 63 </div> 64 65 27 66 28 67 <div class="document"> 29 68 <div class="documentwrapper"> 30 69 <div class="bodywrapper"> 31 32 33 <div class="body" role="main"> 70 <div class="body"> 34 71 35 72 <section id="ammosreader"> … … 62 99 63 100 64 </div> 65 101 </div> 66 102 </div> 67 103 </div> 68 <div class="sphinxsidebar" role="navigation" aria-label="main navigation"> 69 <div class="sphinxsidebarwrapper"> 70 <h1 class="logo"><a href="#">AmmosReader</a></h1> 71 72 73 74 75 76 77 78 79 <h3>Navigation</h3> 80 <ul> 81 <li class="toctree-l1"><a class="reference internal" href="ammosreader.html">ammosreader package</a></li> 82 </ul> 83 84 <div class="relations"> 85 <h3>Related Topics</h3> 86 <ul> 87 <li><a href="#">Documentation overview</a><ul> 88 <li>Next: <a href="ammosreader.html" title="next chapter">ammosreader package</a></li> 89 </ul></li> 90 </ul> 91 </div> 92 <div id="searchbox" style="display: none" role="search"> 93 <h3 id="searchlabel">Quick search</h3> 94 <div class="searchformwrapper"> 95 <form class="search" action="search.html" method="get"> 96 <input type="text" name="q" aria-labelledby="searchlabel" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false"/> 97 <input type="submit" value="Go" /> 98 </form> 104 <div class="footer"> 105 <p> 106 © Copyright 2022, KIDZg. 107 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> . 108 (Revision ) 109 </p> 99 110 </div> 100 </div>101 <script>$('#searchbox').show(0);</script>102 103 104 105 106 107 108 109 110 </div>111 </div>112 111 <div class="clearer"></div> 113 112 </div> 114 <div class="footer"> 115 ©2022, Enrico Schwass. 116 117 | 118 Powered by <a href="http://sphinx-doc.org/">Sphinx 4.2.0</a> 119 & <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.12</a> 120 121 | 122 <a href="_sources/index.rst.txt" 123 rel="nofollow">Page source</a> 124 </div> 125 126 127 128 113 <div id="breadcrumbs"> 114 ammosreader 115 </div> 116 <script type="text/javascript" charset="utf-8" src="_static/js/toc.js"></script> 129 117 </body> 130 118 </html>
Note:
See TracChangeset
for help on using the changeset viewer.