Skip to content

Commit 62d27ee

Browse files
committed
docs didn't build right for a couple modules. fixing
1 parent 49ad154 commit 62d27ee

2 files changed

Lines changed: 6 additions & 13 deletions

File tree

docs/source/utils/_pi_cruise_control.rst

Lines changed: 0 additions & 7 deletions
This file was deleted.

pynumdiff/kalman_smooth/_kalman_smooth.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,8 @@ def constant_velocity(x, dt, params=None, options=None, r=None, q=None, forwardb
113113
:param list[float] params: (**deprecated**, prefer :code:`r` and :code:`q`)
114114
:param options: (**deprecated**, prefer :code:`forwardbackward`)
115115
a dictionary consisting of {'forwardbackward': (bool)}
116-
param float r: variance of the signal noise
117-
param float q: variance of the constant velocity model
116+
:param float r: variance of the signal noise
117+
:param float q: variance of the constant velocity model
118118
:param bool forwardbackward: indicates whether to run smoother forwards and backwards
119119
(usually achieves better estimate at end points)
120120
@@ -148,8 +148,8 @@ def constant_acceleration(x, dt, params=None, options=None, r=None, q=None, forw
148148
:param list[float] params: (**deprecated**, prefer :code:`r` and :code:`q`)
149149
:param options: (**deprecated**, prefer :code:`forwardbackward`)
150150
a dictionary consisting of {'forwardbackward': (bool)}
151-
param float r: variance of the signal noise
152-
param float q: variance of the constant acceleration model
151+
:param float r: variance of the signal noise
152+
:param float q: variance of the constant acceleration model
153153
:param bool forwardbackward: indicates whether to run smoother forwards and backwards
154154
(usually achieves better estimate at end points)
155155
@@ -187,8 +187,8 @@ def constant_jerk(x, dt, params=None, options=None, r=None, q=None, forwardbackw
187187
:param list[float] params: (**deprecated**, prefer :code:`r` and :code:`q`)
188188
:param options: (**deprecated**, prefer :code:`forwardbackward`)
189189
a dictionary consisting of {'forwardbackward': (bool)}
190-
param float r: variance of the signal noise
191-
param float q: variance of the constant jerk model
190+
:param float r: variance of the signal noise
191+
:param float q: variance of the constant jerk model
192192
:param bool forwardbackward: indicates whether to run smoother forwards and backwards
193193
(usually achieves better estimate at end points)
194194

0 commit comments

Comments
 (0)