feat: Forward class attribute docstrings to instances.#135
Merged
pawamoy merged 1 commit intomkdocstrings:masterfrom Mar 3, 2023
rodrigogiraoserrao:fix-128
Merged
feat: Forward class attribute docstrings to instances.#135pawamoy merged 1 commit intomkdocstrings:masterfrom rodrigogiraoserrao:fix-128
pawamoy merged 1 commit intomkdocstrings:masterfrom
rodrigogiraoserrao:fix-128
Conversation
pawamoy
approved these changes
Mar 3, 2023
Member
pawamoy
left a comment
There was a problem hiding this comment.
That's great, thanks a lot! 🚀
Member
|
I've merged as "fix" rather than "feat". |
Contributor
Author
Of course, sorry for getting that wrong. |
Member
Oh that's more a matter of opinion/maintenance rather than correctness, no worries 👍 |
rodrigogiraoserrao
added a commit
to Textualize/textual
that referenced
this pull request
Apr 24, 2023
Related issues: #1572, mkdocstrings/griffe#128. Related PRs: mkdocstrings/griffe#135.
rodrigogiraoserrao
added a commit
to Textualize/textual
that referenced
this pull request
Apr 26, 2023
* First prototype of PB. * Repurpose UnderlineBar. * Factor out 'Bar' widget. * Revert "Factor out 'Bar' widget." This reverts commit 0bb4871. * Add Bar widget. * Cap progress at 100%. * Add skeleton for the ETA label. [skip ci] * Add ETA display. * Improve docstrings. * Directly compute percentage. * Watch percentage changes directly. [skip ci] * Documentation. * Make reactive percentage private. Instead, we create a public read-only percentage property. * Update griffe to fix documentation issue. Related issues: #1572, mkdocstrings/griffe#128. Related PRs: mkdocstrings/griffe#135. * Add example and docs. * Address review feedback. [skip ci] * More documentation. * Add tests. * Changelog. * More tests. * Fix/fake tests. * Final tweaks.
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.
This will fix #128.
Thanks for the guidance, @pawamoy.
I tried doing what was needed (follow commit message format conventions, add the test in the correct place, etc) but I might have missed something.
If so, please let me know.