From da7d6909a8defe0602eda4da830bb64067bb7b86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Teemu=20J=C3=A4rvinen?= Date: Mon, 15 May 2023 20:52:35 +0300 Subject: [PATCH] fix --- docs/make.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/make.jl b/docs/make.jl index df50516..a368f7e 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -4,7 +4,7 @@ using PotentialCalculation, PotentialCalculation.psi4 makedocs(sitename="PotentialCalculation.jl", pages=["Home" => "index.md", "Install" => "install.md", - "Building Molecules" => "structure_creation.md" + "Building Molecules" => "structure_creation.md", "Usage" => "use.md", "References" => "reference.md"]