From 3100a60dd40e59ffaaab0299e265583edc865454 Mon Sep 17 00:00:00 2001 From: Scott Sanderson Date: Thu, 19 Nov 2015 00:49:12 -0500 Subject: [PATCH] DOC: Use absolute paths. --- docs/source/whatsnew/0.8.4.txt | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/docs/source/whatsnew/0.8.4.txt b/docs/source/whatsnew/0.8.4.txt index 8869510c..f1cd26db 100644 --- a/docs/source/whatsnew/0.8.4.txt +++ b/docs/source/whatsnew/0.8.4.txt @@ -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 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~