Improper Redirection in Docs
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"
It leads to a 404 page because of the wrong index due to wrong redirection (or maybe outdated redirection)
After fixing the index, it loaded fine
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
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.
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?
Sure @EwoutH I would love to.