DOC: Fix invalid sphinx sections

This commit is contained in:
Ana Ruelas
2017-06-05 15:52:57 -04:00
parent e6fe3a0e7d
commit e55a6078d6
22 changed files with 141 additions and 139 deletions
+2 -2
View File
@@ -307,13 +307,13 @@ have.
help some bundles generate queries for the days needed.
``start_session``
````````````
`````````````````
``start_session`` is a :class:`pandas.Timestamp` object indicating the first
day that the bundle should load data for.
``end_session``
````````````
```````````````
``end_session`` is a :class:`pandas.Timestamp` object indicating the last day
that the bundle should load data for.
+4 -4
View File
@@ -81,7 +81,7 @@ Enhancements
- Disallow regressions of length 1. (:issue:`1466`)
Experimental
~~~~~~~~~~~
~~~~~~~~~~~~
- Add support for comingled Future and Equity history windows, and enable other
Future data access via data portal. (:issue:`1435`) (:issue:`1432`)
@@ -111,7 +111,7 @@ Bug Fixes
- Alpha and sharpe ratio are now annualized. (:issue:`1322`)
- Fix units during reading and writing of daily bar ``first_trading_day ``
- Fix units during reading and writing of daily bar ``first_trading_day``
attribute. (:issue:`1245`)
- Optional dispatch modules, when missing, no longer cause a `NameError`.
@@ -131,7 +131,7 @@ Bug Fixes
- Fix ``AverageDollarVolume`` NaN handling. (:issue:`1309`)
Performance
Performance
~~~~~~~~~~~
- Performance improvements to blaze core loader. (:issue:`1227`)
@@ -157,7 +157,7 @@ Testing
fixtures. (:issue:`1243`)
Data Format Changes
~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~
- ``BcolzDailyBarReader`` and ``BcolzDailyBarWriter`` use trading calendar instance,
instead of trading days serialized to ``JSON``. (:issue:`1330`)