From 0d703c63bf0dc4df11ab976645921cf8b9c2b5bf Mon Sep 17 00:00:00 2001 From: "Kenneth S. Hsu" Date: Sat, 16 Sep 2023 16:23:27 -0700 Subject: [PATCH] Kh dev (#462) * Fixed solution link at the top * Fixed URL * Links not working * File paths * language = "en" since None is deprecated * Working links --- docs/conf.py | 2 +- docs/getting_started/index.md | 10 ++++++---- docs/getting_started/online_sandbox/sandbox_intro.md | 2 +- .../online_sandbox/sandbox_workbook_blank.ipynb | 2 +- 4 files changed, 9 insertions(+), 7 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index f7e71505..8b751dab 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -66,7 +66,7 @@ html_title = "Reserving in Python" jupyter_cache = "" jupyter_execute_notebooks = "force" -language = None +language = "en" latex_engine = "pdflatex" myst_enable_extensions = ["colon_fence", "dollarmath", "linkify", "substitution"] myst_url_schemes = ["mailto", "http", "https"] diff --git a/docs/getting_started/index.md b/docs/getting_started/index.md index f28b9198..888e9927 100644 --- a/docs/getting_started/index.md +++ b/docs/getting_started/index.md @@ -1,24 +1,26 @@ ## {octicon}`rocket` Getting Started -::::{grid} +We recommend that you try the sandbox tutorial before installing the package on your machine. There's also the more in-depth onboarding tutorial to give you a slightly more comprehensive view of what the package can do. + +::::{grid} 1 2 3 4 :gutter: 1 1 1 2 :::{grid-item-card} {octicon}`chevron-right;2.5em;sd-mr-1` Try Online -:link: getting_started/sandbox_intro.md +:link: online_sandbox/sandbox_intro :link-type: doc Try chainladder online. ::: :::{grid-item-card} {octicon}`desktop-download;2.5em;sd-mr-1` Installation -:link: install.md +:link: install :link-type: doc How to install chainladder. ::: :::{grid-item-card} {octicon}`beaker;2.5em;sd-mr-1` Tutorials -:link: tutorials/index.md +:link: tutorials/index :link-type: doc Our beginner tutorials. diff --git a/docs/getting_started/online_sandbox/sandbox_intro.md b/docs/getting_started/online_sandbox/sandbox_intro.md index a31e441a..79897630 100644 --- a/docs/getting_started/online_sandbox/sandbox_intro.md +++ b/docs/getting_started/online_sandbox/sandbox_intro.md @@ -14,4 +14,4 @@ You can open the sandbox tutorial in one of two ways. You may be forced to use o - 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) -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/demo-blank-concurrent.ipynb). +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). diff --git a/docs/getting_started/online_sandbox/sandbox_workbook_blank.ipynb b/docs/getting_started/online_sandbox/sandbox_workbook_blank.ipynb index 47febd44..f5121162 100644 --- a/docs/getting_started/online_sandbox/sandbox_workbook_blank.ipynb +++ b/docs/getting_started/online_sandbox/sandbox_workbook_blank.ipynb @@ -6,7 +6,7 @@ "metadata": {}, "source": [ "# Got Stuck?\n", - "Click here for the filled in workbook." + "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." ] }, {