-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
executable file
·50 lines (50 loc) · 1.53 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
site_name: Census ISTAT
site_url: https://maxdragonheart.github.io/istatcelldata/
repo_url: https://github.com/MaxDragonheart/istatcelldata
repo_name: istatcelldata
site_description: Con ISTAT Cell Data puoi ottenere facilmente il set di dati riferiti ai censimenti ISTAT in cui sono stati rilasciati anche i dati delle celle censuarie.
site_author: Massimiliano Moraca
nav:
- Home: ./index.md
- Documentazione:
- Intro: ./documentation/intro.md
- References:
- Data: ./documentation/data.md
- Download: ./documentation/download.md
- GeoData: ./documentation/geodata.md
- Process: ./documentation/process.md
- Utils: ./documentation/utils.md
- Tutorial: ./tutorial/intro.md
- Licenza: ./LICENSE.md
- Issues: https://github.com/MaxDragonheart/istatcelldata/issues
- Roadmap: https://github.com/MaxDragonheart/istatcelldata/milestones
theme:
name: material
palette:
primary: blue
highlightjs: true
hljs_languages:
- python
include_homepage_in_sidebar: true
locale: it
markdown_extensions:
- abbr
- admonition
- codehilite
plugins:
- search:
lang: it
- mkdocstrings:
handlers:
python:
paths: [.istatcelldata]
options:
show_root_heading: false
show_root_toc_entry: false
docstring_style: google
docstring_section_style: spacy
annotations_path: brief
show_source: false
- mknotebooks:
execute: true
allow_errors: false