1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
<h3>Contents</h3>
<ul>
<li> <a href="{{ pathto('installation') }}"> Installing Asteval</a></li>
<li> <a href="{{ pathto('basics') }}"> Using Asteval</a></li>
<li> <a href="{{ pathto('api') }}"> Astevel Reference</a></li>
<li> <a href="{{ pathto('motivation') }}"> Motivation for Asteval</a></li>
</ul>
<h3>Get Asteval</h3>
<p>Current version: <b>{{ release }}</b></p>
<p>Install: <tt>pip install asteval</tt></p>
<p>Develop:
<a href="https://github.com/lmfit/asteval/">github.com</a>
<p>
<h3>Offline Documentation</h3>
<p>
<a href="asteval.pdf">PDF documentation</a>
<br>
<a href="asteval_doc.zip">Zipped HTML and PDF</a>
</p>
<hr>
|