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 broken image links #488

Merged
merged 1 commit into from
Jan 19, 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
2 changes: 1 addition & 1 deletion docs/user_guide/adjustments.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -558,7 +558,7 @@
"vertical line estimates as well as the more common effective date estimates.\n",
"\n",
"```{eval-rst}\n",
".. image:: images/onlevel.PNG\n",
".. image:: ../images/onlevel.PNG\n",
"```\n",
"\n",
"### Rate History\n",
Expand Down
2 changes: 1 addition & 1 deletion docs/user_guide/development.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -5459,7 +5459,7 @@
"which assumes no ``valuation`` covariate, the PTF framework allows for this.\n",
"\n",
"```{eval-rst}\n",
".. figure:: images/prob_trend_family.PNG\n",
".. figure:: ../images/prob_trend_family.PNG\n",
" :align: center\n",
" :scale: 40%\n",
"```\n",
Expand Down
1,681 changes: 1,678 additions & 3 deletions docs/user_guide/triangle.ipynb

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions docs/user_guide/workflow.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1653,6 +1653,8 @@
"Using `GridSearch` for scenario testing is entirely optional. You can write\n",
"your own looping mechanisms to achieve the same result. For example:\n",
"\n",
"<!-- TODO: what is supposed to be showing here? -->\n",
"\n",
"```{eval-rst}\n",
".. figure:: /auto_examples/images/sphx_glr_plot_capecod_001.png\n",
" :target: ../auto_examples/plot_capecod.html\n",
Expand Down
Loading