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

Add See also: , remove description of other functions in base.array.jl #23789

Closed
wants to merge 6 commits into from

Commits on Sep 20, 2017

  1. Add See also: to pop!, shift! and splice!

    Christian Kurz authored Sep 20, 2017
    Configuration menu
    Copy the full SHA
    c85de3b View commit details
    Browse the repository at this point in the history
  2. added @ref syntax

    Christian Kurz authored Sep 20, 2017
    Configuration menu
    Copy the full SHA
    9d8a240 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2017

  1. Added antonyms, updated docs of append!

    `See also`-Lists now contain up to two related functions and antonym at the end
    
    Docs of `append!` were not in line with `prepend!`.
    Christian Kurz authored Sep 21, 2017
    Configuration menu
    Copy the full SHA
    590e74a View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2017

  1. Added matching example, corrected sentence

    I think the sentence is more clear, with out the "which are not already..." part.
    Christian Kurz authored Sep 22, 2017
    Configuration menu
    Copy the full SHA
    14a3f74 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2017

  1. replaced additional descriptions with See also:-entry

    I removed all descriptions of other functions and inserted an entry in `See also:` instead.
    This is related to my first commits' proposal of using a link-description list as `See also:`. 
    
    I also removed the redundant description in `splice!` for removing items. I opted to remove it from the single-item method, as a (negative) range is used to remove items.
    Christian Kurz authored Sep 25, 2017
    Configuration menu
    Copy the full SHA
    9c3e3e1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    751e348 View commit details
    Browse the repository at this point in the history