-
-
Notifications
You must be signed in to change notification settings - Fork 228
Test docstrings with ruff #4031
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
Conversation
Co-authored-by: Paul T. Kühner <[email protected]>
Co-authored-by: Paul T. Kühner <[email protected]>
|
Good to merge this asap to avoid painful merge conflicts. |
| function. Use :func:`dolfinx.fem.DirichletBC.set` to set values | ||
| in ``b``. | ||
| """ | ||
| """ # noqa: D301 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we use raw doc-strings https://docs.astral.sh/ruff/rules/escape-sequence-in-docstring/#example?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No, because it doesn’t render the LaTeX.
Some doc checks disabled for tests.
Resolves #4030.