From a3bc2289e683716205aaa1b711339821ebde2056 Mon Sep 17 00:00:00 2001 From: Ricardo Garcia Silva Date: Thu, 20 Jan 2022 16:48:49 +0000 Subject: [PATCH] Update docs (#221) --- CHANGELOG.md | 1 + docs/index.md | 32 +++++++++++++++++++++----------- mkdocs.yml | 1 + 3 files changed, 23 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ee3d3490..1f454dc1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] - Improve compatibility with Python 3.7 when exporting SLD for raster layers +- Fix network access manager not using correct timeout for layer uploads ## [0.9.2] - 2022-01-18 diff --git a/docs/index.md b/docs/index.md index 0f243b79..85fc7414 100644 --- a/docs/index.md +++ b/docs/index.md @@ -25,21 +25,31 @@ This is a QGIS plugin to allow working with and managing GeoNode resources in QG ## Installation -Development for this plugin is still in early stages. Therefore it is not available in -the main QGIS plugin repository. However, you may still install it comfortably from -inside your QGIS installation, by configuring our custom repository.It is available -at: - - - -1. Add this custom repository inside QGIS Plugin Manager -1. Refresh the list of available plugins -1. Search for a plugin named **QGIS GeoNode** -1. Install it! +This plugin is available for installation via the main QGIS plugin repository. Inside QGIS, +navigate to _Plugins -> Manage and Install Plugins..._, then search for `QGIS GeoNode` and install it !!! note Be sure to have the _Show also experimental plugins_ checkbox checked, the QGIS Plugin Manager _Settings_ section. +!!! warning + It may be necessary to **restart QGIS** after installing the plugin, since QGIS does not currently allow Python + plugins to reload data providers dynamically + +??? info "Extra - Installing from our custom plugin repo" + In addition to installing from the official QGIS plugin repository. + This plugin is also available for install from our own custom plugin repo. This may ocasionally have a newer version + than the one present in the official QGIS repo (the reason being that the QGIS repo is manually curated and it + usually takes a while before a new version is approved by its maintainers) + + It is available at: + + + + 1. Add this custom repository inside QGIS Plugin Manager + 1. Refresh the list of available plugins + 1. Search for a plugin named **QGIS GeoNode** + 1. Install it! + Check the [Development](development.md) section for a more developer oriented installation procedure diff --git a/mkdocs.yml b/mkdocs.yml index b378eaf4..decf1e8e 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -29,6 +29,7 @@ markdown_extensions: permalink: true - pymdownx.snippets: base_path: . + - pymdownx.details - admonition plugins: