-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathmkdocs.yml
89 lines (82 loc) · 2.32 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
# Project information
site_name: SCANPLOT
site_author: Carlos Frederico Bastarz
site_description: Site com a documentação e exemplos de uso do SCANPLOT
# Repository
repo_name: GAM-DIMNT-CPTEC/SCANPLOT
repo_url: https://github.com/GAM-DIMNT-CPTEC/SCANPLOT
edit_uri: edit/master/docs/
# Page tree
nav:
- 'Início':
- 'Instalação': instalacao.md
- 'Introdução': introducao.md
- 'Uso':
- 'Leitura dos namelists do SCANTEC': Tutorial_SCANPLOT-leitura_namelists.md
- 'Função get_dataframe': Tutorial_SCANPLOT-get_dataframe.md
- 'Explorando os dataframes': Tutorial_SCANPLOT-explorando_dataframes.md
- 'Funções de plotagem':
- 'Introdução': funcoes_plotagem.md
- 'plot_lines': Tutorial_SCANPLOT-plot_lines.md
- 'plot_scorecard': Tutorial_SCANPLOT-plot_scorecard.md
- 'plot_dTaylor': Tutorial_SCANPLOT-plot_dtaylor.md
- 'plot_lines_tStudent': Tutorial_SCANPLOT-plot_lines_tstudent.md
- 'Interface gráfica': interface.md
#Configuration
theme:
name: material
language: pt-BR
features:
- content.tabs.link
# - navigation.instant
# - navigation.tracking
# - navigation.tabs
- navigation.tabs.sticky
# - navigation.sections
# - navigation.top
# name: readthedocs
# palette:
# scheme: slate
extra:
social:
- icon: fontawesome/brands/youtube
link: https://www.youtube.com/channel/UCYtOSAm2NlYArmPwUkg1kUw
- icon: fontawesome/brands/github
link: https://github.com/GAM-DIMNT-CPTEC
- icon: fontawesome/solid/paper-plane
link: mailto:[email protected]
# Extensions
markdown_extensions:
- footnotes
- tables
- admonition
- abbr
- pymdownx.snippets
- pymdownx.details
- pymdownx.critic
- pymdownx.caret
- pymdownx.keys
- pymdownx.mark
- pymdownx.tilde
- md_in_html
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- pymdownx.arithmatex:
generic: true
- attr_list
# - pymdownx.emoji:
# emoji_index: !!python/name:materialx.emoji.twemoji
# emoji_generator: !!python/name:materialx.emoji.to_svg
extra_javascript:
- javascripts/mathjax.js
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
# Plugins
plugins:
- mkdocs-video
- search
# - with-pdf
# - mkdocs-jupyter
# - mkdocs-jupyter:
# theme: dark