Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Backport PR #14146 on branch v5.2.x (DOC: statsmodels is https now) #14148

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 2 additions & 3 deletions docs/stats/index.rst
Expand Up @@ -9,7 +9,7 @@ Introduction

The `astropy.stats` package holds statistical functions or algorithms
used in astronomy. While the `scipy.stats` and `statsmodels
<http://www.statsmodels.org/stable/index.html>`_ packages contains a
<https://www.statsmodels.org/stable/index.html>`_ 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,
Expand Down Expand Up @@ -140,7 +140,7 @@ See Also
and classes. The functionality in `astropy.stats` is intended to supplement
this, *not* replace it.

* `statsmodels <http://www.statsmodels.org/stable/index.html>`_
* `statsmodels <https://www.statsmodels.org/stable/index.html>`_
The statsmodels package provides functionality for estimating
different statistical models, tests, and data exploration.

Expand All @@ -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`
Expand Down