Skip to content

v0.6.5: support google docstring admonitions

Compare
Choose a tag to compare
@machow machow released this 20 Oct 21:04
· 148 commits to main since this release
c4cbbea

What's Changed

  • feat: added admonition support for google docstrings by @epinzur in #286
  • fix: resolve external alias members via loading by @machow in #300
    • Note that if a module has an __all__ attribute defined, this PR uses that to define its initial members. These members are still subsequently filtered with options like include_attribute.
    • This PR also enables using external functions (e.g. imported into a module) in its members.
  • docs: configuring docstring styles by @machow in #301

New Contributors

Full Changelog: v0.6.4...v0.6.5