Skip to content

Commit 6803f66

Browse files
committed
chore: add cspell config and update intersphinx mappings
- Added new cspell configuration file with project-specific word list - Extended intersphinx mappings in mkdocs template for better documentation links
1 parent 2664b8d commit 6803f66

3 files changed

Lines changed: 69 additions & 65 deletions

File tree

.config/cspell.config.yaml

Lines changed: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,66 @@
1+
# yaml-language-server: $schema=https://raw.githubusercontent.com/streetsidesoftware/cspell/main/cspell.schema.json
2+
# This file is @generated by <https://github.com/liblaf/cspell-init>.
3+
# DO NOT EDIT!
4+
allowCompoundWords: true
5+
caseSensitive: false
6+
enableGlobDot: true
7+
ignorePaths:
8+
- .cspell.*
9+
- .git/
10+
- "*-lock.*"
11+
- "*.lock"
12+
- cspell.*
13+
- go.sum
14+
ignoreRandomStrings: true
15+
useGitignore: true
16+
words:
17+
- arithmatex
18+
- cuda
19+
- cython
20+
- direnv
21+
- dmypy
22+
- elif
23+
- envops
24+
- fieldz
25+
- getattr
26+
- hynek
27+
- inlinehilite
28+
- ipynb
29+
- ipython
30+
- libc
31+
- liblaf
32+
- mathjax
33+
- mkdocs
34+
- mkdocstrings
35+
- mypy
36+
- numprocesses
37+
- numpy
38+
- pipenv
39+
- pixi
40+
- pybuilder
41+
- pycache
42+
- pydantic
43+
- pydocstyle
44+
- pyenv
45+
- pyflow
46+
- pylint
47+
- pymdownx
48+
- pypa
49+
- pypackages
50+
- pypi
51+
- pyplot
52+
- pyproject
53+
- pyrightconfig
54+
- pytest
55+
- pytype
56+
- pyvenv
57+
- pyvista
58+
- scrapy
59+
- sdist
60+
- strftime
61+
- tombi
62+
- trimesh
63+
- unshallow
64+
- venv
65+
- virtualenv
66+
- xdist

.cspell.json

Lines changed: 0 additions & 65 deletions
This file was deleted.

template/.config/copier/mkdocs.yaml.jinja

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ plugins:
117117
- https://autoregistry.readthedocs.io/en/stable/objects.inv
118118
- https://beartype.github.io/plum/objects.inv
119119
- https://beartype.readthedocs.io/en/stable/objects.inv
120+
- https://cappa.readthedocs.io/en/stable/objects.inv
120121
- https://cherries.readthedocs.io/en/stable/objects.inv
121122
- https://chex.readthedocs.io/en/stable/objects.inv
122123
- https://cyclopts.readthedocs.io/en/stable/objects.inv
@@ -137,6 +138,7 @@ plugins:
137138
- https://grantjenks.com/docs/sortedcollections/objects.inv
138139
- https://grantjenks.com/docs/sortedcontainers/objects.inv
139140
- https://ipctk.xyz/objects.inv
141+
- https://jaxopt.github.io/stable/objects.inv
140142
- https://jcristharif.com/msgspec/objects.inv
141143
- https://jinja.palletsprojects.com/en/stable/objects.inv
142144
- https://joblib.readthedocs.io/en/stable/objects.inv
@@ -152,6 +154,7 @@ plugins:
152154
- https://pydicom.github.io/pydicom/stable/objects.inv
153155
- https://pymeshfix.pyvista.org/objects.inv
154156
- https://pytorch3d.readthedocs.io/en/latest/objects.inv
157+
- https://questionary.readthedocs.io/en/stable/objects.inv
155158
- https://rich.readthedocs.io/en/stable/objects.inv
156159
- https://toolz.readthedocs.io/en/stable/objects.inv
157160
- https://trimesh.org/objects.inv

0 commit comments

Comments
 (0)