Skip to content
Closed
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
4 changes: 4 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,10 @@
# documentation.
html_theme_options = {
"navbar_start": ["navbar-logo"],
"navigation_depth": 4,
"show_nav_level": 2,
"collapse_navigation": True,
"show_toc_level": 2,
}

# Add any paths that contain custom themes here, relative to this directory.
Expand Down
18 changes: 16 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,22 @@ Our [CITATION.cff](https://github.com/projectmesa/mesa/blob/main/CITATION.cff) c
The original Mesa conference paper from 2015 is [available here](http://conference.scipy.org.s3-website-us-east-1.amazonaws.com/proceedings/scipy2015/jacqueline_kazil.html).

```{toctree}
:hidden: true
:maxdepth: 7
:maxdepth: 2
:caption: Contents

getting_started
overview
mesa
examples
best-practices
mesa_extension
migration_guide
apis/api_main
GSoC
```
overview
tutorials/index


Getting started <getting_started>
Overview <overview>
Expand Down
20 changes: 4 additions & 16 deletions docs/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -298,21 +298,9 @@ This will create an interactive visualization of your model, including:
- A plot of a model metric over time
- A slider to adjust the number of agents

```{toctree}
:hidden: true
:maxdepth: 7

Overview <overview>
Creating Your First Model <tutorials/0_first_model>
Adding Space <tutorials/1_adding_space>
Collecting Data <tutorials/2_collecting_data>
AgentSet <tutorials/3_agentset>
Basic Visualization <tutorials/4_visualization_basic>
Dynamic Agent Visualization <tutorials/5_visualization_dynamic_agents>
Custom Visualization Components <tutorials/6_visualization_custom>
Parameter Sweeps <tutorials/7_batch_run>
Comparing Scenarios <tutorials/8_comparing_scenarios>
Best Practices <best-practices>


```




Loading