From b09b777bc52465a8df0fc3eefd882fe5b18190ec Mon Sep 17 00:00:00 2001 From: Mario Baranzini Date: Thu, 8 Jul 2021 09:04:11 +0200 Subject: [PATCH] Improve documentation --- docs/installation.md | 2 ++ mkdocs.yml | 1 + 2 files changed, 3 insertions(+) diff --git a/docs/installation.md b/docs/installation.md index 7d68c718..5c9761c4 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -26,6 +26,8 @@ Import initial data python manage.py importsections +!!! warning + The `python manage.py` commands must be executed inside the main plugin installation directory (from QGIS you can open the plugin directory from `settings->user profiles` menu. In case you have more than one user profile, make sure you are in the directory of the correct profile. ## Windows deployment diff --git a/mkdocs.yml b/mkdocs.yml index cf8c20e2..060b564a 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -24,3 +24,4 @@ nav: markdown_extensions: - attr_list - def_list + - admonition