TimeSeries.jl icon indicating copy to clipboard operation
TimeSeries.jl copied to clipboard

Examples in documentation for stable release are broken

Open ikselven opened this issue 6 years ago • 2 comments

Beginning with chapter Array Indexing in the documentation of the stable release, nearly all output of example code in the documentation consists of errors. E.g. the first example of the mentioned chapter:

julia> ohlc[1]
ERROR: UndefVarError: ohlc not defined

julia> ohlc[1:3]
ERROR: UndefVarError: ohlc not defined

julia> ohlc[1:2:10]
ERROR: UndefVarError: ohlc not defined

julia> ohlc[[1:3;8]]
ERROR: UndefVarError: ohlc not defined

julia> ohlc[end]
ERROR: UndefVarError: ohlc not defined

Edit: Rewording of title and description, as originally the issue just concerned the above-mentioned chapter.

ikselven avatar Jan 23 '19 14:01 ikselven

ah, forgot to add using MarketData

iblislin avatar Feb 10 '19 16:02 iblislin

But I'm not sure how to re-trigger doc build of stable release.

The doc of dev branch looks fine.

iblislin avatar Feb 10 '19 16:02 iblislin