Skip to content
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

Fix some documentation and deprecation issues #16585

Merged
merged 6 commits into from
May 27, 2016

Commits on May 25, 2016

  1. Remove instances of deprecated Dict comprehension syntax

    why weren't these causing warnings?
    tkelman committed May 25, 2016
    Configuration menu
    Copy the full SHA
    f9d9493 View commit details
    Browse the repository at this point in the history
  2. Fix some sphinx issues

    add quotes around (0,0)
    
    Adjust grammar in some comments and docstrings
    tkelman committed May 25, 2016
    Configuration menu
    Copy the full SHA
    401cc85 View commit details
    Browse the repository at this point in the history
  3. Revert b9e165b

    see discussion in JuliaLang#16561, deprecations should be flagged, found, and removed
    in base - if you need to include code with deprecations in userimg.jl, then
    add --depwarn=no manually when building that custom image
    tkelman committed May 25, 2016
    Configuration menu
    Copy the full SHA
    cbb4c68 View commit details
    Browse the repository at this point in the history
  4. Clean up call deprecation docs and remaining uses

    there are a few more in the FFTW deprecations that should be removed soon
    tkelman committed May 25, 2016
    Configuration menu
    Copy the full SHA
    bce068e View commit details
    Browse the repository at this point in the history
  5. Remove docs for deprecated functions

    msync, iseltype, inf, nan, complement, complement!
    etc etc etc
    tkelman committed May 25, 2016
    Configuration menu
    Copy the full SHA
    3fcea09 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    60c269d View commit details
    Browse the repository at this point in the history