Skip to content

Commit

Permalink
Update docs (GeoNode#221)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ricardo Garcia Silva authored Jan 20, 2022
1 parent 2f6bf52 commit a3bc228
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 11 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
32 changes: 21 additions & 11 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

<https://kartoza.github.io/qgis_geonode/repo/plugins.xml>

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:

<https://kartoza.github.io/qgis_geonode/repo/plugins.xml>

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

Expand Down
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ markdown_extensions:
permalink: true
- pymdownx.snippets:
base_path: .
- pymdownx.details
- admonition

plugins:
Expand Down

0 comments on commit a3bc228

Please sign in to comment.