Skip to content

Commit 84fa412

Browse files
committed
Fix unsupported link rendering
User guide example Jupyter notebook tried to render a code block as a link with [`link-text`](...). This is supported within Jupyter, but when rendering the example to build the docs via Sphinx, the link rendering gets broken as that particular pattern is not supported.
1 parent fba2925 commit 84fa412

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docsrc/users-guide/examples/Variational Inference.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"cell_type": "markdown",
5757
"metadata": {},
5858
"source": [
59-
"The class [`CmdStanVB`](https://mc-stan.org/cmdstanpy/api.html#cmdstanvb) provides the following properties to access information about the parameter names, estimated means, and the sample:\n",
59+
"The [CmdStanVB](https://mc-stan.org/cmdstanpy/api.html#cmdstanvb) object provides the following properties to access information about the parameter names, estimated means, and the sample:\n",
6060
"\n",
6161
" + `column_names` - list of column names\n",
6262
" + `columns` - number of columns\n",

0 commit comments

Comments
 (0)