From fd3f7628093e1a472bf3945abd451c7aa3b95bfd Mon Sep 17 00:00:00 2001 From: "P. L. Lim" <2090236+pllim@users.noreply.github.com> Date: Thu, 8 Dec 2022 14:12:00 -0500 Subject: [PATCH] Backport PR #14146: DOC: statsmodels is https now --- docs/stats/index.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/stats/index.rst b/docs/stats/index.rst index d6a8663128c..2a810b87c23 100644 --- a/docs/stats/index.rst +++ b/docs/stats/index.rst @@ -9,7 +9,7 @@ Introduction The `astropy.stats` package holds statistical functions or algorithms used in astronomy. While the `scipy.stats` and `statsmodels -`_ packages contains a +`_ packages contains a wide range of statistical tools, they are general-purpose packages and are missing some tools that are particularly useful or specific to astronomy. This package is intended to provide such functionality, @@ -140,7 +140,7 @@ See Also and classes. The functionality in `astropy.stats` is intended to supplement this, *not* replace it. -* `statsmodels `_ +* `statsmodels `_ The statsmodels package provides functionality for estimating different statistical models, tests, and data exploration. @@ -150,7 +150,6 @@ See Also migrated here, but there are still a number of tools there that are useful for astronomy and statistical analysis. - * :func:`astropy.visualization.hist` The :func:`~astropy.stats.histogram` routine and related functionality defined here are used within the :func:`astropy.visualization.hist`