From b4af0702af7f124a94c076368c5a759cf47d9d3d Mon Sep 17 00:00:00 2001 From: Michael Date: Thu, 27 Jan 2022 19:36:38 +0100 Subject: [PATCH] Update python.md --- docs/extend/python.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/extend/python.md b/docs/extend/python.md index 78cdf69..e1d357a 100644 --- a/docs/extend/python.md +++ b/docs/extend/python.md @@ -198,3 +198,12 @@ SupplierPart.create(api,{ ``` Supplier and manufacturer are added with just one command. The SKU is the code under which the couch is listed in the store. + +#### Add the user manual or other documents +We have the possibility to add documents to the part. We can use pdf for documents but also other files like 3D drawings or pictures. To do so we add the following commands: + +```python +blabla + +``` +Thats it.