-
Notifications
You must be signed in to change notification settings - Fork 40
/
.vale.ini
50 lines (38 loc) · 1.52 KB
/
.vale.ini
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
StylesPath = docs/styles
MinAlertLevel = warning
Vocab = Manopt
Packages = Google
[formats]
# code blocks with Julia in Markdown do not yet work well
qmd = md
[docs/src/*.md]
BasedOnStyles = Vale, Google
[docs/src/contributing.md]
BasedOnStyles =
[Changelog.md, CONTRIBUTING.md]
BasedOnStyles = Vale, Google
Google.Will = false ; given format and really with intend a _will_
Google.Headings = false ; some might jeally ahabe [] in their headers
Google.FirstPerson = false ; we pose a few contribution points as first-person questions
[src/*.md] ; actually .jl
BasedOnStyles = Vale, Google
[test/*.md] ; actually .jl
BasedOnStyles = Vale, Google
[docs/src/changelog.md]
; ignore since it is derived
BasedOnStyles =
[src/plans/debug.md]
Google.Units = false ;w to ignore formats= for now.
Google.Ellipses = false ; since vale gets confused by the DebugFactory Docstring (line 1066)
TokenIgnores = \$(.+)\$,\[.+?\]\(@(ref|id|cite).+?\),`.+`,``.*``,\s{4}.+\n
[test/plans/test_debug.md] #repeat previous until I find out how to combine them
Google.Units = false #wto ignore formats= for now.
TokenIgnores = \$(.+)\$,\[.+?\]\(@(ref|id|cite).+?\),`.+`,``.*``,\s{4}.+\n
[tutorials/*.md] ; actually .qmd for the first, second autogenerated
BasedOnStyles = Vale, Google
; ignore (1) math (2) ref and cite keys (3) code in docs (4) math in docs (5,6) indented blocks
TokenIgnores = (\$+[^\n$]+\$+)
Google.We = false # For tutorials we want to address the user directly.
[docs/src/tutorials/*.md]
; ignore since they are derived files
BasedOnStyles =