Skip to content

Commit 1af4f56

Browse files
committed
Updated docs.
1 parent 697dbd8 commit 1af4f56

File tree

8 files changed

+10
-9
lines changed

8 files changed

+10
-9
lines changed
80 Bytes
Binary file not shown.

docs/_build/doctrees/ref.doctree

4 Bytes
Binary file not shown.

docs/_build/html/_sources/ref.rst.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,8 @@ Linearization
123123
"`linearize(ss, x0, x_op, u_op, y_op)`", "Creates a `linearize` object"
124124
"`linearize()`", "Linearizes the system and returns the systems state space matrices"
125125

126-
SystemIdentification
127-
*********************
126+
System Identification
127+
***********************
128128
.. csv-table::
129129
:header: "Method", "Description"
130130
:widths: 40, 40

docs/_build/html/debug.log

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,3 +57,4 @@
5757
[0627/194136.956:ERROR:crash_report_database_win.cc(428)] unexpected header
5858
[0706/193415.493:ERROR:crash_report_database_win.cc(428)] unexpected header
5959
[0706/194153.550:ERROR:crash_report_database_win.cc(428)] unexpected header
60+
[0807/184524.296:ERROR:crash_report_database_win.cc(428)] unexpected header

docs/_build/html/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ <h1>Python Control Systems Toolbox<a class="headerlink" href="#python-control-sy
9696
<li class="toctree-l2"><a class="reference internal" href="ref.html#linear-quadratic-regulator-lqr">Linear Quadratic Regulator(LQR)</a></li>
9797
<li class="toctree-l2"><a class="reference internal" href="ref.html#kalman-filter-linear-quadratic-estimator-lqe">Kalman Filter / Linear Quadratic Estimator(LQE)</a></li>
9898
<li class="toctree-l2"><a class="reference internal" href="ref.html#linearization">Linearization</a></li>
99-
<li class="toctree-l2"><a class="reference internal" href="ref.html#systemidentification">SystemIdentification</a></li>
99+
<li class="toctree-l2"><a class="reference internal" href="ref.html#system-identification">System Identification</a></li>
100100
</ul>
101101
</li>
102102
</ul>

docs/_build/html/ref.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -340,8 +340,8 @@ <h2>Linearization<a class="headerlink" href="#linearization" title="Permalink to
340340
</tbody>
341341
</table>
342342
</div>
343-
<div class="section" id="systemidentification">
344-
<h2>SystemIdentification<a class="headerlink" href="#systemidentification" title="Permalink to this headline"></a></h2>
343+
<div class="section" id="system-identification">
344+
<h2>System Identification<a class="headerlink" href="#system-identification" title="Permalink to this headline"></a></h2>
345345
<table class="colwidths-given docutils align-default">
346346
<colgroup>
347347
<col style="width: 50%" />
@@ -388,7 +388,7 @@ <h3><a href="index.html">Table of Contents</a></h3>
388388
<li><a class="reference internal" href="#linear-quadratic-regulator-lqr">Linear Quadratic Regulator(LQR)</a></li>
389389
<li><a class="reference internal" href="#kalman-filter-linear-quadratic-estimator-lqe">Kalman Filter / Linear Quadratic Estimator(LQE)</a></li>
390390
<li><a class="reference internal" href="#linearization">Linearization</a></li>
391-
<li><a class="reference internal" href="#systemidentification">SystemIdentification</a></li>
391+
<li><a class="reference internal" href="#system-identification">System Identification</a></li>
392392
</ul>
393393
</li>
394394
</ul>

docs/_build/html/searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/ref.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,8 @@ Linearization
123123
"`linearize(ss, x0, x_op, u_op, y_op)`", "Creates a `linearize` object"
124124
"`linearize()`", "Linearizes the system and returns the systems state space matrices"
125125

126-
SystemIdentification
127-
*********************
126+
System Identification
127+
***********************
128128
.. csv-table::
129129
:header: "Method", "Description"
130130
:widths: 40, 40

0 commit comments

Comments
 (0)