diff --git a/examples/README.md b/examples/README.md index 69688f032f..d79a34ad95 100644 --- a/examples/README.md +++ b/examples/README.md @@ -23,8 +23,9 @@ Learn how to validate datasets for traditional ML workflows, detect data quality **[`cookbook`](./cookbook/)** Short, focused examples that demonstrate specific Evidently functionality or implementation patterns. -**[`tutorials`](./tutorials/)** +**[Top-level tutorials](#start-here)** Longer end-to-end examples that combine multiple Evidently capabilities for realistic use cases. +These are the three notebooks directly in `examples/`. **[`service`](./service/)** An example of how to run and serve the full Evidently system locally. @@ -40,7 +41,6 @@ Sample datasets used in the examples. - Start with the three top-level tutorials for the quickest introduction. - Use the `cookbook` for focused implementation snippets and feature-specific examples. -- Explore `tutorials` for more complete workflows and extended use cases. - Use `service` if you want to run Evidently locally as a full system. - Use `grafana` if you want to visualize Evidently metrics in external dashboards. diff --git a/examples/cookbook/README.md b/examples/cookbook/README.md index 2f6004a909..2fde268b1d 100644 --- a/examples/cookbook/README.md +++ b/examples/cookbook/README.md @@ -27,4 +27,4 @@ Use the cookbook if you want to: - copy a minimal implementation pattern, - understand a single evaluation or monitoring task without going through a full workflow. -For end-to-end examples, see the main [`examples`](../) folder and the [`tutorials`](../tutorials/) directory. \ No newline at end of file +For end-to-end examples, see the [top-level tutorials](../README.md#start-here) in the main [`examples`](../) folder. \ No newline at end of file