JuliaDynamics / DynamicalSystems.jl

Award winning software library for nonlinear dynamics and nonlinear timeseries analysis
https://juliadynamics.github.io/DynamicalSystemsDocs.jl/dynamicalsystems/dev/
Other
828 stars 90 forks source link

Added warning messages for old docs #228

Closed ShrutiRDalvi closed 5 months ago

ShrutiRDalvi commented 5 months ago

Solves #225

Datseris commented 5 months ago

Hello, thanks! As it is impossible to actually review this PR due to the 700+ changed files, could you please tell me what you did? Did you just run these two lines of code referenced in the issue?

ShrutiRDalvi commented 5 months ago

yup thats all I did. Is there a way to build the docs locally and see if the warning pops up?

Datseris commented 5 months ago

The only way I see is to check-out locally the gh-branch and manually open the index.html file for any of the older versions. Have you done something like that?

Datseris commented 5 months ago

Alright, I checked out the PR locally and I can confirm everything works! Thanks a lot!!!