You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some more maintenance for mathtext internal implementation.
Inherit the render() docstring (without even bothering with a "docstring
inherited" comment, as that would be as long as the actual docstring,
the API is relatively transparent, and the module is private.
Inline _determine_order, which, despite what it says, was never directly
used by vpack/hpack, but only in _set_glue. Removing the indirection
allows a more linear reading of _set_glue (which is also not *that*
long).
Delete unused SubSuperCluster.
0 commit comments