Skip to content

Commit c17bf22

Browse files
jasmainakrythorpe
authored andcommitted
DOCS: tweaks
1 parent c09e204 commit c17bf22

File tree

3 files changed

+13
-10
lines changed

3 files changed

+13
-10
lines changed

doc/_templates/navbar.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
<li><a href="https://jonescompneurolab.github.io/hnn-core/dev/index.html">Development</a></li>
1111
<li><a href="https://jonescompneurolab.github.io/hnn-core/stable/index.html">Stable</a></li>
1212
<li><a href="https://jonescompneurolab.github.io/hnn-core/v0.1/index.html">v0.1</a></li>
13+
<li><a href="https://jonescompneurolab.github.io/hnn-core/v0.2/index.html">v0.2</a></li>
1314
</ul>
1415
</div>
1516

doc/whats_new.rst

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -152,16 +152,17 @@ API
152152

153153
People who contributed to this release (in alphabetical order):
154154
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
155-
`Alex Rockhill`_
156-
`Blake Caldwell`_
157-
`Christopher J. Bailey`_
158-
`Dylan Daniels`_
159-
`Kenneth Loi`_
160-
`Mainak Jas`_
161-
`Nick Tolley`_
162-
`Ryan Thorpe`_
163-
`Sarah Pugliese`_
164-
`Stephanie R. Jones`_
155+
156+
- `Alex Rockhill`_
157+
- `Blake Caldwell`_
158+
- `Christopher Bailey`_
159+
- `Dylan Daniels`_
160+
- `Kenneth Loi`_
161+
- `Mainak Jas`_
162+
- `Nick Tolley`_
163+
- `Ryan Thorpe`_
164+
- `Sarah Pugliese`_
165+
- `Stephanie R. Jones`_
165166

166167
.. _0.1:
167168

examples/howto/plot_optimize_evoked.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,4 +95,5 @@
9595
exp_dpl.plot(ax=axes[0], layer='agg', show=False)
9696
initial_dpl.plot(ax=axes[0], layer='agg', show=False)
9797
best_dpl.plot(ax=axes[0], layer='agg', show=False)
98+
axes[0].legend(['experimental', 'initial', 'optimized'])
9899
net.cell_response.plot_spikes_hist(ax=axes[1])

0 commit comments

Comments
 (0)