Skip to content

Commit 5fe181e

Browse files
daspecsterjreback
authored andcommitted
Fix links. (#283)
1 parent 30f40e3 commit 5fe181e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/source/remote_data.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Currently the following sources are supported:
3333
- :ref:`Eurostat<remote_data.eurostat>`
3434
- :ref:`Thrift Savings Plan<remote_data.tsp>`
3535
- :ref:`Oanda currency historical rate<remote_data.oanda_curr_hist>`
36-
- :ref:`Nasdaq Trader symbol definitions<remote_data.nasdaq_symbols`
36+
- :ref:`Nasdaq Trader symbol definitions<remote_data.nasdaq_symbols>`
3737

3838
It should be noted, that various sources support different kinds of data, so not all sources implement the same methods and the data elements returned might also differ.
3939

@@ -453,7 +453,7 @@ Eurostat
453453
454454
`Eurostat <http://ec.europa.eu/eurostat/>`__ are avaliable via ``DataReader``.
455455
456-
Get ` Rail accidents by type of accident (ERA data) <http://appsso.eurostat.ec.europa.eu/nui/show.do?dataset=tran_sf_railac&lang=en>`_ data. The result will be a ``DataFrame`` which has ``DatetimeIndex`` as index and ``MultiIndex`` of attributes or countries as column. The target URL is:
456+
Get `Rail accidents by type of accident (ERA data) <http://appsso.eurostat.ec.europa.eu/nui/show.do?dataset=tran_sf_railac&lang=en>`_ data. The result will be a ``DataFrame`` which has ``DatetimeIndex`` as index and ``MultiIndex`` of attributes or countries as column. The target URL is:
457457
458458
* http://appsso.eurostat.ec.europa.eu/nui/show.do?dataset=tran_sf_railac&lang=en
459459
@@ -550,10 +550,10 @@ Download currency historical rate from `Oanda <https://www.oanda.com/>`__.
550550
Nasdaq Trader Symbol Definitions
551551
==============================
552552
553-
Download the latest symbols from `Nasdaq<ftp://ftp.nasdaqtrader.com/SymbolDirectory/nasdaqtraded.txt/>`__.
553+
Download the latest symbols from `Nasdaq <ftp://ftp.nasdaqtrader.com/SymbolDirectory/nasdaqtraded.txt>`_.
554554
555555
Note that Nasdaq updates this file daily, and historical versions are not
556-
available. More information on the `field<http://www.nasdaqtrader.com/trader.aspx?id=symboldirdefs/>` definitions.
556+
available. More information on the `field <http://www.nasdaqtrader.com/trader.aspx?id=symboldirdefs/>`_ definitions.
557557
558558
.. code-block:: python
559559

0 commit comments

Comments
 (0)