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

DOC: examples for more commands #4091

Merged
merged 19 commits into from
Jan 28, 2020
Merged

DOC: examples for more commands #4091

merged 19 commits into from
Jan 28, 2020

Commits on Jan 27, 2020

  1. Configuration menu
    Copy the full SHA
    b2210c0 View commit details
    Browse the repository at this point in the history
  2. DOC: add examples to diff

    adswa committed Jan 27, 2020
    Configuration menu
    Copy the full SHA
    5b1a141 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    14115b1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    93986a6 View commit details
    Browse the repository at this point in the history
  5. DOC: add examples for remove

    adswa committed Jan 27, 2020
    Configuration menu
    Copy the full SHA
    5b029bb View commit details
    Browse the repository at this point in the history
  6. DOC: add examples for uninstall

    adswa committed Jan 27, 2020
    Configuration menu
    Copy the full SHA
    d4c20a6 View commit details
    Browse the repository at this point in the history
  7. DOC: add examples for update

    adswa committed Jan 27, 2020
    Configuration menu
    Copy the full SHA
    aa458a6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e039d84 View commit details
    Browse the repository at this point in the history
  9. DOC: move existing rerun examples into dedicated example structure,

    and translate to python if possible"
    adswa committed Jan 27, 2020
    Configuration menu
    Copy the full SHA
    770e163 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    45f2f47 View commit details
    Browse the repository at this point in the history
  11. DOC: add examples for unlock

    adswa committed Jan 27, 2020
    Configuration menu
    Copy the full SHA
    afbfd32 View commit details
    Browse the repository at this point in the history
  12. ENH: Return early if there is no example for a given API

    Enables to simply not have such an example key, instead of being
    forced to provide an empty one.
    mih committed Jan 27, 2020
    Configuration menu
    Copy the full SHA
    5fb32b8 View commit details
    Browse the repository at this point in the history
  13. DOC: Leave formated examples untouched

    ... to prevent messing up more complex ones.
    mih committed Jan 27, 2020
    Configuration menu
    Copy the full SHA
    aae7fd8 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    ad1a2e5 View commit details
    Browse the repository at this point in the history
  15. DOC: typo fixes

    adswa committed Jan 27, 2020
    Configuration menu
    Copy the full SHA
    6c61678 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2020

  1. Configuration menu
    Copy the full SHA
    5260683 View commit details
    Browse the repository at this point in the history
  2. typo

    adswa committed Jan 28, 2020
    Configuration menu
    Copy the full SHA
    744acbb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4222adf View commit details
    Browse the repository at this point in the history
  4. DOC: examples: Fix bounds dataset calls from 5260683

    5260683 (DOC: use dataset argument in Python example if CMD example
    has it too) added a `dataset` argument to several Python examples that
    use a bound dataset method.  This would raise an exception: the
    dataset is already being specified through the bound method.
    
    As discussed in dataladgh-4091 [*], it might make sense to use unbound
    methods consistently in all Python API examples, but until will make
    that switch, remove the `dataset` argument from these spots.
    
    [*]: datalad#4091 (comment)
    kyleam committed Jan 28, 2020
    Configuration menu
    Copy the full SHA
    f5bb3eb View commit details
    Browse the repository at this point in the history