From 65e011ddf328d87065dc8984880895979878c659 Mon Sep 17 00:00:00 2001 From: "maja.k.gwozdz@gmail.com" Date: Sun, 15 Nov 2020 16:10:36 +0100 Subject: [PATCH] Update make.jl Added URL and authors. --- docs/make.jl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/make.jl b/docs/make.jl index dab9f229..c6045f9f 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -2,13 +2,13 @@ using Documenter, DiffEqBayes makedocs( sitename="DiffEqBayes.jl", - authors="#", + authors="Chris Rackauckas et al.", clean=true, doctest=false, modules=[DiffEqBayes], format=Documenter.HTML(assets=["assets/favicon.ico"], - canonical="#"), + canonical="https://diffeqbayes.sciml.ai/stable/"), pages=[ "DiffEqBayes.jl: Bayesian Parameter Estimation for Differential Equations" => "index.md",