Skip to content

Commit

Permalink
website updates
Browse files Browse the repository at this point in the history
  • Loading branch information
TomGeorge1234 committed Dec 5, 2023
1 parent f33f8be commit 561c1cc
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 5 deletions.
Binary file added .images/readme/logo_small.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 modified .images/readme/riab_from_scratch.gif
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/source/_static/logo_small.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/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = ["_static"]

html_favicon = "_static/logo.png"
html_favicon = "_static/logo_small.png"

# Customize the theme
html_theme_options = {
Expand All @@ -111,8 +111,8 @@
],
"logo": {
"text": f"{project} v{release}",
"image_light": "logo.png",
"image_dark": "logo.png",
"image_light": "logo_small.png",
"image_dark": "logo_small.png",
},
}

Expand Down
2 changes: 2 additions & 0 deletions docs/source/get-started/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,6 @@ from ratinabox.Neurons import PlaceCells, GridCells #...
:hidden:
examples
from-scratch
africa
```
12 changes: 10 additions & 2 deletions docs/source/why-riab/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Why RatInABox?
## Our beliefs and mission statement

The document outlines a set of beliefs which motivated RatInABox and a set of principles on which is was, and continues to be, built. It should be used to guide decisions about whether to accept new functionality, make changes to the styling of code or whether to take on new dependencies etc.
The document outlines a set of beliefs which motivated RatInABox and a set of principles on which it was, and continues to be, built. It should be used to guide decisions about whether to accept new functionality, make changes to the styling of code or whether to take on new dependencies etc.

![why_riab](https://github.com/RatInABox-Lab/RatInABox/assets/41446693/02b28673-84d4-47e5-9bdf-b52d2384cfea)

Expand Down Expand Up @@ -59,4 +59,12 @@ To achieve these we will adhere to a set of core principles:



*Of course heavily reduced models can still teach us a lot but it's a question of at what level you hope to understand a system. If you want to understand the neural underpinnings of complex behavioural trajectories then grid world is probably not the best place to start.
*Of course heavily reduced models can still teach us a lot but it's a question of at what level you hope to understand a system. If you want to understand the neural underpinnings of complex behavioural trajectories then grid world is probably not the best place to start.


```{toctree}
:maxdepth: 2
:hidden:
testimonials
```

0 comments on commit 561c1cc

Please sign in to comment.