mirror of
https://github.com/cosinekitty/astronomy.git
synced 2026-02-28 12:49:26 -05:00
Corrected a mistake in the explanation of the C function Astronomy_GravSimInit: the `bodyStates` parameter is NOT barycentric -- it is relative to the originBody parameter. Python had improperly formatted documentation for Time.FromTerrestrialTime parameter `tt`. The Python markdown generator `pydown` did not correctly handle links to compound symbols like `#GravitySimulator.Update`. It also was trying to link to `StateVector[]` instead of `StateVector`. Removed unnecessary and unhelpful documentation for C# internal class constructors. They do not appear in the generated markdown documentation anyway. Other minor wording revisions in the documentation.