-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Manual describes deprecated inner constructor syntax #20877
Comments
I suggest this ought to be added to the 0.6.0 milestone. |
The text on that page doesn't match what's currently in the source tree: https://github.com/JuliaLang/julia/blob/762c6db94092e70cc489a348186bd3760b2df545/doc/src/manual/constructors.md#case-study-rational |
The RTD version is not used anymore. The correct version is this. https://docs.julialang.org/en/latest/manual/constructors.html#Case-Study:-Rational-1 |
It would be nice to have a link so you can select a released version or the development version. |
The new doc does have that function. I have no idea if we can link it the other way around/where do people get the link to the out of date RTD link though.... |
Googling "julia docs" gives https://docs.julialang.org/ |
Should we just remove the Read the Docs pages then? |
I made http://julia.readthedocs.io/en/latest/ no longer active, which means it's permission denied. Maybe that's good enough? |
Looks good, thanks! |
The section of the manual about constructors currently recommends a syntax which prints a deprecation warning. Worse, there's no mention of the correct syntax when one needs type parameters.
BTW, it would be useful to document a solution which also works on 0.5 somewhere. Maybe in Compat? Cf. JuliaLang/Compat.jl#332.
The text was updated successfully, but these errors were encountered: