@@ -9,7 +9,7 @@ Alphalens
99
1010Alphalens is a Python Library for performance analysis of predictive
1111(alpha) stock factors. Alphalens works great with the
12- `Zipline <http ://zipline.io/ >`__ open source backtesting library, and
12+ `Zipline <https ://www. zipline.io/ >`__ open source backtesting library, and
1313`Pyfolio <https://github.com/quantopian/pyfolio >`__ which provides
1414performance and risk analysis of financial portfolios.
1515
@@ -72,7 +72,7 @@ Alphalens depends on:
7272
7373- `matplotlib <https://github.com/matplotlib/matplotlib >`__
7474- `numpy <https://github.com/numpy/numpy >`__
75- - `pandas <https://github.com/pydata /pandas >`__
75+ - `pandas <https://github.com/pandas-dev /pandas >`__
7676- `scipy <https://github.com/scipy/scipy >`__
7777- `seaborn <https://github.com/mwaskom/seaborn >`__
7878- `statsmodels <https://github.com/statsmodels/statsmodels >`__
8181-----
8282
8383A good way to get started is to run the examples in a `Jupyter
84- notebook <http ://jupyter.org/> `__.
84+ notebook <https ://jupyter.org/> `__.
8585
8686To get set up with an example, you can:
8787
@@ -126,7 +126,7 @@ For a full list of contributors see the `contributors page. <https://github.com/
126126Example Tear Sheet
127127------------------
128128
129- Example factor courtesy of `ExtractAlpha <http ://extractalpha.com/ >`_
129+ Example factor courtesy of `ExtractAlpha <https ://extractalpha.com/ >`_
130130
131131.. image :: https://github.com/quantopian/alphalens/raw/master/alphalens/examples/table_tear.png
132132.. image :: https://github.com/quantopian/alphalens/raw/master/alphalens/examples/returns_tear.png
0 commit comments