Redirect Link is not working on home page
On clicking Visualisation tutorial option in header, it redirects to correct page, but on clicking on "Visulation Tutorial" in the home page documentation (https://mesa.readthedocs.io/en/latest/#tutorials/intro_tutorial.html), it doesn't redirect.
On clicking "Visulisation Tutorial" it should have redirected to (https://mesa.readthedocs.io/en/latest/tutorials/visualization_tutorial.html) but it didn't.
It seems to be working in Mesa-Geo RTD. @wang-boyu what did you do make it work?
But its not working on the specific page I mentioned.
It's probably because the cross-references didn't work: https://github.com/projectmesa/mesa/blob/a48dd80a6ce424638e78ae962225d099551dfe46/docs/index.md?plain=1#L101-L102
Mesa-Geo uses absolute url for redirection. But I think it's better to fix the cross-reference issue.
Thanks for reporting!
Can we use the solution used in Mesa-Geo?
Can we use the solution used in Mesa-Geo?
Not feasible because absolute URL also hardcodes the latest/stable branch in it.
@creativechirag26 I think I found a fix. Could you confirm that https://github.com/projectmesa/mesa/pull/2274 solves this issue for you?
Yes, it works now @EwoutH