Skip to content

Commit

Permalink
DOCS: tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
jasmainak authored and rythorpe committed Sep 29, 2021
1 parent c09e204 commit c17bf22
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 10 deletions.
1 change: 1 addition & 0 deletions doc/_templates/navbar.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
<li><a href="https://jonescompneurolab.github.io/hnn-core/dev/index.html">Development</a></li>
<li><a href="https://jonescompneurolab.github.io/hnn-core/stable/index.html">Stable</a></li>
<li><a href="https://jonescompneurolab.github.io/hnn-core/v0.1/index.html">v0.1</a></li>
<li><a href="https://jonescompneurolab.github.io/hnn-core/v0.2/index.html">v0.2</a></li>
</ul>
</div>

Expand Down
21 changes: 11 additions & 10 deletions doc/whats_new.rst
Original file line number Diff line number Diff line change
Expand Up @@ -152,16 +152,17 @@ API

People who contributed to this release (in alphabetical order):
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
`Alex Rockhill`_
`Blake Caldwell`_
`Christopher J. Bailey`_
`Dylan Daniels`_
`Kenneth Loi`_
`Mainak Jas`_
`Nick Tolley`_
`Ryan Thorpe`_
`Sarah Pugliese`_
`Stephanie R. Jones`_

- `Alex Rockhill`_
- `Blake Caldwell`_
- `Christopher Bailey`_
- `Dylan Daniels`_
- `Kenneth Loi`_
- `Mainak Jas`_
- `Nick Tolley`_
- `Ryan Thorpe`_
- `Sarah Pugliese`_
- `Stephanie R. Jones`_

.. _0.1:

Expand Down
1 change: 1 addition & 0 deletions examples/howto/plot_optimize_evoked.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,4 +95,5 @@
exp_dpl.plot(ax=axes[0], layer='agg', show=False)
initial_dpl.plot(ax=axes[0], layer='agg', show=False)
best_dpl.plot(ax=axes[0], layer='agg', show=False)
axes[0].legend(['experimental', 'initial', 'optimized'])
net.cell_response.plot_spikes_hist(ax=axes[1])

0 comments on commit c17bf22

Please sign in to comment.