Skip to content

Commit 8695a84

Browse files
committed
fix docs
1 parent 63fe2b2 commit 8695a84

File tree

1 file changed

+1
-20
lines changed

1 file changed

+1
-20
lines changed

nbs/tutorials/tutorial.ipynb

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1503,26 +1503,7 @@
15031503
"cell_type": "markdown",
15041504
"metadata": {},
15051505
"source": [
1506-
"nbdev supports most Quarto features. We encourage you to read the [Quarto documentation](https://quarto.org/) to discover all the features available to you. For example, this is how you can [incorporate Graphviz](https://quarto.org/docs/authoring/diagrams.html#graphviz):\n",
1507-
"\n",
1508-
" ```{dot}\n",
1509-
" graph G {\n",
1510-
" layout=neato\n",
1511-
" run -- intr;\n",
1512-
" intr -- runbl;\n",
1513-
" runbl -- run;\n",
1514-
" run -- kernel;\n",
1515-
" kernel -- zombie;\n",
1516-
" kernel -- sleep;\n",
1517-
" kernel -- runmem;\n",
1518-
" sleep -- swap;\n",
1519-
" swap -- runswap;\n",
1520-
" runswap -- new;\n",
1521-
" runswap -- runmem;\n",
1522-
" new -- runmem;\n",
1523-
" sleep -- runmem;\n",
1524-
" }\n",
1525-
" ```\n",
1506+
"nbdev supports most Quarto features. We encourage you to read the [Quarto documentation](https://quarto.org/) to discover all the features available to you. For example you can [incorporate Graphviz](https://quarto.org/docs/authoring/diagrams.html#graphviz).\n",
15261507
"\n",
15271508
"It is worth taking a look at the documentation for [figures](https://quarto.org/docs/authoring/figures.html), [callouts](https://quarto.org/docs/authoring/callouts.html), [markdown](https://quarto.org/docs/authoring/markdown-basics.html), [widgets](https://quarto.org/docs/interactive/widgets/jupyter.html), [layouts](https://quarto.org/docs/interactive/layout.html), [conditional content](https://quarto.org/docs/authoring/conditional.html) and [quarto extensions](https://quarto.org/docs/extensions/) to name a few useful things we have encountered."
15281509
]

0 commit comments

Comments
 (0)