[quick question] PDF for 0.7 docs

Will there be a PDF available for 0.7 docs at some point?

I can only find ones for 0.6 and earlier currently.

I spend a lot of time offline and on 2G and I like to read technical manuals and documentation during my downtime.

1 Like

Don’t know about the current docs system specifically, but as I mentioned in another post, I am developing a LaTeX based research / docs system that is automatically able to compile to PDF. It is a prototype to test out new ideas and concepts, but may eventually be able to be hooked in with the docs from Julia code.

1 Like

You should be able to generate the PDF docs from the Julia source tree with

cd docs
make pdf
3 Likes

FWIW, PDF generation appears to be broken at the moment on master though.

I tried to fix it here: https://github.com/JuliaDocs/Documenter.jl/pull/763.

1 Like

As an alternative to PDF, there’s also https://devdocs.io/ which can store the documentation offline on your device. It currently has the docs for Julia 0.5 and 0.6 and I hope the one for 0.7 will be added eventually.

Also, I forgot to mention: cd doc; make html will make the HTML docs in the Julia tree, which is perfect for offline use, and may even be faster to use than PDF. The files will be in doc/_build/html.

4 Likes

Oooo, ok this is perfect. Thanks so much!

I need too manula 0.7 in pdf :slight_smile: Is anywhere ?
Paul

You should be able to use https://raw.githubusercontent.com/JuliaLang/docs.julialang.org/assets/julia-1.1.0.pdf although it is for Julia 1.1. New features are indicated as such.

1 Like

Is the same like 0.7 ?
Paul

W dniu 2019-02-05 o 12:05, Fredrik Ekre via JuliaLang pisze: