Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.9k
DOC: Add note about locators at top of ticker docs#19002
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
As discussed in gitter, I think we should fix this properly. OTOH, happy for this to go in when the build passes.... |
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
If we want this in the 3.3 docs, then I'm happy to update. If we're actually going to fix properly for 3.4, then there's no point in putting this in. |
I think it'd be good to get this in because I have a feeling we won't be able to re-engineer Locators and Formatters by 3.4 (though who knows! Where there is a will there is a way). |
3f1ad82
to0497934
CompareThe note about not sharing `Locator` instances should be more prominentthan hiding in the base class docs, which most users have no need toexamine.
Should this be milestoned for 3.3-doc? |
I don'tthink there's anything else this needs... |
Seems fine to me. |
Something went wrong ... Please have a look at my logs. It seem that the branch you are trying to backport to does not exists. |
QuLogic commentedDec 17, 2020 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
@meeseeksdev backport to v3.3.3-doc |
1 similar comment
@meeseeksdev backport to v3.3.3-doc |
…002-on-v3.3.3-docBackport PR#19002 on branch v3.3.3-doc (DOC: Add note about locators at top of ticker docs)
gribbg commentedDec 23, 2020
Two other thoughts in this space:
|
|
PR Summary
The note about not sharing
Locator
instances should be more prominent than hiding in the base class docs, which most users have no need to examine (since they'll use one of many subclasses 99% of the time).I opted not to add anything to the
text_intro.py
tutorial, but I'm open to doing so if someone has suggestions on the right level of detail for that.PR Checklist
pytest
passes).flake8
on changed files to check).flake8-docstrings
and runflake8 --docstring-convention=all
).doc/users/next_whats_new/
(follow instructions in README.rst there).doc/api/next_api_changes/
(follow instructions in README.rst there).