The Active Matter Evaluation Package (AMEP) - a Python library for the analysis of particle-based and continuum simulation data of soft and active matter systems
In the documentation of the ParticleTrajectory and FieldTrajectory there does not exist a reference to BaseFrame or BaseField respectively. This makes it hard to understand how to get information from the trajectory objects.
Suggested content improvement:
[ ] Add clickable link to the individual frame types (BaseFrame or BaseField) to the docstring.
Problem description:
In the documentation of the
ParticleTrajectory
andFieldTrajectory
there does not exist a reference toBaseFrame
orBaseField
respectively. This makes it hard to understand how to get information from the trajectory objects.Suggested content improvement:
BaseFrame
orBaseField
) to the docstring.__get_item__
documentation.