Skip to content

Commit 7ed0f85

Browse files
jackiekazilEwoutH
authored andcommitted
Fix image on landing page of docs. (#2146)
1 parent 42f13ad commit 7ed0f85

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

docs/index.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,9 @@
2020

2121
Mesa allows users to quickly create agent-based models using built-in core components (such as spatial grids and agent schedulers) or customized implementations; visualize them using a browser-based interface; and analyze their results using Python's data analysis tools. Its goal is to be the Python-based counterpart to NetLogo, Repast, or MASON.
2222

23-
```{image} https://raw.githubusercontent.com/projectmesa/mesa/main/docs/images/Mesa_Screenshot.png
24-
:alt: A screenshot of the Schelling Model in Mesa
25-
:scale: 100%
26-
:width: 100%
27-
```
23+
24+
![A screenshot of the Schelling Model in Mesa|100%](https://raw.githubusercontent.com/projectmesa/mesa/main/docs/images/Mesa_Screenshot.png)
25+
2826

2927
*Above: A Mesa implementation of the Schelling segregation model,
3028
being visualized in a browser window and analyzed in a Jupyter

0 commit comments

Comments
 (0)