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

New Sphinx warnings "Summarised items should not include the current module" #220

Open
andy-maier opened this issue Aug 19, 2024 · 0 comments
Assignees
Milestone

Comments

@andy-maier
Copy link
Contributor

WARNING: Summarised items should not include the current module. Replace 'nocasedict.NocaseDict.clear' with 'clear'.
WARNING: Summarised items should not include the current module. Replace 'nocasedict.NocaseDict.clear' with 'NocaseDict.clear'.
WARNING: Summarised items should not include the current module. Replace 'nocasedict.NocaseDict.copy' with 'copy'.
WARNING: Summarised items should not include the current module. Replace 'nocasedict.NocaseDict.copy' with 'NocaseDict.copy'.
WARNING: Summarised items should not include the current module. Replace 'nocasedict.NocaseDict.fromkeys' with 'fromkeys'.
WARNING: Summarised items should not include the current module. Replace 'nocasedict.NocaseDict.fromkeys' with 'NocaseDict.fromkeys'.
WARNING: Summarised items should not include the current module. Replace 'nocasedict.NocaseDict.get' with 'get'.
WARNING: Summarised items should not include the current module. Replace 'nocasedict.NocaseDict.get' with 'NocaseDict.get'.
WARNING: Summarised items should not include the current module. Replace 'nocasedict.NocaseDict.items' with 'items'.
WARNING: Summarised items should not include the current module. Replace 'nocasedict.NocaseDict.items' with 'NocaseDict.items'.
WARNING: Summarised items should not include the current module. Replace 'nocasedict.NocaseDict.keys' with 'keys'.
WARNING: Summarised items should not include the current module. Replace 'nocasedict.NocaseDict.keys' with 'NocaseDict.keys'.
WARNING: Summarised items should not include the current module. Replace 'nocasedict.NocaseDict.keys_nocase' with 'keys_nocase'.
WARNING: Summarised items should not include the current module. Replace 'nocasedict.NocaseDict.keys_nocase' with 'NocaseDict.keys_nocase'.
WARNING: Summarised items should not include the current module. Replace 'nocasedict.NocaseDict.pop' with 'pop'.
WARNING: Summarised items should not include the current module. Replace 'nocasedict.NocaseDict.pop' with 'NocaseDict.pop'.
WARNING: Summarised items should not include the current module. Replace 'nocasedict.NocaseDict.popitem' with 'popitem'.
WARNING: Summarised items should not include the current module. Replace 'nocasedict.NocaseDict.popitem' with 'NocaseDict.popitem'.
WARNING: Summarised items should not include the current module. Replace 'nocasedict.NocaseDict.setdefault' with 'setdefault'.
WARNING: Summarised items should not include the current module. Replace 'nocasedict.NocaseDict.setdefault' with 'NocaseDict.setdefault'.
WARNING: Summarised items should not include the current module. Replace 'nocasedict.NocaseDict.update' with 'update'.
WARNING: Summarised items should not include the current module. Replace 'nocasedict.NocaseDict.update' with 'NocaseDict.update'.
WARNING: Summarised items should not include the current module. Replace 'nocasedict.NocaseDict.values' with 'values'.
WARNING: Summarised items should not include the current module. Replace 'nocasedict.NocaseDict.values' with 'NocaseDict.values'.
WARNING: Summarised items should not include the current module. Replace 'nocasedict.NocaseDict.clear' with 'NocaseDict.clear'.
WARNING: Summarised items should not include the current module. Replace 'nocasedict.NocaseDict.copy' with 'NocaseDict.copy'.
WARNING: Summarised items should not include the current module. Replace 'nocasedict.NocaseDict.fromkeys' with 'NocaseDict.fromkeys'.
WARNING: Summarised items should not include the current module. Replace 'nocasedict.NocaseDict.get' with 'NocaseDict.get'.
WARNING: Summarised items should not include the current module. Replace 'nocasedict.NocaseDict.items' with 'NocaseDict.items'.
WARNING: Summarised items should not include the current module. Replace 'nocasedict.NocaseDict.keys' with 'NocaseDict.keys'.
WARNING: Summarised items should not include the current module. Replace 'nocasedict.NocaseDict.keys_nocase' with 'NocaseDict.keys_nocase'.
WARNING: Summarised items should not include the current module. Replace 'nocasedict.NocaseDict.pop' with 'NocaseDict.pop'.
WARNING: Summarised items should not include the current module. Replace 'nocasedict.NocaseDict.popitem' with 'NocaseDict.popitem'.
WARNING: Summarised items should not include the current module. Replace 'nocasedict.NocaseDict.setdefault' with 'NocaseDict.setdefault'.
WARNING: Summarised items should not include the current module. Replace 'nocasedict.NocaseDict.update' with 'NocaseDict.update'.
WARNING: Summarised items should not include the current module. Replace 'nocasedict.NocaseDict.values' with 'NocaseDict.values'.
@andy-maier andy-maier self-assigned this Aug 19, 2024
@andy-maier andy-maier added this to the 2.1.0 milestone Aug 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant