JuliaData / DataTables.jl

(DEPRECATED) A rewrite of DataFrames.jl based on Nullable
Other
29 stars 11 forks source link

Remove references to io.md and pooling.md in manual #71

Closed nalimilan closed 7 years ago

nalimilan commented 7 years ago

io.md does not exist since the readtable() has been removed. Pooling should be called categorical, so rename the file and sections.

The first change fixes the docs build, cf. https://github.com/JuliaData/DataTables.jl/issues/10#issuecomment-304471545.

nalimilan commented 7 years ago

Looks like we need more fixes:

Documenter: rendering document.

 !! Invalid local link: unresolved path

    '@ref' in lib/utilities.md

 !! Invalid local link: unresolved path

    '@ref' in lib/utilities.md

 !! Invalid local link: unresolved path

    'utilities.html#DataTables.nonunique' in lib/utilities.md

Documenter: skipping docs deployment.

  You can set DOCUMENTER_DEBUG to "true" in Travis to see more information.
nalimilan commented 7 years ago

I don't think the errors are what prevents deploying docs (it's just that we should enable building on nightlies), but I've nevertheless filed https://github.com/JuliaDocs/Documenter.jl/issues/508.