Docs: List overview separate from tutorials#2878
Merged
Conversation
Member
Personally, I think this is clearer. Does everyone agree? |
Contributor
|
Hey Dhiraj, awesome job on creating the PR! This is perfect. I see the maintainer (Ewout) has already reviewed it and left a positive comment. The automatic checks have all passed, which is great. For now, your work is done! You just need to wait for one or two maintainers to formally approve it, and then they will merge your changes. Excellent first contribution! |
Contributor
Author
|
thank u so much |
Member
|
I thin is is a nice improvement |
EwoutH
reviewed
Nov 5, 2025
updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.2 → v0.14.3](astral-sh/ruff-pre-commit@v0.14.2...v0.14.3) - [github.com/asottile/pyupgrade: v3.20.0 → v3.21.0](asottile/pyupgrade@v3.20.0...v3.21.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Updates the migration guide inline with the new visualization API. Also activates the deprecation warnings for portrayal components.
Contributor
Author
Member
|
Congratulations on getting your first PR merged! |
EwoutH
pushed a commit
that referenced
this pull request
Nov 7, 2025
This PR updates the Getting Started page to list the Overview section separately from the Tutorials. It clarifies that: - The Overview gives a passive introduction to Mesa’s features and structure. - The Tutorials are for hands-on, step-by-step learning.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

This PR updates the Getting Started page to list the Overview section separately from the Tutorials.
It clarifies that:
Fixes #2876