Added
- `__aliases__` (mapping from name to list of names) as hook for package to declare what exports are equivalent, and therefore which to use just one of in the documentation.
- Anchor tags to class headers
Changed
- Improved object signature renditions in API docs.
- Improved overall styling of API docs.
Fixed
- Take measures to ensure objects are repeatedly documented if aliased for export, even
if the documented package doesn't declare `__aliases__`