From aa9641251e50f5e17e0e07b3dafad52ab121d994 Mon Sep 17 00:00:00 2001 From: kreczko Date: Tue, 10 Oct 2023 11:34:29 +0100 Subject: [PATCH] docs: separate "tip" from table of content --- docs/index.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index 21d073c..a8a4bd8 100644 --- a/docs/index.md +++ b/docs/index.md @@ -19,7 +19,7 @@ each task, and then generate the DAG. The DAG will have a task for each step, and the dependencies between the tasks will be defined by the `needs` key in the YAML file. More on this under [Configuration](./configuration.md). -:::{tip} +```{tip} - `fasthep-flow` is still in early development, and the API is not yet stable. Please report any issues you find on the @@ -27,6 +27,10 @@ YAML file. More on this under [Configuration](./configuration.md). - Curious how this looks in action? Have a quick look at the [CMS Public Tutorial example](./examples/cms_pub_example.md). +``` + +## Documentation + ```{toctree} changelog.md