v0.5.0
What's Changed
- feat: allow single blank line in numpydoc parameter docstrings by @machow in #255
- feat: include filters by @machow in #256
- feat(interlinks)!: filter on py domain by default by @jmbuhr in #254
- This change causes interlinks to search only for python objects in inventory files. As a result, when
using the python.org inventory, linking to objects likeprint
should produce the correct link. Linking
to non-python documentation sections now requires explicitly specifying the domain (e.g.:std:2to3fixer:`print`
).
- This change causes interlinks to search only for python objects in inventory files. As a result, when
New Contributors
Full Changelog: v0.4.3...v0.5.0