From c481a2715de78bc013ebea04393d5a8a9b632299 Mon Sep 17 00:00:00 2001 From: Jacob Lee Date: Thu, 11 Jul 2024 13:20:14 -0700 Subject: [PATCH] docs[patch]: Add structural example to style guide (#24133) CC @nfcampos --- docs/docs/contributing/documentation/style_guide.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/docs/contributing/documentation/style_guide.mdx b/docs/docs/contributing/documentation/style_guide.mdx index b4334fb9154..83a3ae3c803 100644 --- a/docs/docs/contributing/documentation/style_guide.mdx +++ b/docs/docs/contributing/documentation/style_guide.mdx @@ -33,6 +33,8 @@ Some examples include: - [Build a Simple LLM Application with LCEL](/docs/tutorials/llm_chain/) - [Build a Retrieval Augmented Generation (RAG) App](/docs/tutorials/rag/) + +A good structural rule of thumb is to follow the structure of this [example from Numpy](https://numpy.org/numpy-tutorials/content/tutorial-svd.html). Here are some high-level tips on writing a good tutorial: