Skip to content

Commit

Permalink
Merge pull request #117 from thesethtruth/patch-1
Browse files Browse the repository at this point in the history
Fix: Updating turbine data in getting started
  • Loading branch information
uvchik committed Nov 15, 2021
2 parents 59835c3 + 15d877a commit f74c20d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/getting_started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@ To update your local files with the latest version of the `oedb turbine library

.. code:: python
from windpowerlib.wind_turbine import load_turbine_data_from_oedb
load_turbine_data_from_oedb()
from windpowerlib.data import store_turbine_data_from_oedb
store_turbine_data_from_oedb()
If you find your turbine in the database it is very easy to use it in the
windpowerlib
Expand Down Expand Up @@ -223,4 +223,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
SOFTWARE.

0 comments on commit f74c20d

Please sign in to comment.