You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.rst
+10-2Lines changed: 10 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ Features
24
24
Links
25
25
=====
26
26
27
-
- Project home page: http://python-control.sourceforge.net
27
+
- Project home page: http://python-control.org
Copy file name to clipboardExpand all lines: control/config.py
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,8 @@
18
18
defuse_matlab_defaults():
19
19
"""
20
20
Use MATLAB compatible configuration settings
21
+
22
+
The following conventions are used:
21
23
* Bode plots plot gain in dB, phase in degrees, frequency in Hertz
22
24
"""
23
25
# Bode plot defaults
@@ -28,7 +30,9 @@ def use_matlab_defaults():
28
30
# Set defaults to match FBS (Astrom and Murray)
29
31
defuse_fbs_defaults():
30
32
"""
31
-
Use `Astrom and Murray <http://fbsbook.org>`_ compatible settings
33
+
Use `Feedback Systems <http://fbsbook.org>`_ (FBS) compatible settings
34
+
35
+
The following conventions are used:
32
36
* Bode plots plot gain in powers of ten, phase in degrees,
Copy file name to clipboardExpand all lines: doc/README
+9-4Lines changed: 9 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,11 @@
1
1
Sphinx Documentation
2
2
--------------------
3
+
This directory contains the user manual for the python-control
4
+
toolbox. The documentation is built using sphinx. The master toctree
5
+
document is index.rst.
3
6
4
-
Note: Sphinx actually runs and imports python code, so broken code, or code not in conf.py sys.path, cannot be documented!
7
+
Note: Sphinx actually runs and imports python code, so broken code, or
8
+
code not in conf.py sys.path, cannot be documented!
5
9
6
10
1. Get Sphinx [http://sphinx.pocoo.org/]
7
11
[python setup.py build/install]
@@ -14,7 +18,8 @@ Note: Sphinx actually runs and imports python code, so broken code, or code not
0 commit comments