Skip to content

Commit c4cbb22

Browse files
authored
docs: Add cruft config and update authors (#3896)
1 parent 9b77d6e commit c4cbb22

File tree

4 files changed

+51
-3
lines changed

4 files changed

+51
-3
lines changed

.cruft.json

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
{
2+
"template": "https://github.com/scverse/cookiecutter-scverse",
3+
"commit": "d383d94fadff9e4e6fdb59d77c68cb900d7cedec",
4+
"checkout": "v0.6.0",
5+
"context": {
6+
"cookiecutter": {
7+
"project_name": "scanpy",
8+
"package_name": "scanpy",
9+
"project_description": "Single-Cell Analysis in Python.",
10+
"author_full_name": "Philipp Angerer",
11+
"author_email": "[email protected]",
12+
"github_user": "scverse",
13+
"github_repo": "scanpy",
14+
"license": "BSD 3-Clause License",
15+
"ide_integration": true,
16+
"_copy_without_render": [
17+
".github/workflows/build.yaml",
18+
".github/workflows/test.yaml",
19+
"docs/_templates/autosummary/**.rst"
20+
],
21+
"_exclude_on_template_update": [
22+
"CHANGELOG.md",
23+
"LICENSE",
24+
"README.md",
25+
"docs/api.md",
26+
"docs/index.md",
27+
"docs/notebooks/example.ipynb",
28+
"docs/references.bib",
29+
"docs/references.md",
30+
"src/**",
31+
"tests/**"
32+
],
33+
"_render_devdocs": false,
34+
"_jinja2_env_vars": {
35+
"lstrip_blocks": true,
36+
"trim_blocks": true
37+
},
38+
"_template": "https://github.com/scverse/cookiecutter-scverse",
39+
"_commit": "d383d94fadff9e4e6fdb59d77c68cb900d7cedec"
40+
}
41+
},
42+
"directory": null
43+
}

docs/release-notes/3896.docs.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Add cruft config & update authors {smaller}`zethson`

notebooks

pyproject.toml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,21 @@ authors = [
1414
{ name = "Isaac Virshup" },
1515
{ name = "Sergei Rybakov" },
1616
{ name = "Gokcen Eraslan" },
17+
{ name = "Ilan Gold" },
1718
{ name = "Tom White" },
1819
{ name = "Malte Luecken" },
1920
{ name = "Davide Cittaro" },
2021
{ name = "Tobias Callies" },
2122
{ name = "Marius Lange" },
2223
{ name = "Andrés R. Muñoz-Rojas" },
24+
{ name = "Giovanni Palla" },
25+
{ name = "Adam Gayoso" },
26+
{ name = "Lukas Heumos" },
2327
]
2428
maintainers = [
25-
{ name = "Philipp Angerer", email = "phil.angerer@gmail.com" },
29+
{ name = "Philipp Angerer", email = "phil.angerer@helmholtz-munich.de" },
2630
{ name = "Ilan Gold", email = "[email protected]" },
27-
{ name = "Severin Dicks" },
31+
{ name = "Severin Dicks", email = "[email protected]" },
2832
]
2933
readme = "README.md"
3034
classifiers = [

0 commit comments

Comments
 (0)