Skip to content

Commit 5e442a0

Browse files
Birgit SchachlerBirgit Schachler
authored andcommitted
Remove quotes from links
1 parent 01da9ac commit 5e442a0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Introduction
44
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
55
`feedinlib <https://github.com/oemof/feedinlib>`_ (windpower and pv) but was taken out to build up a community concentrating on wind power models.
66

7-
For a quick start see the `'Examples and basic usage' <http://windpowerlib.readthedocs.io/en/latest/getting_started.html#examplereference-label>`_ section.
7+
For a quick start see the `Examples and basic usage <http://windpowerlib.readthedocs.io/en/latest/getting_started.html#examplereference-label>`_ section.
88

99

1010
Documentation
@@ -31,7 +31,7 @@ Please see the `installation page <http://oemof.readthedocs.io/en/stable/install
3131
Optional Packages
3232
~~~~~~~~~~~~~~~~~
3333

34-
To see the plots of the windpowerlib example in the `'Examples and basic usage' <http://windpowerlib.readthedocs.io/en/latest/getting_started.html#examplereference-label>`_ section you should `install the matplotlib package <http://matplotlib.org/users/installing.html>`_.
34+
To see the plots of the windpowerlib example in the `Examples and basic usage <http://windpowerlib.readthedocs.io/en/latest/getting_started.html#examplereference-label>`_ section you should `install the matplotlib package <http://matplotlib.org/users/installing.html>`_.
3535
Matplotlib can be installed using pip3 though some Linux users reported that it is easier and more stable to use the pre-built packages of your Linux distribution.
3636

3737

@@ -42,9 +42,9 @@ Examples and basic usage
4242

4343
The basic usage of the windpowerlib is shown `'here' <http://windpowerlib.readthedocs.io/en/latest/basic_example_notebook.html>`_. The presented example is available as jupyter notebook and python script. You can download them along with example weather data:
4444

45-
* `'Python script' <https://raw.githubusercontent.com/wind-python/windpowerlib/dev/example/basic_example.py>`_
46-
* `'Jupyter notebook' <https://raw.githubusercontent.com/wind-python/windpowerlib/features/revise_example/example/basic_example.ipynb>`_
47-
* `'Example data file' <https://raw.githubusercontent.com/wind-python/windpowerlib/dev/example/weather.csv>`_
45+
* `Python script <https://raw.githubusercontent.com/wind-python/windpowerlib/dev/example/basic_example.py>`_
46+
* `Jupyter notebook <https://raw.githubusercontent.com/wind-python/windpowerlib/features/revise_example/example/basic_example.ipynb>`_
47+
* `Example data file <https://raw.githubusercontent.com/wind-python/windpowerlib/dev/example/weather.csv>`_
4848

4949

5050
To run the examples you first have to install the windpowerlib. To run the notebook you also need to install notebook using pip3. To launch jupyter notebook type ``jupyter notebook`` in terminal.

0 commit comments

Comments
 (0)