Skip to content

docs: fix broken links, images, formulas, and improve notebooks#756

Open
W057 wants to merge 6 commits intoNixtla:mainfrom
W057:docs/consolidated-fixes
Open

docs: fix broken links, images, formulas, and improve notebooks#756
W057 wants to merge 6 commits intoNixtla:mainfrom
W057:docs/consolidated-fixes

Conversation

@W057
Copy link

@W057 W057 commented Feb 16, 2026

Summary

Consolidated documentation fixes across multiple issues:

Closes #676, closes #650, closes #637, closes #606, closes #531, closes #529

W057 added 6 commits February 16, 2026 16:41
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
@review-notebook-app
Copy link

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

1 participant