1
Fork 0
mirror of https://github.com/Steffo99/lihzahrd.git synced 2024-11-22 08:04:24 +00:00
lihzahrd/docs/html/index.html

223 lines
5.9 KiB
HTML
Raw Normal View History

2019-08-12 20:48:55 +00:00
<!DOCTYPE html>
<!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>lihzahrd &mdash; lihzahrd documentation</title>
<script type="text/javascript" src="_static/js/modernizr.min.js"></script>
<script type="text/javascript" id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script>
2020-04-17 15:03:12 +00:00
<script src="_static/jquery.js"></script>
<script src="_static/underscore.js"></script>
<script src="_static/doctools.js"></script>
<script src="_static/language_data.js"></script>
2019-08-12 20:48:55 +00:00
<script type="text/javascript" src="_static/js/theme.js"></script>
<link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
2019-08-13 17:56:17 +00:00
<link rel="stylesheet" href="_static/lihzahrd.css" type="text/css" />
2019-08-12 20:48:55 +00:00
<link rel="index" title="Index" href="genindex.html" />
<link rel="search" title="Search" href="search.html" />
2019-08-13 17:56:17 +00:00
<link rel="next" title="Usage guide" href="usage.html" />
2019-08-12 20:48:55 +00:00
</head>
<body class="wy-body-for-nav">
<div class="wy-grid-for-nav">
<nav data-toggle="wy-nav-shift" class="wy-nav-side">
<div class="wy-side-scroll">
<div class="wy-side-nav-search" >
<a href="#" class="icon icon-home"> lihzahrd
</a>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="search.html" method="get">
<input type="text" name="q" placeholder="Search docs" />
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
</div>
</div>
<div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation">
<ul>
2019-08-13 17:56:17 +00:00
<li class="toctree-l1"><a class="reference internal" href="usage.html">Usage guide</a></li>
<li class="toctree-l1"><a class="reference internal" href="reference.html">API Reference</a></li>
2019-08-12 20:48:55 +00:00
</ul>
</div>
</div>
</nav>
<section data-toggle="wy-nav-shift" class="wy-nav-content-wrap">
<nav class="wy-nav-top" aria-label="top navigation">
<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
<a href="#">lihzahrd</a>
</nav>
<div class="wy-nav-content">
<div class="rst-content">
<div role="navigation" aria-label="breadcrumbs navigation">
<ul class="wy-breadcrumbs">
<li><a href="#">Docs</a> &raquo;</li>
<li>lihzahrd</li>
<li class="wy-breadcrumbs-aside">
<a href="_sources/index.rst.txt" rel="nofollow"> View page source</a>
</li>
</ul>
<hr/>
</div>
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
<div itemprop="articleBody">
<div class="section" id="lihzahrd">
<h1>lihzahrd<a class="headerlink" href="#lihzahrd" title="Permalink to this headline"></a></h1>
2019-08-13 17:56:17 +00:00
<a class="reference internal image-reference" href="_images/lihzahrd.png"><img alt="A Lihzahrd from the Jungle Temple" src="_images/lihzahrd.png" style="width: 32px; height: 48px;" /></a>
<p><code class="docutils literal notranslate"><span class="pre">lihzahrd</span></code> is a Terraria 1.3.5.3 world parser in Python.</p>
<p>You can use this package to get programmer-friendly data from a Terraria world!</p>
<div class="section" id="documentation-pages">
<h2>Documentation pages<a class="headerlink" href="#documentation-pages" title="Permalink to this headline"></a></h2>
<p>Find out more on how to use <code class="docutils literal notranslate"><span class="pre">lihzahrd</span></code> in these pages:</p>
2019-08-12 20:48:55 +00:00
<div class="toctree-wrapper compound">
<ul>
2019-08-13 17:56:17 +00:00
<li class="toctree-l1"><a class="reference internal" href="usage.html">Usage guide</a></li>
<li class="toctree-l1"><a class="reference internal" href="reference.html">API Reference</a></li>
2019-08-12 20:48:55 +00:00
</ul>
</div>
2019-08-13 17:56:17 +00:00
</div>
<div class="section" id="some-more-links">
<h2>Some more links<a class="headerlink" href="#some-more-links" title="Permalink to this headline"></a></h2>
<p>Here are some links that may be useful:</p>
2019-08-12 20:48:55 +00:00
<ul class="simple">
2019-08-20 14:27:02 +00:00
<li><p><a class="reference external" href="https://github.com/Steffo99/lihzahrd">lihzahrd on GitHub</a></p></li>
2020-04-17 15:03:12 +00:00
<li><p><a class="reference external" href="https://github.com/Steffo99/flyingsnake">flyingsnake</a>, a package using <code class="docutils literal notranslate"><span class="pre">lihzahrd</span></code></p></li>
2019-08-12 20:48:55 +00:00
<li><p><a class="reference internal" href="genindex.html"><span class="std std-ref">Index</span></a></p></li>
</ul>
</div>
</div>
</div>
</div>
<footer>
<div class="rst-footer-buttons" role="navigation" aria-label="footer navigation">
2019-08-13 17:56:17 +00:00
<a href="usage.html" class="btn btn-neutral float-right" title="Usage guide" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right"></span></a>
2019-08-12 20:48:55 +00:00
</div>
<hr/>
<div role="contentinfo">
<p>
2020-06-10 17:50:23 +00:00
&copy; Copyright 2020, Stefano Pigozzi
2019-08-12 20:48:55 +00:00
</p>
</div>
Built with <a href="http://sphinx-doc.org/">Sphinx</a> using a <a href="https://github.com/rtfd/sphinx_rtd_theme">theme</a> provided by <a href="https://readthedocs.org">Read the Docs</a>.
</footer>
</div>
</div>
</section>
</div>
<script type="text/javascript">
jQuery(function () {
SphinxRtdTheme.Navigation.enable(true);
});
</script>
</body>
</html>