8000 Sphinx update (#479) · python-control/python-control@35f1e64 · GitHub
[go: up one dir, main page]

Skip to content

Commit 35f1e64

Browse files
authored
Sphinx update (#479)
* fix footnote reference in markov() docstring * require sphinx 3.4 or higher for readthedocs
1 parent bd354c9 commit 35f1e64

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

control/modelsimp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ def markov(Y, U, m=None, transpose=None):
407407
y[k] &= C x[k] + D u[k]
408408
409409
given data for u and y. The algorithm assumes that that C A^k B = 0 for
410-
k > m-2 (see [1]). Note that the problem is ill-posed if the length of
410+
k > m-2 (see [1]_). Note that the problem is ill-posed if the length of
411411
the input data is less than the desired number of Markov parameters (a
412412
warning message is generated in this case).
413413

doc-requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
sphinx>=3.4
12
numpy
23
scipy
34
matplotlib

0 commit comments

Comments
 (0)
0