final example for docs

This commit is contained in:
klemek
2020-05-01 23:54:26 +02:00
parent 534837d1d1
commit 801edb3e20
2 changed files with 10 additions and 2 deletions
+9 -1
View File
@@ -61,7 +61,15 @@ def main():
"culture",
"meme otron")
# TODO example 4 : complex composition
content = produce_example(content, "EXAMPLE4", "example4.jpg",
"",
"image",
"https://i.imgur.com/DNLFUuK.png",
"-",
"text",
"meme-otron dev close to finishing the idea",
"-",
"holup")
with open(doc_file, mode='w') as f:
f.write(content)