/
githubmirror
/
julia
Обзор
Документация
Войти
/
githubmirror
/
julia
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
stdlib/TOML/docs/make.jl
16 строк
328 B
KristofferC
add license to top of new files
16 окт 2020, 22:41
16 окт 2020, 22:41
a37e0ae
Код
Авторство
О чём код?
# This file is a part of Julia. License is MIT: https://julialang.org/license using Documenter import TOML makedocs( modules = [TOML], sitename = "TOML", checkdocs = :strict, doctest = true, pages = Any[ "TOML" => "index.md" ] ) deploydocs(repo = "github.com/KristofferC/TOML.jl.git")