Julia: Update links to Pkg.jl documentation and change

Compat to [compat] since that is how the section is
usually referred to.
pull/623/head
Fredrik Ekre 2019-03-13 09:26:47 +01:00
rodzic 8dfd400c77
commit 95a59026ae
1 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

@ -73,10 +73,10 @@ Julia
To build an environment with Julia, include a configuration file called
``Project.toml``. The format of this file is documented at
`the Julia Pkg.jl documentation <https://julialang.github.io/Pkg.jl/stable/>`_.
`the Julia Pkg.jl documentation <https://julialang.github.io/Pkg.jl/v1/>`_.
To specify a specific version of Julia to install, put a Julia version in the
``Compat`` section of the ``Project.toml`` file, as described
here: https://julialang.github.io/Pkg.jl/stable/compatibility.
``[compat]`` section of the ``Project.toml`` file, as described
here: https://julialang.github.io/Pkg.jl/v1/compatibility/.
Languages not covered here
==========================