Skip to content

Commit

Permalink
Docs (casact#464)
Browse files Browse the repository at this point in the history
* Fixed solution link at the top

* Fixed URL

* Links not working

* File paths

* language = "en" since None is deprecated

* Working links

* Added the sandbox tutorial to the toc

* Working binder link

* Words

* Merged from main
  • Loading branch information
kennethshsu authored Sep 20, 2023
1 parent 46e5c15 commit 49ce9ac
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 4 deletions.
2 changes: 2 additions & 0 deletions docs/_toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ parts:
- file: getting_started/index.md
sections:
- file: getting_started/online_sandbox/sandbox_intro.md
sections:
- file: getting_started/online_sandbox/sandbox_workbook_blank
- file: getting_started/install.md
- file: getting_started/tutorials/index.md
sections:
Expand Down
2 changes: 1 addition & 1 deletion docs/getting_started/online_sandbox/sandbox_intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ You can open the sandbox tutorial in one of two ways. You may be forced to use o

- Open in [Google Colab](https://githubtocolab.com/casact/chainladder-python/blob/master/docs/getting_started/online_sandbox/sandbox_workbook_blank.ipynb) (faster, but a free Google Account is required)

- Open in [Binder](https://mybinder.org/v2/gh/casact/chainladder-python/blob/master/docs/getting_started/online_sandbox/sandbox_workbook_blank.ipynb) (slower, no sign up required)
- Open in [Binder](https://mybinder.org/v2/gh/casact/chainladder-python/master?urlpath=tree/docs/getting_started/online_sandbox/sandbox_workbook_blank.ipynb) (slower, no sign up required)

Just in case you want a copy of the sandbox tutorial notebook, you can download it [here](https://github.com/casact/chainladder-python/blob/master/docs/getting_started/online_sandbox/sandbox_workbook_blank.ipynb).
11 changes: 8 additions & 3 deletions docs/getting_started/online_sandbox/sandbox_workbook_blank.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,16 @@
"cells": [
{
"cell_type": "markdown",
"id": "ff5ff833-2b83-46c7-994f-12a19ef2a158",
"id": "0f0e5e3b-ac37-4865-8c51-ded927ea9b46",
"metadata": {},
"source": [
"# Got Stuck?\n",
"Click [here](https://nbviewer.org/github/casact/chainladder-python/blob/master/docs/getting_started/online_sandbox/sandbox_workbook_filled.ipynb) for the filled in workbook. Have questions? Join the [discussion](https://github.com/casact/chainladder-python/discussions) on GitHub."
"# Online Sandbox Tutorial\n",
"\n",
"Welcome! If you've come here to explore the capabilities of the `chainladder-python` package, you've landed in the perfect spot. This online sandbox tutorial is designed to provide you with a glimpse of the package's functionalities. \n",
"\n",
"We recommend setting aside about **one hour** to complete it.\n",
"\n",
"Got Stuck? Click [here](https://nbviewer.org/github/casact/chainladder-python/blob/master/docs/getting_started/online_sandbox/sandbox_workbook_filled.ipynb) for the filled in workbook. Have questions? Join the [discussion](https://github.com/casact/chainladder-python/discussions) on GitHub."
]
},
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
{
"cells": [
{
"cell_type": "markdown",
"id": "90c5da33-d41d-41a2-9599-3d9e5989fe39",
"metadata": {},
"source": [
"# Online Sandbox Tutorial"
]
},
{
"cell_type": "markdown",
"id": "d8f38e79-5010-4190-b38c-cbc1d85bde47",
Expand Down

0 comments on commit 49ce9ac

Please sign in to comment.