From a91229127097467dda5bfc7d6ff5024b8dd166fb Mon Sep 17 00:00:00 2001 From: Tilman Hinnerichs Date: Fri, 19 Jan 2024 14:21:19 +0100 Subject: [PATCH] Update docs fixing source links --- docs/make.jl | 7 ++++--- docs/src/index.md | 1 + 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/make.jl b/docs/make.jl index f527ff9..be23bb7 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -9,11 +9,11 @@ using HerbData using HerbInterpret using HerbCore -makedocs(; +makedocs( modules=[HerbConstraints, HerbSearch, HerbGrammar, HerbData, HerbInterpret, HerbCore], - authors="SEBs", + format + authors="PONYs", sitename="Herb.jl", - repo="https://github.com/Herb-AI/Herb.jl", pages = [ "Basics" => [ "index.md", @@ -35,6 +35,7 @@ makedocs(; "HerbData.jl" => "HerbData/index.md", ], ], + warnonly = [:missing_docs] ) deploydocs(; diff --git a/docs/src/index.md b/docs/src/index.md index 1343902..df738e3 100644 --- a/docs/src/index.md +++ b/docs/src/index.md @@ -26,6 +26,7 @@ Herb.jl's sub-packages provide fast and easily extendable implementations of ## Why Julia? +Julia is a perfect fit for program synthesis due to numerous reasons. Starting from scientific reasons like speed of execution and composability over to practical reasons like speed of writing Julia code. For a full ode on why to use Julia, please see [the WhyJulia manifesto](https://github.com/pitmonticone/whyjulia-manifesto/tree/main). ## Sub-Modules