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 }} 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 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)