Skip to content

Commit 2c5af71

Browse files
committed
Merge branch 'dev' of github.com:wind-python/windpowerlib into dev
2 parents f1649e4 + 5881a8f commit 2c5af71

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,8 @@ To update your local files with the latest version of the `oedb turbine library
9797

9898
.. code:: python
9999
100-
from windpowerlib.wind_turbine import load_turbine_data_from_oedb
101-
load_turbine_data_from_oedb()
100+
from windpowerlib.data import store_turbine_data_from_oedb
101+
store_turbine_data_from_oedb()
102102
103103
If you find your turbine in the database it is very easy to use it in the
104104
windpowerlib

doc/getting_started.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,8 @@ To update your local files with the latest version of the `oedb turbine library
102102

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

0 commit comments

Comments
 (0)