Skip to content

Commit c9a44ef

Browse files
committed
Merge branch 'release_branch' into restructure_turbine_data_reading
2 parents df04f39 + 35eaeda commit c9a44ef

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

doc/modules.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,10 @@ power curve or power coefficient curve needed by the :py:class:`~.wind_turbine.W
6868
:toctree: temp/
6969

7070
wind_turbine.WindTurbine.fetch_turbine_data
71+
wind_turbine.get_turbine_data_from_file
72+
wind_turbine.get_turbine_data_from_oedb
73+
wind_turbine.load_turbine_data_from_oedb
7174
wind_turbine.get_turbine_types
72-
wind_turbine.read_turbine_data
7375

7476
.. _wind_farm_label:
7577

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,5 @@ def read(fname):
1717
long_description=read('README.rst'),
1818
zip_safe=False,
1919
install_requires=['numpy >= 1.7.0',
20-
'pandas >= 0.13.1'])
20+
'pandas >= 0.13.1',
21+
'requests'])

0 commit comments

Comments
 (0)