Skip to content

Commit 582ed52

Browse files
committed
Add demo to examples/
1 parent e122f32 commit 582ed52

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

_freeze/index/execute-results/html.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
2-
"hash": "c89dc657c2e6f597d81eccdceb0b4d5d",
2+
"hash": "0b88025c3a370d65ea3bbfbb2c502fcf",
33
"result": {
44
"engine": "jupyter",
5-
"markdown": "---\ntitle: \"{{< var pub.title >}} --\"\ndate: 'January 1, 2025'\nabstract-title: \"Summary\"\n---\n\n## Abstract\n\nDespite the header being `## Abstract`, this section will render as a highlighted section titled *Summary*.\n\n----\n\n:::{.callout-note title=\"AI usage disclosure\" collapse=\"true\"}\nThis is a placeholder for the AI usage disclosure. Once all authors sign the AI code form on AirTable, SlackBot will message you an AI disclosure that you should place here.\n:::\n\n## Introduction\n\nOnce edited by you, this file will become your publication. Alternatively, if you already have a notebook written that you're trying to transform into a pub, replace this file with your own, but be sure to add the YAML front matter (the first cell) to your notebook.\n\n## Learn More\n\nRefer to [Demo](demo.ipynb) to learn about possible syntax.\n\n",
5+
"markdown": "---\ntitle: \"{{< var pub.title >}} --\"\ndate: 'January 1, 2025'\nabstract-title: \"Summary\"\n---\n\n## Abstract\n\nDespite the header being `## Abstract`, this section will render as a highlighted section titled *Summary*.\n\n----\n\n:::{.callout-note title=\"AI usage disclosure\" collapse=\"true\"}\nThis is a placeholder for the AI usage disclosure. Once all authors sign the AI code form on AirTable, SlackBot will message you an AI disclosure that you should place here.\n:::\n\n## Introduction\n\nOnce edited by you, this file will become your publication. Alternatively, if you already have a notebook written that you're trying to transform into a pub, replace this file with your own, but be sure to add the YAML front matter (the first cell) to your notebook.\n\n## Learn More\n\nRefer to [Demo](/examples/demo.html) to learn about possible syntax.\n\n",
66
"supporting": [
7-
"index_files"
7+
"index_files/figure-html"
88
],
99
"filters": [],
1010
"includes": {}

_quarto.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ project:
33
render:
44
- '*.qmd'
55
- '*.ipynb'
6+
- 'examples/*.ipynb'
7+
- 'pages/*.qmd'
68
resources:
79
- assets/*
810
- authors.yml
@@ -24,7 +26,7 @@ website:
2426
- text: '{{< iconify nrk:back >}} Back to Pub'
2527
href: index.ipynb
2628
- text: Demo
27-
href: demo.ipynb
29+
href: /examples/demo.html
2830
right:
2931
- text: FAQ
3032
href: pages/FAQ.qmd
File renamed without changes.

index.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"\n",
3838
"## Learn More\n",
3939
"\n",
40-
"Refer to [Demo](demo.ipynb) to learn about possible syntax."
40+
"Refer to [Demo](/examples/demo.html) to learn about possible syntax."
4141
]
4242
}
4343
],

0 commit comments

Comments
 (0)