From 9eec754dbd4b370e3870cb5739e41e82085e5426 Mon Sep 17 00:00:00 2001 From: Julian Gehring Date: Sun, 5 Nov 2023 12:44:01 +0100 Subject: [PATCH 1/3] Update Documenter.jl deployment --- .github/workflows/documentation.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index c72d398..334d392 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -18,4 +18,3 @@ jobs: - uses: julia-actions/julia-docdeploy@latest env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }} From eb201566200909381bf1c520126a0d9b085efdda Mon Sep 17 00:00:00 2001 From: Julian Gehring Date: Sun, 5 Nov 2023 12:54:00 +0100 Subject: [PATCH 2/3] Drop FAQs in README --- README.md | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/README.md b/README.md index b6e0e2a..33739a1 100644 --- a/README.md +++ b/README.md @@ -121,17 +121,6 @@ Contributions of any kind are very welcome. Please feel free to open pull requests or issues if you have suggestions for changes, ideas or questions. -## Frequently Asked Questions - -- Does it have anything to do with twitter themes, webpage frameworks, - compiling, ...? - - No, not really. This package focuses on an interesting area in statistics, but - the term _bootstrapping_ is also used in other contexts. You can check - wikipedia for a longer list of - [meanings associated with bootstrapping](https://en.wikipedia.org/wiki/Bootstrapping_(disambiguation)). - - ## Package Status [![Documentation](https://img.shields.io/badge/docs-stable-blue.svg)](https://juliangehring.github.io/Bootstrap.jl/stable) From 138c1aa4cea6b8281f76e6a1c25f7b693eb4192f Mon Sep 17 00:00:00 2001 From: Julian Gehring Date: Sun, 5 Nov 2023 12:54:43 +0100 Subject: [PATCH 3/3] Update NEWS --- NEWS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/NEWS.md b/NEWS.md index a912b24..3b0a909 100644 --- a/NEWS.md +++ b/NEWS.md @@ -7,6 +7,7 @@ - Extend compatibility for `Statistics`, `StatsBase` and `StatsModels`. - Clarify return value of `confint`. Contributed by Hector Perez (@hdavid16) (#95). - Update docstrings. Contributed by Hector Perez (@hdavid16) (#95). +- Update documentation. ## Version 2.3.3