@docs squad: I saw that documentation notebooks ar...
# squads
o
@docs squad: I saw that documentation notebooks are now being cleared completely. Doesn't this remove the plots, pictures, tables, etc from the website once we put it live?
n
Which one. I did not remove it from mine.
m
The new docs are .mdx files and we have an
image
folder to store and display figures
m
Strictly speaking the old docs were also .mdx files. But they were auto generated with nbdev. Now we skip that step.
👍 1
o
@Nikhil Gupta I saw it in a PR on hierarchicalforecast. @Marco @Max Does it mean that the new behavior is that all documentation notebooks should be cleaned and cleared?
m
For now, at least in the TimeGPT docs, notebooks are separated from the docs repo. At the moment, there are only .mdx files, and notebooks are in the
nixtla
repo. So we keep the same behavior for the open-source repos, but for TimeGPT, at the moment, it's a bit different, but I think Edu is working on including back the support for notebooks.
By that, I mean that for TimeGPT, we are writing .mdx files ourselves, not generating from notebooks (that's my understanding)
o
So not clearing the notebooks in the open source?
1
m
Right
o
Ok, thanks!
m
So not clearing the notebooks in the open source?
No, not yet at least.
o
Thanks! Anyone care to approve this PR that reverts the erroneous clearing in HF? 😙
m
Done
o
Thanks!