Skip to content

Commit

Permalink
Include workflow image
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhar-abbas committed Feb 4, 2021
1 parent 33b7a03 commit 78b274e
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 14 deletions.
31 changes: 18 additions & 13 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@
"sphinx.ext.napoleon",
"sphinx.ext.autosummary",
"sphinx.ext.intersphinx",
"sphinx_rtd_theme"
"sphinx_rtd_theme",
"sphinx.ext.graphviz",
"sphinx.ext.autosectionlabel",
# "sphinxcontrib.bibtex",
]

Expand All @@ -44,6 +46,9 @@

autosummary_generate = True

# enable numref
numfig = True

# Napoleon settings
napoleon_google_docstring = True
napoleon_include_init_with_doc = True
Expand Down Expand Up @@ -95,18 +100,18 @@

html_theme = "sphinx_rtd_theme"
# html_static_path = ["_static/custom.css"]
html_theme_options = {
# "logo": "logo.png",
# "logo_name": True,
"badge_branch": "develop",
"codecov_button": True,
"fixed_sidebar": True,
"github_user": "NREL",
"github_repo": "ROSCO toolbox",
"sidebar_width": "375px",
"page_width": "75%",
"show_relbars": True,
}
# html_theme_options = {
# # "logo": "logo.png",
# # "logo_name": True,
# "badge_branch": "develop",
# "codecov_button": True,
# "fixed_sidebar": True,
# "github_user": "NREL",
# "github_repo": "ROSCO toolbox",
# "sidebar_width": "375px",
# "page_width": "75%",
# "show_relbars": True,
# }

# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
Expand Down
Binary file added docs/figures/ROSCO_toolbox.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,17 @@ ROSCO toolbox documentation

NREL's Reference OpenSource Controller (ROSCO) toolbox for wind turbine applications is a toolbox designed to ease controller implementation for the wind turbine researcher. The purpose of these documents is to provide information for the use of the ROSCO related toolchain.

Figure :numref:`fig-RT` shows the general workflow for the ROSCO toolchain.

.. _fig-RT:
.. figure:: /figures/ROSCO_toolbox.png
:alt: ROSCO_toolbox
:align: center
:width: 400px

ROSCO toolchain general workflow


**ROSCO Toolbox**

- Generic tuning of NREL's ROSCO controller
Expand Down
3 changes: 2 additions & 1 deletion docs/source/install.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
.. _install::
.. toctree::
:max_depth: 3

.. _install:

Installing the ROSCO tools
===========================
Both the ROSCO controller and ROSCO toolbox should be installed if one wishes to leverage the full ROSCO toolchain. Of course, some users may only wish to download and install only the controller or the toolbox.
Expand Down

0 comments on commit 78b274e

Please sign in to comment.