Skip to content

Commit

Permalink
store example pngs as docs/assets
Browse files Browse the repository at this point in the history
  • Loading branch information
calebgeniesse committed Dec 10, 2021
1 parent 2d68d10 commit a78f9e3
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
Binary file added docs/assets/haxby_decoding_neumapper.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/haxby_decoding_neumapper_dyneusr.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/trefoil_knot_neumapper.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ options.show_embed = true;
res = neumapper(X, options);
```

<p align="center"><img src="../examples/trefoil_knot/trefoil_knot_neumapper.png?raw=true"></p>
<p align="center"><img src="./assets/trefoil_knot_neumapper.png?raw=true"></p>



Expand Down Expand Up @@ -174,7 +174,7 @@ options.labels = labels;
res = neumapper(X, options);
```

<p align="center"><img src="../examples/haxby_decoding/haxby_decoding_neumapper.png?raw=true"></p>
<p align="center"><img src="./assets/haxby_decoding_neumapper.png?raw=true"></p>



Expand Down Expand Up @@ -242,7 +242,7 @@ dG = DyNeuGraph(G=graph, y=timing_onehot)
dG.visualize('haxby_decoding_neumapper_dyneusr.html')
```

<p align="center"><img src="https://github.com/braindynamicslab/neumapper/blob/master/examples/haxby_decoding/haxby_decoding_neumapper_dyneusr.png?raw=true"></p>
<p align="center"><img src="./assets/haxby_decoding_neumapper_dyneusr.png?raw=true"></p>



Expand Down

0 comments on commit a78f9e3

Please sign in to comment.