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

point to app-scoped blueprint methods #4971

Merged
merged 1 commit into from Feb 10, 2023
Merged

Conversation

davidism
Copy link
Member

Since Flask and Blueprint both inherit methods from Scaffold, and don't override those methods, they don't show docs specific to Flask vs Blueprint objects. Add a note to every method that is shared, pointing to the blueprint's app-wide equivalent. Also point to the blueprint-specific versions and the app equivalents from each of the blueprint's app-wide methods.

fixes #4948

@davidism davidism added the docs label Feb 10, 2023
@davidism davidism merged commit 129568f into 2.2.x Feb 10, 2023
@davidism davidism deleted the docs-blueprint-app-methods branch February 10, 2023 18:42
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Feb 25, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant