diff --git a/docs/explanations.md b/docs/explanations.md new file mode 100644 index 00000000..3bfd6b06 --- /dev/null +++ b/docs/explanations.md @@ -0,0 +1,15 @@ +--- +orphan: true +--- + +# Explanations + +Explanations of how it works and why it works that way. + +```{toctree} +:maxdepth: 1 + +explanations/technical-terms +explanations/why-stack-frames +explanations/why-squash-can-change-path +``` diff --git a/docs/explanations.rst b/docs/explanations.rst deleted file mode 100644 index c9b1be15..00000000 --- a/docs/explanations.rst +++ /dev/null @@ -1,13 +0,0 @@ -:orphan: - -Explanations -============ - -Explanation of how the library works and why it works that way. - -.. toctree:: - :caption: Explanations - - explanations/technical-terms - explanations/why-stack-frames - explanations/why-squash-can-change-path diff --git a/docs/how-to.md b/docs/how-to.md new file mode 100644 index 00000000..8a4b3c9e --- /dev/null +++ b/docs/how-to.md @@ -0,0 +1,14 @@ +--- +orphan: true +--- + +# How-to Guides + +Practical step-by-step guides for the more experienced user. + +```{toctree} +:maxdepth: 1 + +how-to/iterate-a-spec +how-to/serialize-a-spec +``` diff --git a/docs/how-to.rst b/docs/how-to.rst deleted file mode 100644 index 9efa4f2d..00000000 --- a/docs/how-to.rst +++ /dev/null @@ -1,12 +0,0 @@ -:orphan: - -How-to Guides -============= - -Practical step-by-step guides for the more experienced user. - -.. toctree:: - :caption: How-to Guides - - how-to/iterate-a-spec - how-to/serialize-a-spec diff --git a/docs/index.md b/docs/index.md index 10955d0d..4229d146 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,3 +1,7 @@ +--- +html_theme.sidebar_secondary.remove: true +--- + ```{include} ../README.md :end-before: