I think I am missing documentation like python or Matlab. when I installed python or Matlab, a lot of documentation automatically installed in my machine. I can use it offline mode. is there any plan for Julia’s documentation? it will be a great resource for the beginner user.
yeah , I tried . this works but I am trying like when I type “doc ode” in matlab , new window appeared with so many functions and helpful documentations.
python has gui based documentations.
I think the html documentation is always included in the Julia downloads. Not sure if there’s an easy way to recover the URL, though.
On my system running macOS with Julia installed as /Applications/Julia-1.5.app, I can read the documentation by pointing a browser to the URL: file:///Applications/Julia-1.5.app/Contents/Resources/julia/share/doc/julia/html/en/index.html
I also wish the local HTML documentation was exposed in a user-friendly way (for example with a doc command). And having a standard way to access HTML documentation for all installed packages would be a nice step up in usability.