.. _api.highlevel:

High-level Orbit class API
==========================

This page renders the full API of :class:`~meepmeep.orbit.Orbit` from
its docstrings. See :doc:`../orbit_overview` for the conceptual tour
and a quickstart, and :doc:`../derivatives` for the gradient math when
the class is used in derivative mode.

.. autoclass:: meepmeep.orbit.Orbit
   :members:
   :member-order: bysource
   :show-inheritance:
