Skip to content

Commit 62cc560

Browse files
authored
MAINT: tidy repo root (#935)
1 parent 484c7dd commit 62cc560

64 files changed

Lines changed: 89 additions & 84 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.all-contributorsrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"repoHost": "https://github.com",
66
"files": [
77
"README.md",
8-
"CONTRIBUTORS.md"
8+
"docs/CONTRIBUTORS.md"
99
],
1010
"imageSize": 100,
1111
"commitType": "docs",
File renamed without changes.

.gitattributes

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,8 @@
66

77
.github/* export-ignore
88
.git* export-ignore
9-
codecov.yml export-ignore
9+
.codecov.yml export-ignore
1010
pixi.lock export-ignore
11-
RELEASING.md export-ignore
12-
renovate.json export-ignore
1311

1412
# GitHub syntax highlighting
1513
pixi.lock linguist-language=YAML linguist-generated=true
File renamed without changes.

.github/workflows/docs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
3838
with:
3939
name: docs-build
40-
path: docs/build/
40+
path: docs/sphinx/build/
4141

4242
docs-deploy:
4343
name: Deploy
@@ -60,10 +60,10 @@ jobs:
6060
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
6161
with:
6262
name: docs-build
63-
path: docs/build/
63+
path: docs/sphinx/build/
6464

6565
- name: Deploy
6666
uses: JamesIves/github-pages-deploy-action@d92aa235d04922e8f08b40ce78cc5442fcfbfa2f # v4.8.0
6767
with:
68-
folder: docs/build/
68+
folder: docs/sphinx/build/
6969
ssh-key: ${{ secrets.DEPLOY_KEY }}

.gitignore

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ instance/
6969
.scrapy
7070

7171
# Sphinx documentation
72-
docs/_build/
73-
docs/generated/
72+
docs/sphinx/_build/
73+
docs/sphinx/generated/
7474

7575
# PyBuilder
7676
.pybuilder/
@@ -163,9 +163,9 @@ Thumbs.db
163163
.pixi
164164
*.egg-info
165165

166-
# Vendor tests
167-
vendor_tests/array_api_compat/
168-
vendor_tests/array_api_extra/
166+
# Vendoring tests
167+
tests/vendoring/array_api_compat/
168+
tests/vendoring/array_api_extra/
169169

170170
# all-contributors
171171
node_modules
File renamed without changes.

0 commit comments

Comments
 (0)