File: indexsidebar.html

package info (click to toggle)
python-asteval 1.0.6-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 296 kB
  • sloc: python: 2,606; makefile: 53
file content (24 lines) | stat: -rw-r--r-- 722 bytes parent folder | download
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>&nbsp; &nbsp;<a href="{{ pathto('installation') }}"> Installing Asteval</a></li>
   <li>&nbsp; &nbsp;<a href="{{ pathto('basics') }}">     Using Asteval</a></li>
   <li>&nbsp; &nbsp;<a href="{{ pathto('api') }}">    Astevel Reference</a></li>
   <li>&nbsp; &nbsp;<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:
  &nbsp; <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>