diff --git a/docs/myst.yml b/docs/myst.yml index af1ee06..4c0e090 100644 --- a/docs/myst.yml +++ b/docs/myst.yml @@ -10,6 +10,7 @@ project: # To autogenerate a Table of Contents, run "jupyter book init --write-toc" references: qiime2: https://develop.qiime2.org/en/latest/ + genome-sampler-docs: https://genome-sampler.readthedocs.io/en/latest/ plugins: - type: executable @@ -25,6 +26,7 @@ project: children: - file: tutorials/intro.md - file: tutorials/moving-pictures.md + - file: tutorials/test.md - title: How To Guides children: - file: how-to-guides/intro.md diff --git a/docs/tutorials/test.md b/docs/tutorials/test.md new file mode 100644 index 0000000..aadaf8d --- /dev/null +++ b/docs/tutorials/test.md @@ -0,0 +1,2 @@ +```{embed} xref:genome-sampler-docs#usage-tutorial +``` \ No newline at end of file