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 timer docs #10188

Merged
merged 3 commits into from
Jan 11, 2018
Merged

Doc timer docs #10188

merged 3 commits into from
Jan 11, 2018

Commits on Jan 7, 2018

  1. DOC: update docs for TimerBase and new_timer

     - correct types listed in TimerBase.callbacks
     - add details about when callbacks remove them selves to new_timer
    tacaswell committed Jan 7, 2018
    Configuration menu
    Copy the full SHA
    e148def View commit details
    Browse the repository at this point in the history
  2. MNT: change from == False to == 0

    https://docs.python.org/3/library/stdtypes.html#boolean-values
    
    This makes the linter happy and is no change in behavior.
    tacaswell committed Jan 7, 2018
    Configuration menu
    Copy the full SHA
    9b37674 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2018

  1. DOC: add example

    tacaswell committed Jan 9, 2018
    Configuration menu
    Copy the full SHA
    1151391 View commit details
    Browse the repository at this point in the history