From 8dfded360aefd9d64d58fecc0095210dc6c2a6e2 Mon Sep 17 00:00:00 2001 From: Jocelyn Delalande Date: Mon, 23 Oct 2017 16:10:55 +0200 Subject: [PATCH] Mention templates dir URL in documentation As requested by @almet --- docs/installation.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/installation.rst b/docs/installation.rst index 6941dc65..9fd96b77 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -18,6 +18,8 @@ it will work without if you prefer. If wondering about the backend, SQLite is the simplest and will work fine for most small to medium setups. +.. note:: If curious, source config templates can be found in the `project git repository `_. + Prepare virtualenv (recommended) ================================