Skip to content

Comments

fix: update 391 broken NumPy documentation URLs#574

Open
Zephyr-Blessed wants to merge 1 commit intoSciSharp:masterfrom
Zephyr-Blessed:fix/update-numpy-doc-urls
Open

fix: update 391 broken NumPy documentation URLs#574
Zephyr-Blessed wants to merge 1 commit intoSciSharp:masterfrom
Zephyr-Blessed:fix/update-numpy-doc-urls

Conversation

@Zephyr-Blessed
Copy link

Summary

Updates all 391 broken NumPy documentation URLs across 125 C# source files.

Changes

  • Unversioned URLs: docs.scipy.org/doc/numpy/numpy.org/doc/stable/
  • Version-pinned URLs: docs.scipy.org/doc/numpy-1.14.0/, numpy-1.15.0/, numpy-1.16.0/, numpy-1.16.1/, numpy-1.17.0/numpy.org/doc/stable/

Why

The old docs.scipy.org domain now redirects or returns 404 for NumPy documentation. The canonical location is numpy.org/doc/stable/.

125 files changed, 391 URLs updated.

Fixes #530

Replace all references from docs.scipy.org/doc/numpy to numpy.org/doc/stable
across 125 C# source files.

The old docs.scipy.org URLs (both unversioned and version-pinned numpy-1.14
through numpy-1.17) now redirect or return 404. The canonical NumPy
documentation is at numpy.org/doc/stable/.

Fixes SciSharp#530
@Nucs Nucs self-assigned this Feb 18, 2026
@Nucs
Copy link
Member

Nucs commented Feb 18, 2026

Thank you for spending time and tokens on getting this done 👍
I'll double-check the urls and merge

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.

Update 385 outdated NumPy documentation URLs (scipy.org → numpy.org)

2 participants