-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
102 lines (91 loc) · 2.72 KB
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
site_name: Formation PyQGIS
site_author: 3Liz
site_description: Formation PyQGIS
site_url: https://docs.3liz.org/formation-pyqgis/
repo_url: https://github.com/3liz/formation-pyqgis/
copyright: '<span class="copyleft">©</span> 3Liz'
docs_dir: docs
site_dir: build
nav:
- docs.3liz.org: '../'
- Accueil: index.md
- Présentation:
- Python dans QGIS: python-qgis.md
- Documentation: documentation.md
- Mémo Python: memo-python.md
- Premier pas:
- Console: console.md
- Fonctions & Scripts: fonctions-scripts.md
- Sélection & Parcours: selection-parcours-entites.md
- Utilisation simple:
- Action: action.md
- Formulaire: formulaire.md
- Expression: expression.md
- Utilisation avancé:
- Script Processing: script-processing.md
- Extension Générique: extension-generique.md
- Extension Graphique: extension-graphique.md
- Extension Processing: extension-processing.md
- Application standalone: standalone.md
- Sujet PyGIS thématique:
- PostGIS: postgis.md
- Outils annexes:
- Déploiement d'une extension: extension-deploiement.md
- IDE & Git: ide-git.md
plugins:
- search
# - git-revision-date-localized
markdown_extensions:
- toc:
permalink: "#"
- meta:
- pymdownx.highlight:
linenums: true
linenums_style: pymdownx.inline
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_div_format
- pymdownx.tabbed:
- pymdownx.magiclink:
- pymdownx.tasklist:
- pymdownx.snippets:
- pymdownx.keys:
- attr_list:
- admonition:
- pymdownx.details:
extra_javascript:
- https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.1.1/highlight.min.js
- https://unpkg.com/mermaid@8.6.4/dist/mermaid.min.js
extra_css:
- https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.1.1/styles/default.min.css
theme:
name: material
font: false
icon:
repo: fontawesome/brands/github-alt
language: 'fr'
logo: media/logo-qgis.png
favicon: media/logo-qgis.png
palette:
accent: deep-orange
primary: green
scheme: default
features:
- navigation.tabs
- navigation.tabs.sticky
- navigation.top
- content.code.copy
extra:
social:
- icon: fontawesome/brands/twitter
link: https://twitter.com/3LIZ_news
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/company/3liz
- icon: fontawesome/brands/github
link: https://github.com/3liz/
- icon: fontawesome/brands/docker
link: https://hub.docker.com/u/3liz
- icon: fontawesome/brands/youtube
link: https://www.youtube.com/channel/UCYYW2CTWR_84kB6pt2zCWbQ