v1: replace :::note by Note: for mkdocs#5402
Merged
FeodorFitsner merged 3 commits intov1from Jun 26, 2025
Merged
Conversation
| `date_picker_mode=CupertinoDatePickerMode.MONTH_YEAR`, | ||
| both `CupertinoDatePickerDateOrder.DAY_MONTH_YEAR` and | ||
| `CupertinoDatePickerDateOrder.MONTH_DAY_YEAR` will result in the month|year order. | ||
| """ |
Contributor
There was a problem hiding this comment.
We are going to use Docusaurus for built-in docs and while this works for mkdocs (which we are not yet decided to to use for built-in docs for now) it will break a note in Docusaurus.
FeodorFitsner
approved these changes
Jun 26, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
With
:::note, mkdocs thinks it is supposed to import a package/class, thereby failing to build+deploy.Needed for flet-charts/MatplotlibChart, which inherits from
Container.Summary by Sourcery
Standardize internal type representation and update docstrings
Enhancements:
typefields with private_typein dataclass models for shapes, gradients, painting, borders, and controls_typeand introduce default fallback for gradient parsingDocumentation:
:::noteand:::infoadmonitions to inlineNote:andInfo:blocks in docstrings