-
Notifications
You must be signed in to change notification settings - Fork 8
/
mkdocs.yaml
94 lines (86 loc) · 2.18 KB
/
mkdocs.yaml
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
site_name: Documentation
site_description: |
The documentation of the FAIRmat-NeXus definitions & pynxtools
site_author: The NOMAD authors
repo_url: https://github.com/FAIRmat-NFDI/pynxtools
edit_uri: ""
nav:
- Home: index.md
- Tutorials:
- tutorial/converting-data-to-nexus.md
- tutorial/nexus-to-nomad.md
- How-tos:
- how-tos/writing-an-appdef.md
- how-tos/using-multiple-appdefs.md
- how-tos/transformations.md
- how-tos/build-a-plugin.md
- how-tos/use-multi-format-reader.md
- how-tos/using-pynxtools-test-framework.md
- how-tos/create-nexus-files-by-python.md
- how-tos/validate-nexus-file.md
- Learn:
- NeXus:
- learn/nexus-primer.md
- learn/nexus-rules.md
- learn/multiple-appdefs.md
- pynxtools:
- learn/dataconverter-and-readers.md
- learn/nexus-validation.md
- learn/multi-format-reader.md
- Reference:
- reference/definitions.md
- reference/cli-api.md
- reference/built-in-readers.md
- reference/plugins.md
plugins:
- search
- macros:
module_name: src/pynxtools/mkdocs
theme:
name: material
palette:
primary: '#2A4CDF'
accent: '#008A67'
font:
text: 'Titillium Web'
logo: assets/nomad-logo.png
favicon: assets/favicon.png
features:
- navigation.instant
- content.code.copy
- content.code.annotate
- search.suggest
custom_dir: docs/theme
markdown_extensions:
- markdown_include.include:
base_path: docs
- attr_list
- md_in_html
- admonition
- pymdownx.details
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- toc:
permalink: True
- pymdownx.arithmatex:
generic: true
- pymdownx.emoji
- mkdocs-click
- pymdownx.extra
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
extra:
generator: false
homepage: https://nomad-lab.eu
use_directory_urls: false
extra_css:
- stylesheets/extra.css
extra_javascript:
- javascript.js
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js