-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
87 lines (81 loc) · 2.03 KB
/
Copy pathmkdocs.yml
File metadata and controls
87 lines (81 loc) · 2.03 KB
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
site_name: gerberdiff
site_description: >-
Diff tool for Gerber/Excellon PCB files: visual raster overlays and
attributed vector-geometry change analysis.
site_url: https://heibench.com/gerberdiff/
repo_url: https://github.com/heibench/gerberdiff
repo_name: heibench/gerberdiff
edit_uri: edit/main/docs/
theme:
name: material
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: teal
accent: deep orange
toggle:
icon: material/brightness-7
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: teal
accent: deep orange
toggle:
icon: material/brightness-4
name: Switch to light mode
features:
- navigation.sections
- navigation.top
- navigation.footer
- content.code.copy
- content.action.edit
- search.suggest
- search.highlight
icon:
repo: fontawesome/brands/github
nav:
- Home: index.md
- Guide:
- CLI reference: cli.md
- Python API: api.md
- JSON report schemas: schema.md
- Internals:
- Architecture: architecture.md
- Geometry diff engine: geometry-diff.md
- API reference:
- Package: reference/package.md
- Geometry types: reference/geometry.md
- Project:
- Changelog: changelog.md
- Contributing: contributing.md
markdown_extensions:
- admonition
- attr_list
- pymdownx.arithmatex:
generic: true
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets:
base_path: ["."]
check_paths: true
- pymdownx.superfences
- tables
- toc:
permalink: true
extra_javascript:
- javascripts/mathjax.js
- https://unpkg.com/mathjax@3/es5/tex-mml-chtml.js
plugins:
- search
- mkdocstrings:
handlers:
python:
options:
docstring_style: numpy
show_source: false
members_order: source
separate_signature: true
show_signature_annotations: true
watch:
- gerberdiff