Skip to content

Commit 717dc44

Browse files
authored
[FIX] Pricing links incorrect (#544)
1 parent 56b7653 commit 717dc44

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

CONTRIBUTING.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,9 @@ Docs are automatically created from the notebooks in the `nbs` folder.
8181

8282
### Modifying an existing doc
8383
1. Find the relevant notebook.
84-
2. Make your changes. DO NOT rename the document!
84+
2. Make your changes.
85+
* Do not rename the document.
86+
* Do not change the first header (title). The first header is used in Readme.com to create the filename. For example, a first header of `TimeGPT Subscription Plans and Pricing` in folder `getting-started` will result in the following online link to the document: `https://docs.nixtla.io/docs/getting-started-timegpt_subscription_plans_and_pricing`.
8587
3. Run all cells.
8688
4. Run `nbdev_preview`.
8789
5. Clean the notebook metadata using `nbdev_clean --fname nbs/docs/[path_to_notebook.ipynb]`.
@@ -92,7 +94,8 @@ Docs are automatically created from the notebooks in the `nbs` folder.
9294
### Creating a new document
9395
1. Copy an existing jupyter notebook in a folder where you want to create a new document. This should be a subfolder of `nbs/docs`.
9496
2. Rename the document using the following format: `[document_number]_document_title_in_lower_case.ipynb` (for example: `01_quickstart.ipynb`), incrementing the document number from the current highest number within the folder and retaining the leading zero.
95-
3. Work on your new document. Pay attention to:
97+
3. The first header (title) is ideally the same as the notebook name (without the document number). This is because in Readme.com the first header (title) is used to create the filename. For example, a first header of `TimeGPT Subscription Plans and Pricing` of a document in folder `getting-started` will result in the following online link to the document: `https://docs.nixtla.io/docs/getting-started-timegpt_subscription_plans_and_pricing`. Thus, it is advised to keep the document name and header the same.
98+
4. Work on your new document. Pay attention to:
9699
* The Google Colab link;
97100
* How images should be linked;
98101
* How the `IN_COLAB` variable is used to distinguish when the notebook is used locally vs in Google Colab.

nbs/docs/getting-started/5_faq.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -426,13 +426,13 @@
426426
"<details>\n",
427427
" <summary>How does pricing work?</summary>\n",
428428
"\n",
429-
"`TimeGPT` has a flat fee pricing structure with subscription. See our [Pricing page](https://docs.nixtla.io/docs/getting-started-pricing) for information and find a plan for your needs. We have a subscription plan to meet your needs. You can cancel anytime. \n",
429+
"`TimeGPT` has a flat fee pricing structure with subscription. See our [Pricing page](https://docs.nixtla.io/docs/getting-started-timegpt_subscription_plans_and_pricing) for information and find a plan for your needs. We have a subscription plan to meet your needs. You can cancel anytime. \n",
430430
"\n",
431431
"\n",
432432
"[Start for Free](https://dashboard.nixtla.io/) \n",
433433
"*No credit card needed. Free plan available. \n",
434434
"\n",
435-
"For pricing of TimeGEN-1 on Azure, see the [pricing page](https://docs.nixtla.io/docs/getting-started-pricing#azure-timegen-pricing).\n",
435+
"For pricing of TimeGEN-1 on Azure, see the [pricing page](https://docs.nixtla.io/docs/getting-started-timegpt_subscription_plans_and_pricing#azure-timegen-pricing).\n",
436436
"\n",
437437
"</details>"
438438
]

0 commit comments

Comments
 (0)