You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.rst
+32-4Lines changed: 32 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ Introduction
7
7
=============
8
8
9
9
The windpowerlib is a library that provides a set of functions and classes to calculate the power output of wind turbines. It was originally part of the
10
-
`feedinlib <https://github.com/oemof/feedinlib>`_ (windpower and pv) but was taken out to build up a community concentrating on wind power models.
10
+
`feedinlib <https://github.com/oemof/feedinlib>`_ (windpower and photovoltaic) but was taken out to build up a community concentrating on wind power models.
11
11
12
12
For a quick start see the `Examples and basic usage <http://windpowerlib.readthedocs.io/en/stable/getting_started.html#examplereference-label>`_ section.
13
13
@@ -66,12 +66,40 @@ The usage of further functions are shown in a second example. As the basic usage
We are warmly welcoming all who want to contribute to the windpowerlib. If you are interested in wind models and want to help improving the existing model do not hesitate to contact us.
70
70
71
-
If you are interested in wind models and want to help improve the existing model do not hesitate to contact us.
72
-
As the windpowerlib started with contributors from the `oemof developer group <https://github.com/orgs/oemof/teams/oemof-developer-group>`_ we use the same
71
+
Clone: https://github.com/wind-python/windpowerlib and install the cloned repository using pip:
72
+
73
+
.. code:: bash
74
+
75
+
pip install -e /path/to/the/repository
76
+
77
+
As the windpowerlib started with contributors from the `oemof developer group <https://github.com/orgs/oemof/teams/oemof-developer-group>`_ we use the same
Copy file name to clipboardExpand all lines: doc/getting_started.rst
+31-4Lines changed: 31 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ Introduction
6
6
=============
7
7
8
8
The windpowerlib is a library that provides a set of functions and classes to calculate the power output of wind turbines. It was originally part of the
9
-
`feedinlib <https://github.com/oemof/feedinlib>`_ (windpower and pv) but was taken out to build up a community concentrating on wind power models.
9
+
`feedinlib <https://github.com/oemof/feedinlib>`_ (windpower and photovoltaic) but was taken out to build up a community concentrating on wind power models.
10
10
11
11
For a quick start see the :ref:`examplereference-label` section.
12
12
@@ -63,12 +63,39 @@ Further functionalities are shown in a second example. As the basic usage exampl
We are warmly welcoming all who want to contribute to the windpowerlib. If you are interested in wind models and want to help improving the existing model do not hesitate to contact us.
67
67
68
-
If you are interested in wind models and want to help improve the existing model do not hesitate to contact us.
69
-
As the windpowerlib started with contributors from the `oemof developer group <https://github.com/orgs/oemof/teams/oemof-developer-group>`_ we use the same
68
+
Clone: https://github.com/wind-python/windpowerlib and install the cloned repository using pip:
69
+
70
+
.. code:: bash
71
+
72
+
pip install -e /path/to/the/repository
73
+
74
+
As the windpowerlib started with contributors from the `oemof developer group <https://github.com/orgs/oemof/teams/oemof-developer-group>`_ we use the same
0 commit comments