Skip to content

Commit

Permalink
Remove toc captions to avoid duplicates
Browse files Browse the repository at this point in the history
  • Loading branch information
alchemyst committed Dec 29, 2023
1 parent fa9944f commit e49e693
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ Getting Started
.. toctree::
:maxdepth: 2
:numbered:
:caption: Getting Started

0_Getting_Started/Notebook introduction.ipynb
0_Getting_Started/Extra Python.ipynb
Expand All @@ -25,7 +24,6 @@ Modelling
.. toctree::
:maxdepth: 2
:numbered:
:caption: Modelling

1_Dynamics/1_Modelling/Draining cup.ipynb

Expand All @@ -36,7 +34,6 @@ Time domain simulation
.. toctree::
:maxdepth: 2
:numbered:
:caption: Modelling


1_Dynamics/2_Time_domain_simulation/Equation solving tools.ipynb
Expand All @@ -53,7 +50,6 @@ Linear systems
.. toctree::
:maxdepth: 2
:numbered:
:caption: Linear systems

1_Dynamics/3_Linear_systems/Linearisation.ipynb
1_Dynamics/3_Linear_systems/Laplace transforms.ipynb
Expand All @@ -67,7 +63,6 @@ First and second order system Dynamics
.. toctree::
:maxdepth: 2
:numbered:
:caption: First and second order system dynamics

1_Dynamics/4_First_and_second_order_system_dynamics/Standard process inputs.ipynb
1_Dynamics/4_First_and_second_order_system_dynamics/First order systems.ipynb
Expand All @@ -81,7 +76,6 @@ Complex system dynamics
.. toctree::
:maxdepth: 2
:numbered:
:caption: Complex system dynamics

1_Dynamics/5_Complex_system_dynamics/Random response generator.ipynb
1_Dynamics/5_Complex_system_dynamics/Simulation of arbitrary transfer functions.ipynb
Expand All @@ -95,7 +89,6 @@ Multivariable system representations
.. toctree::
:maxdepth: 2
:numbered:
:caption: Multivariable system representations

1_Dynamics/6_Multivariable_system_representation/Transfer function matrices.ipynb
1_Dynamics/6_Multivariable_system_representation/State space.ipynb
Expand All @@ -107,7 +100,6 @@ System identification
.. toctree::
:maxdepth: 2
:numbered:
:caption: System identification

1_Dynamics/7_System_identification/Regression.ipynb
1_Dynamics/7_System_identification/Dynamic model parameter estimation.ipynb
Expand All @@ -121,7 +113,6 @@ Frequency domain
.. toctree::
:maxdepth: 2
:numbered:
:caption: Frequency domain

1_Dynamics/8_Frequency_domain/Fourier series.ipynb
1_Dynamics/8_Frequency_domain/Sound and frequency.ipynb
Expand All @@ -135,7 +126,6 @@ Sampled systems
.. toctree::
:maxdepth: 2
:numbered:
:caption: Sampled systems

1_Dynamics/9_Sampled_systems/Aliasing.ipynb
1_Dynamics/9_Sampled_systems/Filtering.ipynb
Expand All @@ -153,7 +143,6 @@ Conventional feedback control
.. toctree::
:maxdepth: 2
:numbered:
:caption: Conventional feedback control

2_Control/1_Conventional_feedback_control/Control game.ipynb
2_Control/1_Conventional_feedback_control/PID controller step responses.ipynb
Expand All @@ -168,7 +157,6 @@ Laplace domain analysis of control systems
.. toctree::
:maxdepth: 2
:numbered:
:caption: Laplace domain analysis of control systems

2_Control/2_Laplace_domain_analysis_of_control_systems/Stability analysis.ipynb
2_Control/2_Laplace_domain_analysis_of_control_systems/SymPy Routh Array.ipynb
Expand All @@ -181,7 +169,6 @@ PID controller design, tuning and troubleshooting
.. toctree::
:maxdepth: 2
:numbered:
:caption: PID controller design, tuning and troubleshooting

2_Control/3_PID_controller_design_tuning_and_troubleshooting/Direct synthesis PID design.ipynb
2_Control/3_PID_controller_design_tuning_and_troubleshooting/Optimal control - minimal integral measures.ipynb
Expand All @@ -194,7 +181,6 @@ Frequency domain analysis of control systems
.. toctree::
:maxdepth: 2
:numbered:
:caption: Frequency domain analysis of control systems


2_Control/4_Frequency_domain_analysis_of_control_systems/Frequency domain stability.ipynb
Expand All @@ -206,7 +192,6 @@ Advanced control methods
.. toctree::
:maxdepth: 2
:numbered:
:caption: Advanced control methods

2_Control/5_Advanced_control_methods/Dead time compensation.ipynb

Expand All @@ -217,7 +202,6 @@ Discrete control and analysis
.. toctree::
:maxdepth: 2
:numbered:
:caption: Discrete control and analysis

2_Control/6_Discrete_control_and_analysis/Discrete control.ipynb
2_Control/6_Discrete_control_and_analysis/Discrete PI.ipynb
Expand All @@ -232,7 +216,6 @@ Multivariable control
.. toctree::
:maxdepth: 2
:numbered:
:caption: Multivariable control


2_Control/7_Multivariable_control/Multivariable closed loop transfer functions.ipynb
Expand All @@ -249,7 +232,6 @@ Control Practice
.. toctree::
:maxdepth: 2
:numbered:
:caption: Control Practice


2_Control/8_Control_Practice/Control valve design.ipynb
Expand All @@ -261,7 +243,6 @@ Simulation
.. toctree::
:maxdepth: 2
:numbered:
:caption: Simulation

Simulation/Timing study.ipynb
Simulation/Hybrid system simulation.ipynb
Expand All @@ -278,7 +259,6 @@ Temperature Control Lab (TCLab)
.. toctree::
:maxdepth: 2
:numbered:
:caption: Dynamics


tclab/FOPDT fit.ipynb
Expand Down

0 comments on commit e49e693

Please sign in to comment.