Skip to content

AFPy/pyconfr-2018

Repository files navigation

PyConFr 2018

Vous avez vu une faute ou une erreur ?

Naviguez dans le répertoire content/ ci-dessus et corrigez-la :)

Merci


Load and update plugins submodule:

git submodule init
git submodule update --recursive
git submodule status

To build the site:

make html

To serve it on http://localhost:8000:

make serve

and to publish it:

make publish

Publish to afpy server:

make afpy