Skip to content

Commit

Permalink
Move Nahuku image to imgur
Browse files Browse the repository at this point in the history
Docs are included in the source distribution, and the image bulks
up the distribution by 3.3 MB.

Also fixed a small issue in the nonlinear oscillator notebook.
  • Loading branch information
tbekolay committed Nov 9, 2018
1 parent eab61ce commit 701f997
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/examples/oscillator_nonlinear.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@
},
"outputs": [],
"source": [
"with nengo_loihi.Simulator(model, precompute=True) as sim:\n",
"with nengo_loihi.Simulator(model) as sim:\n",
" sim.run(10)\n",
"t = sim.trange()"
]
Expand Down
4 changes: 2 additions & 2 deletions docs/setup/host-board.rst
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,9 @@ for reading status LEDs on the host
The image below shows the location of components
important to the Nahuku / GHRD Loihi system.

.. image:: nahuku-connections.png
.. image:: https://i.imgur.com/l5hsHM1.png
:width: 100%
:target: _images/nahuku-connections.png
:target: https://i.imgur.com/l5hsHM1.png

To set up the Nahuku / GHRD system:

Expand Down
Binary file removed docs/setup/nahuku-connections.png
Binary file not shown.

0 comments on commit 701f997

Please sign in to comment.