Skip to content

Commit

Permalink
Remove italics in headers
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhar-abbas committed May 13, 2021
1 parent 6087eb1 commit 71567be
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/source/rosco_toolbox.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ File Structure
---------------
The primary tools of the ROSCO toolbox are separated into several folders. They include the following:

*ROSCO_toolbox*
**ROSCO_toolbox**
...............
The source code for the ROSCO toolbox generic tuning implementations lives here.

Expand All @@ -23,23 +23,23 @@ The source code for the ROSCO toolbox generic tuning implementations lives here.
* :code:`sim.py` is a simple 1-DOF model simulator
* **ofTools** is a folder containing a large set of tools to handle OpenFAST_ input files - this is primarily used to run large simulation sets and to handle reading and processing of OpenFAST input and output files.

*Examples*
**Examples**
..........
A number of examples are included to showcase the numerous capabilities of the ROSCO toolbox; they are described in the :ref:`standard_use`.

*Matlab_Toolbox*
**Matlab_Toolbox**
................
A simulink implementation of the ROSCO controller is included in the Matlab Toolbox. Some requisite MATLAB utility scripts are also included.

*ROSCO_testing*
**ROSCO_testing**
...............
Testing scripts for the ROSCO toolbox are held here and showcased with :code:`run_testing.py`. These can be used to compare different controller tunings or different controllers all together.

*Test_Cases*
**Test_Cases**
............
Example OpenFAST models consistent with the latest release of OpenFAST are provided here for simple testing and simulation cases.

*Tune_Cases*
**Tune_Cases**
............
Some example tuning scripts and tuning input files are provided here. The code found in :code:`tune_ROSCO.py` can be modified by the user to easily enable tuning of their own wind turbine model.

Expand Down

0 comments on commit 71567be

Please sign in to comment.