Commit 2024-11-13 18:58 a0765bc8
View on Github →chore: rename a bunch of stuff (#18886) These are (in my opinion) improperly named things that I encountered over time. Happy to remove any of them if there are disagreements.
- Remove manual instance names
IccManifoldandIcc_smooth_manifold. They're improper because the former is aChartedSpaceinstance, while the latter is aSmoothManifoldWithCornersinstance. As instances, they also probably shouldn't come up so high when searching for "Manifold" in the docs. Their names are now automatically generated, just like the two instances below them. - Rename
ManifoldWithCorners.metrizableSpacetoManifold.metrizableSpace. - Rename
apply_(h)fdifferentialto(h)fdifferential_apply. This is to match the semantics of e.g.ite_applyandapply_ite.