Skip to content

Fix Broken Link to Citation Paper of 2010 Conference#9561

Merged
bashtage merged 1 commit intostatsmodels:mainfrom
VedantMadane:patch-1
Apr 28, 2025
Merged

Fix Broken Link to Citation Paper of 2010 Conference#9561
bashtage merged 1 commit intostatsmodels:mainfrom
VedantMadane:patch-1

Conversation

@VedantMadane
Copy link
Contributor

@VedantMadane VedantMadane commented Apr 28, 2025

Fix Broken Link to Citation Paper of 2010 Conference

Before:
image

After:
image

  • tests added / passed.
    Not a code change. Change to a broken link in the documentation.
  • code/documentation is well formatted.
  • properly formatted commit message. See
    NumPy's guide.
Details

Notes:

  • It is essential that you add a test when making code changes. Tests are not
    needed for doc changes.
  • When adding a new function, test values should usually be verified in another package (e.g., R/SAS/Stata).
  • When fixing a bug, you must add a test that would produce the bug in main and
    then show that it is fixed with the new code.
  • New code additions must be well formatted. Changes should pass flake8. If on Linux or OSX, you can
    verify you changes are well formatted by running
    git diff upstream/main -u -- "*.py" | flake8 --diff --isolated
    
    assuming flake8 is installed. This command is also available on Windows
    using the Windows System for Linux once flake8 is installed in the
    local Linux environment. While passing this test is not required, it is good practice and it help
    improve code quality in statsmodels.
  • Docstring additions must render correctly, including escapes and LaTeX.

@bashtage bashtage merged commit 6ae4bae into statsmodels:main Apr 28, 2025
1 check was pending
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants