Skip to content
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

docs: cleanup #578

Merged
merged 5 commits into from
Dec 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions nbs/_quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ format:
toc: true

website:
twitter-card:
twitter-card:
image: "https://farm6.staticflickr.com/5510/14338202952_93595258ff_z.jpg"
site: "@Nixtlainc"
open-graph:
Expand All @@ -35,7 +35,6 @@ website:
href: https://github.com/nixtla/neuralforecast
- text: "HierarchicalForecast 👑"
href: https://github.com/nixtla/hierarchicalforecast

- text: "Help"
menu:
- text: "Report an Issue"
Expand Down
2 changes: 1 addition & 1 deletion nbs/docs/getting-started/41_pricing.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"source": [
"## Self-hosted\n",
"\n",
"We have a self-hosted version available for Enterprise customers. Please contact us at [[email protected]](mailto:[email protected]) to talk with us about this option. "
"We have a self-hosted version available for Enterprise customers. Please contact us at [[email protected]](mailto:[email protected]) to talk with us about this option."
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion nbs/docs/getting-started/5_faq.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@
"<details>\n",
" <summary>Are there free options or discounts?</summary>\n",
"\n",
"Yes! You can use TimeGPT with our Starter subscription plan, with 50 API calls/month for free. We do also provide some discounted options for academic research. If you would like to learn more, please email us at [email protected].\n",
"Yes! You can use TimeGPT with our Starter subscription plan, with 50 API calls/month for free. We do also provide some discounted options for academic research. If you would like to learn more, please email us at [[email protected]](mailto:[email protected]).\n",
"\n",
"</details>"
]
Expand Down
2 changes: 1 addition & 1 deletion nbs/docs/reference/04_nixtlar.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"source": [
"> 📘 API key required\n",
"> \n",
"> The `nixtlar` package requires an API key. Get yours on the [Nixtla Dashboard](http://dashboard.nixtla.io). \n",
"> The `nixtlar` package requires an API key. Get yours on the [Nixtla Dashboard](http://dashboard.nixtla.io).\n",
"\n",
"## Support\n",
"\n",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@
],
"source": [
"ray_df = ray.data.from_pandas(df)\n",
"ray_df "
"ray_df"
]
},
{
Expand Down
Loading