-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
switch sphinx theme, add contents to side
- Loading branch information
Showing
2 changed files
with
14 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,17 @@ | ||
<h3>Downloads</h3> | ||
<p>Current version: <b>{{ release }}</b></p> | ||
<p>Downloads: | ||
<a href="http://pypi.python.org/pypi/asteval/">PyPI (Python.org)</a> | ||
<h3>Contents</h3> | ||
|
||
<p> try <tt>pip install asteval</tt> | ||
<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> | ||
|
||
<p> | ||
Development version: <br> <a href="https://github.com/lmfit/asteval/">github.com</a> | ||
<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> | ||
|
||
<hr> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters