Python perfs to prod.

This commit is contained in:
Julien Palard 2023-06-15 14:42:33 +02:00
parent 961ed66b79
commit ae9bdf13fc
Signed by: mdk
GPG Key ID: 0EFC1AC1006886F8
4 changed files with 6 additions and 0 deletions

View File

@ -1,5 +1,6 @@
export PATH := $(PATH):bin
SRCS := $(sort $(wildcard *.md))
SRCS := $(filter-out README.md, $(SRCS))
DEST := $(notdir $(PWD))
.PHONY: static

View File

@ -1,5 +1,7 @@
# Python Performances
Les slides : https://mdk.fr/python-perfs
## Description
Destinée aux développeurs Python aguerris, cette formation approche

View File

@ -2,6 +2,8 @@
par
<!-- .slide: data-background="static/background.jpg" -->
Julien Palard <julien@palard.fr>
https://mdk.fr

View File

@ -0,0 +1 @@
../../background.jpg