Skip to content

Commit dbc30b7

Browse files
authored
Docs: add basic manual before first release (#18)
2 parents f2fd573 + 5ab694c commit dbc30b7

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ Helper plugin for developers to browse, preview and get the embedded icons in QG
1010

1111
This plugin is a companion of the website [PyQGIS Icons Cheatsheet](https://pyqgis-icons-cheatsheet.geotribu.fr/) made and published by [Julien Moura](https://github.com/guts/) on [Geotribu](http://geotribu.fr/).
1212

13+
[demo_qgis_plugin_resource_browser.webm](https://user-images.githubusercontent.com/1596222/232868878-1134695b-5dd8-405e-96af-00a2856d4535.webm)
14+
1315
Interested? Go [read the documentation](https://guts.github.io/qgis-plugin-resource-browser/).
1416

1517
----

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878

7979
html_favicon = str(__about__.__icon_path__)
8080
html_logo = str(__about__.__icon_path__)
81-
html_static_path = ["static/include_additional"]
81+
# html_static_path = ["static/include_additional"]
8282
html_theme = "sphinx_rtd_theme"
8383
html_theme_options = {
8484
"display_version": True,

docs/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ caption: Usage
1616
maxdepth: 1
1717
---
1818
Installation <usage/installation>
19+
PyQGIS Icons Cheatsheet <https://pyqgis-icons-cheatsheet.geotribu.fr/>
1920
```
2021

2122
```{toctree}

0 commit comments

Comments
 (0)