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: