From ae9bdf13fc7caa48c8afb9b778f978a8497f7c05 Mon Sep 17 00:00:00 2001 From: Julien Palard Date: Thu, 15 Jun 2023 14:42:33 +0200 Subject: [PATCH] Python perfs to prod. --- Makefile | 1 + python-perfs/README.md | 2 ++ python-perfs/perfs.md | 2 ++ python-perfs/static/background.jpg | 1 + 4 files changed, 6 insertions(+) create mode 120000 python-perfs/static/background.jpg diff --git a/Makefile b/Makefile index 07168f7..402ce3e 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,6 @@ export PATH := $(PATH):bin SRCS := $(sort $(wildcard *.md)) +SRCS := $(filter-out README.md, $(SRCS)) DEST := $(notdir $(PWD)) .PHONY: static diff --git a/python-perfs/README.md b/python-perfs/README.md index 05368d3..6102715 100644 --- a/python-perfs/README.md +++ b/python-perfs/README.md @@ -1,5 +1,7 @@ # Python Performances +Les slides : https://mdk.fr/python-perfs + ## Description Destinée aux développeurs Python aguerris, cette formation approche diff --git a/python-perfs/perfs.md b/python-perfs/perfs.md index 41a68c2..b1c5c8b 100644 --- a/python-perfs/perfs.md +++ b/python-perfs/perfs.md @@ -2,6 +2,8 @@ par + + Julien Palard https://mdk.fr diff --git a/python-perfs/static/background.jpg b/python-perfs/static/background.jpg new file mode 120000 index 0000000..fbaf874 --- /dev/null +++ b/python-perfs/static/background.jpg @@ -0,0 +1 @@ +../../background.jpg \ No newline at end of file