From d5ba5524b17712ece1594c074b99b1f1212d76e5 Mon Sep 17 00:00:00 2001 From: Ray Kim Date: Thu, 16 Nov 2023 19:54:01 +0000 Subject: [PATCH] fix documentation --- Project.toml | 2 +- docs/make.jl | 3 +-- docs/src/example.md | 2 +- docs/src/introduction.md | 3 --- 4 files changed, 3 insertions(+), 7 deletions(-) delete mode 100644 docs/src/introduction.md diff --git a/Project.toml b/Project.toml index 62fac06..8eab180 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "MCMCTesting" uuid = "9963b6a1-5d46-439c-8efc-3a487843c7fa" -version = "0.1.5" +version = "0.1.6" [deps] HypothesisTests = "09f84164-cd44-5f33-b23f-e6b0d136a0d5" diff --git a/docs/make.jl b/docs/make.jl index 5a1c1ec..942784c 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -15,8 +15,7 @@ makedocs(; ), pages=[ "Home" => "index.md", - "MCMCTesting" => "introduction.md", - "Getting Started" => "example.md", + "Tutorial" => "example.md", "General Usage" => "general.md", "Two-Sample Tests" => "twosampletest.md", "Exact Rank Tests" => "exactranktest.md", diff --git a/docs/src/example.md b/docs/src/example.md index b23c35a..836ab28 100644 --- a/docs/src/example.md +++ b/docs/src/example.md @@ -1,5 +1,5 @@ -# [Getting Started](@id tutorial) +# [Tutorial](@id tutorial) ## Problem Setup Let's consider a simple Normal-Normal model with a shared scale: diff --git a/docs/src/introduction.md b/docs/src/introduction.md deleted file mode 100644 index a3d2db4..0000000 --- a/docs/src/introduction.md +++ /dev/null @@ -1,3 +0,0 @@ - -# MCMCTesting -