=====
- Sort subclasses for cross-platform consistency.
- Support brace-expanded parameters in docstrings (e.g. `{x,y}_partial`).
- Fixes:
- Document compiled/bytecode modules.
- Fix exception when `__pdoc__`-hiding docstrings for inherited members.
- Determine class instantiation parameters by reading the signature
of class itself, not of its `__init__`.
- Prevent trailing single quote in string (i.e. forward-declared)
type annotations.
- Fix backtick references following fenced code blocks.
- Allow wrapped lines in "See Also" numpydoc section.