Replace outdated daal4py docs with redirect to scikit-learn-intelex#10
Conversation
daal4py is now part of the scikit-learn-intelex package and has been deprecated in favor of sklearnex. The documentation has moved to: https://uxlfoundation.github.io/scikit-learn-intelex/2025.5/about_daal4py.html This change removes all outdated daal4py documentation and replaces it with a simple redirect page that automatically sends users to the new location in the scikit-learn-intelex documentation. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
|
|
||
| <meta charset="utf-8"> | ||
| <title>Redirecting to daal4py documentation</title> | ||
| <link rel="canonical" href="https://uxlfoundation.github.io/scikit-learn-intelex/2025.5/about_daal4py.html"> |
There was a problem hiding this comment.
Please use 'latest' instead of a fixed version number.
|
@maria-Petrova Can you try deploying this in a GH pages of your fork to see if it works as intended before merging? |
|
My understanding is that each html should get redirect, not only main index.htm - example here - https://github.com/intel/intel.github.io/tree/main/scikit-learn-intelex |
Instead of removing all old pages and redirecting only the index, this creates specific redirect pages for each major documentation section, improving user experience and maintaining backward compatibility: - algorithms.html -> daal4py.html (API reference) - sklearn.html -> patching.html (sklearnex integration) - model-builders.html -> model_builders.html - streaming.html -> about_daal4py.html#streaming-mode - scaling.html -> distributed_daal4py.html - data.html -> daal4py.html (API reference) - examples.html -> about_daal4py.html#using-daal4py - contents.html -> about_daal4py.html - genindex.html -> daal4py.html (API reference) - search.html -> about_daal4py.html Benefits: - Preserves bookmarks and external links - Better SEO (search engines can update indexes properly) - Users land on the most relevant content for their original intent - Each redirect uses canonical links and meta refresh tags Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
|
I created a fork of this branch and deployed the docs here: From what I can see, the redirections do not work from the main link, but work from this one: Redirections from specific pages also work: But I'm not sure if this means it will work in the current docs, since they are already under one redirection level - i.e. not Guess we'll only find out after deploying. |
|
@napetrov, any objections to merge and try the deployments? |
|
@maria-Petrova @napetrov It didn't work: |
|
There's never been any index.html file in the root of intelpython.github.io. So, I assume this is how the things have been working all the time. |
|
Ok, guess that should be enough. At least other sites like PyPI are pointing to that sublink: |

daal4py is now part of the scikit-learn-intelex package and has been deprecated in favor of sklearnex. The documentation has moved to: https://uxlfoundation.github.io/scikit-learn-intelex/latest/about_daal4py.html
This change removes all outdated daal4py documentation and replaces it with a simple redirect page that automatically sends users to the new location in the scikit-learn-intelex documentation.