Skip to content

Commit 0bd6b45

Browse files
pre-commit-ci[bot]dmitry-kabanov
authored andcommitted
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 30c7c6c commit 0bd6b45

File tree

3 files changed

+0
-9
lines changed

3 files changed

+0
-9
lines changed

docs/source/api/api-python/ivp/index.rst

-3
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,3 @@ Module Contents
141141
.. py:method:: print_stats()
142142
143143
Print integration statistics.
144-
145-
146-

docs/source/api/api-python/linear_solver/index.rst

-3
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,3 @@ Module Contents
4444
:returns: Result of the linear system solution after the invocation
4545
of the `solve` method.
4646
:rtype: np.ndarray
47-
48-
49-

docs/source/api/api-python/qeq_solver/index.rst

-3
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,3 @@ Module Contents
6464
.. py:method:: solve(a: float, b: float, c: float)
6565
6666
Solve the quadratic equation :math:`a x^2 + b x + c = 0`.
67-
68-
69-

0 commit comments

Comments
 (0)