Skip to content

Commit e0e3cd4

Browse files
gautehCopilot
andcommitted
Fix API docs: add missing methods and Animation method listing
- Add Dataset.traj.concave_hull (was in code but missing from docs) - Add Dataset.traj.insert_nan_where and drop_where (Traj2d methods) - Explicitly list all Animation public methods (build, show, save, color_by, show_trajectories, set_fps, set_markersize, set_title, overlay_variable) replacing the stale auto-detected stub Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 1fe3630 commit e0e3cd4

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

docs/source/api.rst

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,13 +119,16 @@ Methods
119119
Dataset.traj.skill
120120
Dataset.traj.velocity_components
121121
Dataset.traj.velocity_spectrum
122+
Dataset.traj.concave_hull
122123
Dataset.traj.convex_hull
123124
Dataset.traj.convex_hull_contains_point
124125
Dataset.traj.get_area_convex_hull
125126
Dataset.traj.gridtime
126127
Dataset.traj.sel
127128
Dataset.traj.seltime
128129
Dataset.traj.iseltime
130+
Dataset.traj.insert_nan_where
131+
Dataset.traj.drop_where
129132
Dataset.traj.append
130133
Dataset.traj.crop
131134
Dataset.traj.contained_in
@@ -150,6 +153,25 @@ Plotting
150153
plot.Plot
151154
animation.Animation
152155

156+
.. currentmodule:: trajan.animation
157+
158+
Animation methods
159+
~~~~~~~~~~~~~~~~~
160+
161+
.. autosummary::
162+
:toctree: generated/
163+
:template: autosummary/accessor_method.rst
164+
165+
Animation.color_by
166+
Animation.show_trajectories
167+
Animation.set_fps
168+
Animation.set_markersize
169+
Animation.set_title
170+
Animation.overlay_variable
171+
Animation.build
172+
Animation.show
173+
Animation.save
174+
153175

154176

155177

0 commit comments

Comments
 (0)