We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86dc251 commit a18052bCopy full SHA for a18052b
doc/example.rst
@@ -0,0 +1,10 @@
1
+.. currentmodule:: example
2
+
3
+.. autosummary::
4
+ :toctree: temp/
5
6
+ basic_example.get_weather_data
7
+ basic_example.initialise_wind_turbines
8
+ basic_example.calculate_power_output
9
+ basic_example.plot_or_print
10
+ basic_example.run_basic_example
doc/modules.rst
@@ -93,4 +93,12 @@ Methods of the ModelChain object.
93
94
modelchain.ModelChain.rho_hub
95
modelchain.ModelChain.v_wind_hub
96
- modelchain.ModelChain.turbine_power_output
+ modelchain.ModelChain.turbine_power_output
97
98
99
+Example
100
+==============
101
102
+The basic example consists of the following functions.
103
104
+.. include:: example.rst
0 commit comments