API Reference Overview¶
This API reference is generated from Python docstrings via mkdocstrings.
Coverage plan¶
Priority order for documentation coverage:
- Root exports (
astrodyn_core) propagationpublic APIs (facade/specs/interfaces)orekit_envshared environment helpers- Other user-facing subsystems (
states,mission,uncertainty,ephemeris,tle)
Build prerequisites¶
Make sure the package and docs dependencies are installed in the project env:
conda run -n astrodyn-core-env python -m pip install -e .[docs]