DOC: Use absolute paths.

This commit is contained in:
Scott Sanderson
2015-11-19 00:49:12 -05:00
parent 8503c91339
commit 3100a60dd4
+9 -10
View File
@@ -23,10 +23,10 @@ Enhancements
passed to :class:`~zipline.algorithm.TradingAlgorithm` by the keyword argument
``create_event_context`` (:issue:`828`).
.. py:currentmodule:: zipline.pipeline.factors
* Added :meth:`~Factor.isnan`, :meth:`~Factor.notnan` and
:meth:`~Factor.isfinite` methods to :class:`Factor` (:issue:`861`).
* Added :meth:`~zipline.pipeline.factors.Factor.isnan`,
:meth:`~zipline.pipeline.factors.Factor.notnan` and
:meth:`~zipline.pipeline.factors.Factor.isfinite` methods to
:class:`zipline.pipeline.factors.Factor` (:issue:`861`).
Experimental Features
~~~~~~~~~~~~~~~~~~~~~
@@ -47,12 +47,11 @@ Bug Fixes
Performance
~~~~~~~~~~~
.. py:currentmodule:: zipline.assets.assets
* Speeds up :meth:`AssetFinder.lookup_symbol` by adding an extension,
:class:`AssetFinderCachedEquities`, that loads equities into dictionaries and
then directs :meth:`AssetFinder.lookup_symbol` to these dictionaries to find
matching equities (:issue:`830`).
* Speeds up :meth:`~zipline.assets.assets.AssetFinder.lookup_symbol` by adding
an extension, :class:`~zipline.assets.assets.AssetFinderCachedEquities`, that
loads equities into dictionaries and then directs
:meth:`~zipline.assets.assets.AssetFinder.lookup_symbol` to these dictionaries
to find matching equities (:issue:`830`).
Maintenance and Refactorings
~~~~~~~~~~~~~~~~~~~~~~~~~~~~