+++ # RSS parameters generate_rss = true website_title = "JuliaLang - The Julia programming language" website_descr = "Official website for the Julia programming language." website_url = get(ENV, "JULIA_FRANKLIN_WEBSITE_URL", "https://julialang.org/") prepath = get(ENV, "JULIA_FRANKLIN_PREPATH", "") # NOTE: don't change what's below div_content = "container main" # instead of franklin-content author = "" # Templating of the Downloads # NOTE: When updating for a new release, make sure to also rerun # `downloads/oldreleases.jl` stable_release = "1.11.1" stable_release_short = "1.11" stable_release_date = "October 16, 2024" lts_release = "1.10.6" lts_release_short = "1.10" lts_release_date = "October 28, 2024" # plotly hasplotly = false # If the following lines are commented, the "upcoming release" section # in `downloads/index.md` will not be shown. # upcoming_release = "1.11.0-rc4" # upcoming_release_short = "1.11" # upcoming_release_date = "September 25, 2024" +++ \newcommand{\note}[2]{ @@admonition-note @@admonition-title Note #1 @@ @@admonition-body #2 @@ @@ } \newcommand{\warn}[2]{ @@admonition-warn @@admonition-title Warning #1 @@ @@admonition-body #2 @@ @@ }