From 801edb3e20754dff2c0f6ccf0761eec44a39c96b Mon Sep 17 00:00:00 2001 From: klemek Date: Fri, 1 May 2020 23:54:26 +0200 Subject: [PATCH] final example for docs --- docs/README-template.md | 2 +- docs/build.py | 10 +++++++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/docs/README-template.md b/docs/README-template.md index 1283b23..5d4dc44 100644 --- a/docs/README-template.md +++ b/docs/README-template.md @@ -148,7 +148,7 @@ Click on an image to enlarge it. -### Example 3: Text + template +### Example 3: Text + Template [↑ back to top](#meme-otron-guide) diff --git a/docs/build.py b/docs/build.py index 634856c..01f3bb6 100644 --- a/docs/build.py +++ b/docs/build.py @@ -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)