docs: fix broken links, images, formulas, and improve notebooks#756
Open
W057 wants to merge 6 commits intoNixtla:mainfrom
Open
docs: fix broken links, images, formulas, and improve notebooks#756W057 wants to merge 6 commits intoNixtla:mainfrom
W057 wants to merge 6 commits intoNixtla:mainfrom
Conversation
Replace all github.com/blob/...?raw=true image URLs with direct raw.githubusercontent.com URLs in 9 mdx files and 8 notebooks. The blob URLs return HTTP 302 redirects that Mintlify's renderer doesn't follow, causing broken images on the docs site. Fixes Nixtla#676
Fix malformed code block (```cd instead of ```sh) and update the install command from the deprecated `mintlify` package to the current `mint` package. Merge the two separate code blocks into one. Fixes Nixtla#650
Update 164 links across 55 notebooks from the old docs.nixtla.io/docs/* URL pattern to the current Mintlify documentation paths. This covers anomaly detection, forecasting, tutorials, use cases, and getting started sections. Closes Nixtla#637
The formula for minimum observations needed for cross-validation used addition (+) instead of multiplication (*) between step_size and (n_windows - 1). This is inconsistent with the actual implementation in nixtla_client.py. Refs Nixtla#531
- Update title and introduction to explain what categorical variables are and the different approaches (one-hot encoding vs SpecialDates) - Add note about the X_df requirement (the example shows a warning because exogenous variables are ignored without X_df) - Fix broken link to long horizon model tutorial - Link to the comprehensive categorical variables tutorial Closes Nixtla#529
|
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
This was referenced Feb 16, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Consolidated documentation fixes across multiple issues:
raw.githubusercontentacross 17 filesmintlify→mint)docs.nixtla.io/docs/*links with current Mintlify paths across 55 notebooks+→*) in data requirements notebookX_dfrequirementCloses #676, closes #650, closes #637, closes #606, closes #531, closes #529