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

[FIX] Docs incorrect mailto links #574

Open
wants to merge 7 commits into
base: main
Choose a base branch
from
Open
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
4 changes: 2 additions & 2 deletions nbs/docs/getting-started/41_pricing.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"| Models and features early access | | X | X | X |\n",
"| Self-hosted | | | | X |\n",
"\n",
"Please get in touch with us at [[email protected]](mailto:[email protected]) if you have other forecasting needs or are interested in our Enterprise option.\n"
"Please get in touch with us at `[email protected]` if you have other forecasting needs or are interested in our Enterprise option.\n"
]
},
{
Expand Down 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]` to talk with us about this option."
]
},
{
Expand Down
10 changes: 5 additions & 5 deletions nbs/docs/getting-started/5_faq.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@
"If your key is validating correctly, this will return\n",
"\n",
"```\n",
"INFO:nixtla.nixtla_client:Happy Forecasting! :), If you have questions or need support, please email ops@nixtla.io\n",
"INFO:nixtla.nixtla_client:Happy Forecasting! :), If you have questions or need support, please email support@nixtla.io\n",
elephaint marked this conversation as resolved.
Show resolved Hide resolved
"\n",
"True\n",
"```\n",
Expand Down Expand Up @@ -539,7 +539,7 @@
"\n",
"- For `TimeGPT`, please refer to our [terms and conditions](https://docs.nixtla.io/docs/terms-and-conditions). \n",
"\n",
"In addtion, we are currently developing a self-hosted version of `TimeGPT`, tailored for the unique security requirements of enterprise data. This version is currently in beta. If you are interested in exploring this option, please contact us at ops@nixtla.io.\n",
"In addtion, we are currently developing a self-hosted version of `TimeGPT`, tailored for the unique security requirements of enterprise data. This version is currently in beta. If you are interested in exploring this option, please contact us at `support@nixtla.io`.\n",
"\n",
"</details>"
]
Expand All @@ -566,7 +566,7 @@
" <summary><strong>Error message: Invalid API key</strong></summary>\n",
"\n",
"``` python\n",
"ApiError: status_code: 401, body: {'data': None, 'message': 'Invalid API key', 'details': 'Key not found', 'code': 'A12', 'requestID': 'E7F2BBTB2P', 'support': 'If you have questions or need support, please email ops@nixtla.io'}\n",
"ApiError: status_code: 401, body: {'data': None, 'message': 'Invalid API key', 'details': 'Key not found', 'code': 'A12', 'requestID': 'E7F2BBTB2P', 'support': 'If you have questions or need support, please email support@nixtla.io'}\n",
"```\n",
"\n",
"**Solution:** This error occurs when your `TimeGPT` API key is either invalid or has not been set up correctly. Please use the `validate_api_key` method to verify it or make sure it was copied correctly from the `API Keys` section of your [dashboard](https://dashboard.nixtla.io/).\n",
Expand All @@ -582,7 +582,7 @@
"<summary><strong>Error message: Too many requests</strong></summary>\n",
"\n",
"``` python\n",
"ApiError: status_code: 429, body: {'data': None, 'message': 'Too many requests', 'details': 'You need to add a payment method to continue using the API, do so from https://dashboard.nixtla.io', 'code': 'A21', 'requestID': 'NCJDK7KSJ6', 'support': 'If you have questions or need support, please email ops@nixtla.io'}\n",
"ApiError: status_code: 429, body: {'data': None, 'message': 'Too many requests', 'details': 'You need to add a payment method to continue using the API, do so from https://dashboard.nixtla.io', 'code': 'A21', 'requestID': 'NCJDK7KSJ6', 'support': 'If you have questions or need support, please email support@nixtla.io'}\n",
"```\n",
"\n",
"**Solution:** This error occurs when you have exhausted your free credits and need to add a payment method to continue using `TimeGPT`. You can add a payment method in the `Billing` section of your [dashboard](https://dashboard.nixtla.io/).\n",
Expand Down Expand Up @@ -616,7 +616,7 @@
"If you have any more questions or need support, please reach out by:\n",
"\n",
"- Opening an [issue](https://github.com/Nixtla/nixtla/issues) on GitHub for technical questions or bugs.\n",
"- Sending an email to [[email protected]](mailto:[email protected]) for general inquiries or support.\n",
"- Sending an email to `[email protected]` for general inquiries or support.\n",
"- Joining our [Slack](https://join.slack.com/t/nixtlacommunity/shared_invite/zt-2ebtgjbip-QMSnvm6ED1NF5vi4xj_13Q) community to connect with our team and the forecasting community."
]
}
Expand Down
11 changes: 9 additions & 2 deletions nbs/docs/reference/02_date_features.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -311,8 +311,15 @@
}
],
"source": [
"import pandas as pd\n",
"\n",
"import pandas as pd"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"c_holidays = CountryHolidays(countries=['US', 'MX'])\n",
"periods = 365 * 5\n",
"dates = pd.date_range(end='2023-09-01', periods=periods)\n",
Expand Down
2 changes: 1 addition & 1 deletion nbs/docs/reference/03_excel_addin.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"\n",
"## Support\n",
"\n",
"If you have questions or need support, please email [[email protected]](mailto:[email protected]).\n",
"If you have questions or need support, please email `[email protected]`.\n",
"\n",
"## How-to\n",
"\n",
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 @@ -37,7 +37,7 @@
"\n",
"## Support\n",
"\n",
"If you have questions or need support, please email [[email protected]](mailto:[email protected])."
"If you have questions or need support, please email `[email protected]`."
]
}
],
Expand Down
7 changes: 3 additions & 4 deletions nbs/docs/tutorials/061_reusing_finetuned_models.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,8 @@
"metadata": {},
elephaint marked this conversation as resolved.
Show resolved Hide resolved
"outputs": [],
"source": [
"#|hide\n",
"#| eval: false\n",
"! [ -e /content ] && pip install -Uqq nixtla"
"#| hide\n",
"!pip install -Uqq nixtla"
]
},
{
Expand Down Expand Up @@ -80,7 +79,7 @@
"#| echo: false\n",
"if not IN_COLAB:\n",
" load_dotenv() \n",
" colab_badge('docs/tutorials/061_reusing_finetuned_models.ipynb')"
" colab_badge('docs/tutorials/061_reusing_finetuned_models')"
]
},
{
Expand Down
Loading