@@ -242,18 +242,18 @@ def bishop88_i_from_v(voltage, photocurrent, saturation_current,
242242 breakdown_exp : float, default 3.28
243243 avalanche breakdown exponent :math:`m` [unitless]
244244 method : str, default 'newton'
245- Either ``'newton'``, ``'brentq'``, or ``'chandrupatla'``.
246- ''method'' must be ``'newton'`` if ``breakdown_factor`` is not 0.
245+ Either ``'newton'``, ``'brentq'``, or ``'chandrupatla'``.
246+ ''method'' must be ``'newton'`` if ``breakdown_factor`` is not 0.
247247
248248 .. note::
249249 ``'chandrupatla'`` requires scipy 1.15 or greater.
250250
251251 method_kwargs : dict, optional
252252 Keyword arguments passed to the root finder. For options, see:
253253
254- * ``method='brentq'``: :py:func:`scipy:scipy.optimize.brentq`
255- * ``method='newton'``: :py:func:`scipy:scipy.optimize.newton`
256- * ``method='chandrupatla'``: :py:func:`scipy:scipy.optimize.elementwise.find_root`
254+ * ``method='brentq'``: :py:func:`scipy:scipy.optimize.brentq`
255+ * ``method='newton'``: :py:func:`scipy:scipy.optimize.newton`
256+ * ``method='chandrupatla'``: :py:func:`scipy:scipy.optimize.elementwise.find_root`
257257
258258 ``'full_output': True`` is allowed, and ``optimizer_output`` would be
259259 returned. See examples section.
@@ -414,18 +414,18 @@ def bishop88_v_from_i(current, photocurrent, saturation_current,
414414 breakdown_exp : float, default 3.28
415415 avalanche breakdown exponent :math:`m` [unitless]
416416 method : str, default 'newton'
417- Either ``'newton'``, ``'brentq'``, or ``'chandrupatla'``.
418- ''method'' must be ``'newton'`` if ``breakdown_factor`` is not 0.
417+ Either ``'newton'``, ``'brentq'``, or ``'chandrupatla'``.
418+ ''method'' must be ``'newton'`` if ``breakdown_factor`` is not 0.
419419
420420 .. note::
421421 ``'chandrupatla'`` requires scipy 1.15 or greater.
422422
423423 method_kwargs : dict, optional
424424 Keyword arguments passed to the root finder. For options, see:
425425
426- * ``method='brentq'``: :py:func:`scipy:scipy.optimize.brentq`
427- * ``method='newton'``: :py:func:`scipy:scipy.optimize.newton`
428- * ``method='chandrupatla'``: :py:func:`scipy:scipy.optimize.elementwise.find_root`
426+ * ``method='brentq'``: :py:func:`scipy:scipy.optimize.brentq`
427+ * ``method='newton'``: :py:func:`scipy:scipy.optimize.newton`
428+ * ``method='chandrupatla'``: :py:func:`scipy:scipy.optimize.elementwise.find_root`
429429
430430 ``'full_output': True`` is allowed, and ``optimizer_output`` would be
431431 returned. See examples section.
@@ -582,18 +582,18 @@ def bishop88_mpp(photocurrent, saturation_current, resistance_series,
582582 breakdown_exp : numeric, default 3.28
583583 avalanche breakdown exponent :math:`m` [unitless]
584584 method : str, default 'newton'
585- Either ``'newton'``, ``'brentq'``, or ``'chandrupatla'``.
586- ''method'' must be ``'newton'`` if ``breakdown_factor`` is not 0.
585+ Either ``'newton'``, ``'brentq'``, or ``'chandrupatla'``.
586+ ''method'' must be ``'newton'`` if ``breakdown_factor`` is not 0.
587587
588588 .. note::
589589 ``'chandrupatla'`` requires scipy 1.15 or greater.
590590
591591 method_kwargs : dict, optional
592592 Keyword arguments passed to the root finder. For options, see:
593593
594- * ``method='brentq'``: :py:func:`scipy:scipy.optimize.brentq`
595- * ``method='newton'``: :py:func:`scipy:scipy.optimize.newton`
596- * ``method='chandrupatla'``: :py:func:`scipy:scipy.optimize.elementwise.find_root`
594+ * ``method='brentq'``: :py:func:`scipy:scipy.optimize.brentq`
595+ * ``method='newton'``: :py:func:`scipy:scipy.optimize.newton`
596+ * ``method='chandrupatla'``: :py:func:`scipy:scipy.optimize.elementwise.find_root`
597597
598598 ``'full_output': True`` is allowed, and ``optimizer_output`` would be
599599 returned. See examples section.
0 commit comments