-
Notifications
You must be signed in to change notification settings - Fork 118
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
Broken links in documentation and notebooks #201
Comments
Yikes! Sorry about that @raphaelvallat. Assuming the scope is limited to cases like the example you provided, I think it's just from the hard-coded URLs to YASA's documentation. We no longer need the Your example is fixed by removing that:
A simple search-and-replace should take care of this. Did you notice anything else? Want me to take care of it? |
No problem — I don't have the time to fix it now so I just created this quick issue as a reminder. If you're already working on the updated docs then please feel free to include the fix in your PR, however I'll work on it this weekend. Thanks! |
I'll aim for an isolated PR to address this by the end of the day over here on EST. |
When replacing hard-coded URLs, should I go ahead and change all This makes sense to me unless there is a cost of frequent redirects that I'm not aware of. |
Another concern is that google searches still provide the So now the main task should be to get a obal configuration in I didn't think about the global change in URL structure and its consequences for the new pydata sphinx setup. Note these same concerns will apply to #200 if/when that changes, so consider this a trial run for that! |
Another realization. The broken landing page is the default sphinx docs 404 page (which is essentially an uninformative nothing). So the Whatever solution we implement to solve the current Issue should naturally address that, either utilizing the next 404 page to dynamically redirect, redirect to the new docs index, or add a custom message letting people know of the update. |
Thanks @remrama for thinking this through! Please feel free to replace all
Good question, I don't know either 🤔 |
#194 introduced broken links in the documentation, notebooks and external references to YASA (e.g. personal website redirects to https://raphaelvallat.com/yasa/build/html/index.html)
The text was updated successfully, but these errors were encountered: