Skip to content

Commit bf0cc90

Browse files
committed
🚚 rename doc to docs
1 parent 5ba10ed commit bf0cc90

File tree

4 files changed

+6
-19
lines changed

4 files changed

+6
-19
lines changed

β€Ž.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
"**/generated/*.pyi": true
1515
},
1616
"git.branchProtection": ["main"],
17-
"markdownlint.configFile": "doc/.markdownlint.yaml",
17+
"markdownlint.configFile": "docs/.markdownlint.yaml",
1818
"mypy-type-checker.path": ["uv", "run", "mypy"]
1919
}

β€ŽREADME.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<h1 align="center">
22
<img
3-
src="https://raw.githubusercontent.com/numpy/numtype/main/doc/logo/numtype.svg"
3+
src="https://raw.githubusercontent.com/numpy/numtype/main/docs/img/logo-numtype.svg"
44
width="384"
55
alt="NumType"
66
/>
@@ -9,4 +9,4 @@
99
NumType provides experimental typing stubs for <a href="https://github.com/numpy/numpy">NumPy</a>.
1010

1111
> [!WARNING]
12-
> Under development &mdash; use at your own risk.
12+
> Under development β€” use at your own risk.

β€Ždoc/.markdownlint.yaml renamed to β€Ždocs/.markdownlint.yaml

Lines changed: 3 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -10,21 +10,8 @@ MD031:
1010
MD033:
1111
allowed_elements:
1212
- h1
13-
- p
14-
- br
15-
- a
16-
- i
17-
- code
18-
- sup
19-
- sub
2013
- img
21-
- table
22-
- tr
23-
- th
24-
- td
25-
- dl
26-
- dt
27-
- dd
28-
- details
29-
- summary
14+
- a
15+
- div
16+
MD036: false
3017
MD041: false
File renamed without changes.

0 commit comments

Comments
Β (0)