Skip to content

Commit

Permalink
switch sphinx theme, add contents to side
Browse files Browse the repository at this point in the history
  • Loading branch information
newville committed Mar 3, 2024
1 parent 58b4d47 commit 390eafc
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 8 deletions.
20 changes: 13 additions & 7 deletions doc/_templates/indexsidebar.html
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>&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>

<p>
Development version: <br> &nbsp; &nbsp; <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:
&nbsp; <a href="https://github.com/lmfit/asteval/">github.com</a>
<p>

<hr>
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@

# The theme to use for HTML and HTML Help pages. Major themes that come with
# Sphinx are currently 'default' and 'sphinxdoc'.
html_theme = 'sphinxdoc'
html_theme = 'bizstyle'

# html_theme = 'nature'
# html_theme = 'agogo'
Expand Down

0 comments on commit 390eafc

Please sign in to comment.