As first discussed in this comment, module docstrings should contain inline code examples to show a working example of the module with the correct syntax without needing to find an example page.
To prevent example functions from being run in tests, add _doctest_skip__ = [MODULE NAME] under the import statements.
Are you willing to help implement and maintain this feature? Yes
As first discussed in this comment, module docstrings should contain inline code examples to show a working example of the module with the correct syntax without needing to find an example page.
To prevent example functions from being run in tests, add
_doctest_skip__ = [MODULE NAME]under the import statements.Are you willing to help implement and maintain this feature? Yes