forked from fieldtrip/website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.pyspelling.yml
46 lines (45 loc) · 936 Bytes
/
.pyspelling.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
spellchecker: aspell
matrix:
- name: Markdown
pipeline:
- pyspelling.filters.url:
- pyspelling.filters.markdown:
markdown_extensions:
- pymdownx.superfences:
- pyspelling.filters.html:
comments: false
attributes:
- title
- alt
ignores:
- code
- pre
- tt
default_encoding: utf-8
aspell:
lang: en
d: en_US
dictionary:
wordlists:
- assets/wordlist-ignore.txt
output: assets/wordlist-ignore.dic
encoding: utf-8
sources:
- './*.md|!./configuration.md'
- ./_includes/**/*.md
- ./_layouts/**/*.md
- ./_posts/**/*.md
- ./_scripts/**/*.md
- ./assets/**/*.md
- ./build/**/*.md
- ./dataformat/**/*.md
- ./development/**/*.md
- ./error/**/*.md
- ./example/**/*.md
- ./faq/**/*.md
- ./getting_started/**/*.md
- ./reference/**/*.md
- ./template/**/*.md
- ./tutorial/**/*.md
- ./video/**/*.md
- ./workshop/**/*.md