Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dev #235

Merged
merged 2 commits into from
Feb 29, 2024
Merged

Dev #235

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Empty file removed CHANGES
Empty file.
Binary file removed GraphicAbstract.pdf
Binary file not shown.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!-- ![pic1](banner_logo.png) -->
<p align="center">
<img width="60%" src="banner_logo.png">
<img width="60%" src="images/banner_logo.png">
</p>


Expand Down Expand Up @@ -160,7 +160,7 @@ Shown below, the final figure from the example code displays the firing rate of

<!-- ![pic1](readme_figure.png) -->
<p align="center">
<img width="80%" src="readme_figure.png">
<img width="80%" src="docs/images/readme_figure.png">
</p>


Expand All @@ -175,4 +175,4 @@ the latter constituting the core of *pynapple*.
This package was developped by Guillaume Viejo
(<https://github.com/gviejo>) and other members of the Peyrache Lab.

Logo: Sofia Skromne Carrasco, 2021.
<!-- Logo: Sofia Skromne Carrasco, 2021. -->
Binary file removed banner_logo.png
Binary file not shown.
Binary file added docs/images/GraphicAbstract.pdf
Binary file not shown.
File renamed without changes
File renamed without changes
Binary file added docs/images/Icon/Pynapple_final_icon.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/images/Icon/Pynapple_final_icon_2.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/images/Logo/Pynapple_final_logo.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/images/banner_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes
265 changes: 0 additions & 265 deletions environment.yml

This file was deleted.

2 changes: 2 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ repo_url: https://github.com/pynapple-org/pynapple

theme:
name: 'material'
logo: images/Icon/Pynapple_final_icon_2.png
favicon: images/Icon/Pynapple_final_icon.png
palette:
primary: 'green'
features:
Expand Down
Loading