You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm wondering what the best way forward is for my use case. I currently make use of the module-level docstrings to supply the documentation on my project's ReadTheDocs page. This can include adding sections that are not in the standard.
Ignoring GL06/Unknown Section should be enough to handle this, but I still end up with many UserWarning messages when running the tool, e.g.
Hi there,
I'm wondering what the best way forward is for my use case. I currently make use of the module-level docstrings to supply the documentation on my project's ReadTheDocs page. This can include adding sections that are not in the standard.
Ignoring
GL06
/Unknown Section
should be enough to handle this, but I still end up with manyUserWarning
messages when running the tool, e.g.It would be great if ignoring
GL06
would also prevent theseUserWarning
s from being emitted.The text was updated successfully, but these errors were encountered: