8000 additional tweaks to fix documentation errors · zuoyanizz/python-control@3792c18 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3792c18

Browse files
committed
additional tweaks to fix documentation errors
1 parent bd26805 commit 3792c18

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

control/phaseplot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ def phase_plot(odefun, X=None, Y=None, scale=1, X0=None, T=None,
118118
119119
See also
120120
--------
121-
box_grid(X, Y): construct box-shaped grid of initial conditions
121+
box_grid : construct box-shaped grid of initial conditions
122122
123123
Examples
124124
--------

doc/intro.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Some differences from MATLAB
2323
The python-control package makes use of `NumPy <http://www.numpy.org>`_ and
2424
`SciPy <https://www.scipy.org>`_. A list of general differences between
2525
NumPy and MATLAB can be found `here
26-
<http://www.scipy.org/NumPy_for_Matlab_Users>`_.
26+
<https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html>`_.
2727

2828
In terms of the python-control package more specifically, here are
2929
some thing to keep in mind:

0 commit comments

Comments
 (0)
0