From d465063f25f427a7b34fce85f774a9bdc14bb950 Mon Sep 17 00:00:00 2001 From: Jonathan7773 Date: Tue, 26 Nov 2024 13:07:11 +0100 Subject: [PATCH] Corrected Doc First Attempt --- docs/make.jl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/make.jl b/docs/make.jl index cb78df5..23b5979 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -2,7 +2,7 @@ using ActiveInference using Documenter using Literate -cd(raw"C:\Users\Jonathan Laursen\Desktop\University\Bachelor\ActiveInference.jl\docs\src") +cd("docs/src") DocMeta.setdocmeta!(ActiveInference, :DocTestSetup, :(using ActiveInference); recursive=true) @@ -62,7 +62,7 @@ makedocs(; ], "Why Active Inference?" => [], - + "Index" => "index.md", ], doctest=true,