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
+1 -1
View File
@@ -148,7 +148,7 @@ Click on an image to enlarge it.
<!--EXAMPLE2-END-->
### Example 3: Text + template
### Example 3: Text + Template
<sub><sup>[↑ back to top](#meme-otron-guide)</sup></sub>
<!--EXAMPLE3-START-->
+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)