Fix MDX build: escape angle bracket in docs

This commit is contained in:
Ryan Malloy 2026-02-25 13:04:42 -07:00
commit b3f08b3cb7

View File

@ -270,7 +270,7 @@ Objects near 0h (e.g., in Pisces/Aquarius) and objects near 24h are correctly id
### Polar Regions ### Polar Regions
Near the celestial poles (Dec approaching +/-90 degrees), RA becomes degenerate — a small patch of sky spans a wide RA range. Bounding boxes for polar objects may cover the full RA circle. This does not affect **correctness** (the Vincenty formula handles pole convergence naturally) but can degrade **index selectivity** for dense polar catalogs. For typical sky catalogs (<10,000 objects), the effect is negligible. Near the celestial poles (Dec approaching +/-90 degrees), RA becomes degenerate — a small patch of sky spans a wide RA range. Bounding boxes for polar objects may cover the full RA circle. This does not affect **correctness** (the Vincenty formula handles pole convergence naturally) but can degrade **index selectivity** for dense polar catalogs. For typical sky catalogs (fewer than 10,000 objects), the effect is negligible.
### Design Notes ### Design Notes