diff --git a/book/_toc.yml b/book/_toc.yml index c30a3b8..34b97c2 100644 --- a/book/_toc.yml +++ b/book/_toc.yml @@ -58,7 +58,12 @@ parts: - caption: "Framework Internals" chapters: - file: framework/intro - title: Introduction + - file: framework/tutorials/intro + - file: framework/how-to-guides/intro + sections: + - file: framework/how-to-guides/parallel-configuration + - file: framework/how-to-guides/pipeline-resumption + - file: framework/explanations/intro sections: - file: framework/explanations/architecture - file: framework/explanations/data-storage @@ -66,8 +71,8 @@ parts: - file: framework/explanations/types - file: framework/explanations/formats - file: framework/explanations/provenance - - file: framework/how-to-guides/parallel-configuration - - file: framework/how-to-guides/pipeline-resumption + - file: framework/references/intro + sections: - file: framework/references/archive-versions - caption: "CI Internals" diff --git a/book/framework/explanations/intro.md b/book/framework/explanations/intro.md new file mode 100644 index 0000000..1874c07 --- /dev/null +++ b/book/framework/explanations/intro.md @@ -0,0 +1,4 @@ +# Explanations + +```{tableofcontents} +``` \ No newline at end of file diff --git a/book/framework/how-to-guides/intro.md b/book/framework/how-to-guides/intro.md new file mode 100644 index 0000000..e93f46a --- /dev/null +++ b/book/framework/how-to-guides/intro.md @@ -0,0 +1,4 @@ +# How-to guides + +```{tableofcontents} +``` \ No newline at end of file diff --git a/book/framework/intro.md b/book/framework/intro.md index 8feaa25..e14d0b2 100644 --- a/book/framework/intro.md +++ b/book/framework/intro.md @@ -1 +1,4 @@ -# Introduction to the Framework \ No newline at end of file +# Introduction to QIIME 2 framework development + +```{tableofcontents} +``` \ No newline at end of file diff --git a/book/framework/references/intro.md b/book/framework/references/intro.md new file mode 100644 index 0000000..fe92aeb --- /dev/null +++ b/book/framework/references/intro.md @@ -0,0 +1,4 @@ +# References + +```{tableofcontents} +``` \ No newline at end of file diff --git a/book/framework/tutorials/intro.md b/book/framework/tutorials/intro.md new file mode 100644 index 0000000..17012aa --- /dev/null +++ b/book/framework/tutorials/intro.md @@ -0,0 +1,4 @@ +# Tutorials + +```{tableofcontents} +``` \ No newline at end of file