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

Improve documentation of sort-related functions #48387

Merged
merged 10 commits into from
Jul 7, 2023

Commits on May 17, 2023

  1. Improve documentation of sort-related functions

    In particular:
    
    * document the `order` keyword in `sort!`
    * list explicitly the required properties of `lt` in `sort!`
    * clarify the sequence of "by" transformations if both `by` and `order` are given
    * show default values in the signatures for `searchsorted` and related functions
    * note that `by` is also applied to searched value in `searchsorted` and related
    * add `isunordered` to the manual (it's already exported)
    knuesel committed May 17, 2023
    Configuration menu
    Copy the full SHA
    e3d2058 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2023

  1. Configuration menu
    Copy the full SHA
    dd609e0 View commit details
    Browse the repository at this point in the history
  2. Update base/sort.jl

    Co-authored-by: Lilith Orion Hafner <lilithhafner@gmail.com>
    knuesel and LilithHafner authored Jul 7, 2023
    Configuration menu
    Copy the full SHA
    2af9414 View commit details
    Browse the repository at this point in the history
  3. Update base/sort.jl

    Co-authored-by: Lilith Orion Hafner <lilithhafner@gmail.com>
    knuesel and LilithHafner authored Jul 7, 2023
    Configuration menu
    Copy the full SHA
    4751bfd View commit details
    Browse the repository at this point in the history
  4. Update base/sort.jl

    Co-authored-by: Lilith Orion Hafner <lilithhafner@gmail.com>
    knuesel and LilithHafner authored Jul 7, 2023
    Configuration menu
    Copy the full SHA
    81fbc69 View commit details
    Browse the repository at this point in the history
  5. Update base/sort.jl

    Co-authored-by: Lilith Orion Hafner <lilithhafner@gmail.com>
    knuesel and LilithHafner authored Jul 7, 2023
    Configuration menu
    Copy the full SHA
    a349e58 View commit details
    Browse the repository at this point in the history
  6. Update base/sort.jl

    Co-authored-by: Lilith Orion Hafner <lilithhafner@gmail.com>
    knuesel and LilithHafner authored Jul 7, 2023
    Configuration menu
    Copy the full SHA
    2fe6979 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    41bf2c0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    98d137f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d291fcb View commit details
    Browse the repository at this point in the history