mesa icon indicating copy to clipboard operation
mesa copied to clipboard

Improper Redirection in Docs

Open codebreaker32 opened this issue 2 months ago • 3 comments

Improper Redirections in Docs

While going through documentation, I noticed an inconsistency which first made me believe that this is some rendering issue but after carefully looking onto the endpoints, I noticed redirection mismatch

On Comparing_Scenarios page

Click on "batch_run_tutorial"

Image

It leads to a 404 page because of the wrong index due to wrong redirection (or maybe outdated redirection)

Image

After fixing the index, it loaded fine

Image

In this same page, same problem is with colab link also

redirecting to - https://colab.research.google.com/github/projectmesa/mesa/blob/main/docs/tutorials/8_comparing_scenarios.ipynb original - https://colab.research.google.com/github/projectmesa/mesa/blob/main/docs/tutorials/10_comparing_scenarios.ipynb

Notice the change from 8 to 10

codebreaker32 avatar Dec 09 '25 15:12 codebreaker32

Thanks for reporting!

Would you try to like to solve this issue? Our tutorials are located in docs/tutorials, and I think by checking recent commits and/or git blame you should be able to track where it went wrong and fix it.

EwoutH avatar Dec 09 '25 15:12 EwoutH

I’d like to work on this issue. I’ll go through docs/tutorials and check recent commits/blame to find the cause. Mind if I take a shot at fixing it?

Anshuprem avatar Dec 09 '25 15:12 Anshuprem

Sure @EwoutH I would love to.

codebreaker32 avatar Dec 09 '25 15:12 codebreaker32