blob: 9051fbd802e957849ab46ef047891b2a5219b9b6 [file] [log] [blame]
Joey Armstrong342430f2024-04-10 10:36:34 -04001LINT: Spelling exclusions
2=========================
3
4Correct spelling problems within docs whenever possible but on occasions
5when commands or error message strings are in the dictionary exclusions
6can be added
7
8.. code:: bash
9
10 % make spelling
11
12Spelling exclusion for a special string
13---------------------------------------
14
15- Ignore this `` :spelling:ignore:`bogus-word` ``
16- Quoting: ``item``
17
18Spelling exclusions by list
19---------------------------
20
21Exclude `foo, bar & tans` within a single document.
22.. code:: bash
23
24 `` .. spelling:: ``
25 foo
26 bar
27 tans
28
29.. seealso::
30
31 [managing-lists-of-correctly-spelled-words-and-ignoring-words](https://sphinxcontrib-spelling.readthedocs.io/en/latest/customize.html#managing-lists-of-correctly-spelled-words-and-ignoring-words)