Skip to content

Commit efcb132

Browse files
committed
chore: update demo to the latest cookiecutter-robust-python
1 parent 1fd7d8e commit efcb132

File tree

5 files changed

+6
-7
lines changed

5 files changed

+6
-7
lines changed

.cookiecutter.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"_commit": "14335e093db7fc8cc3cb71eee62a8c36b46425fe",
2+
"_commit": "410906d2e116f1c177c9c873bb79d2809df08c75",
33
"_template": "C:\\Users\\56kyl\\source\\repos\\cookiecutter-robust-python",
44
"add_rust_extension": false,
55
"author": "Kyle Oliver",

.cruft.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"template": "C:\\Users\\56kyl\\source\\repos\\cookiecutter-robust-python",
3-
"commit": "14335e093db7fc8cc3cb71eee62a8c36b46425fe",
3+
"commit": "410906d2e116f1c177c9c873bb79d2809df08c75",
44
"checkout": null,
55
"context": {
66
"cookiecutter": {
@@ -18,7 +18,7 @@
1818
"license": "MIT",
1919
"development_status": "Development Status :: 1 - Planning",
2020
"_template": "C:\\Users\\56kyl\\source\\repos\\cookiecutter-robust-python",
21-
"_commit": "14335e093db7fc8cc3cb71eee62a8c36b46425fe"
21+
"_commit": "410906d2e116f1c177c9c873bb79d2809df08c75"
2222
}
2323
},
2424
"directory": null

docs/codeofconduct.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
```{include} ../CODE_OF_CONDUCT.md
2+
:start-after: Contributor Covenant Code of Conduct
23
34
```

docs/contributing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
```{include} ../CONTRIBUTING.md
44
---
5-
start-after: # Contributing to robust_python_demo
5+
start-after: # Contributing to robust-python-demo
66
end-before: <!-- github-only -->
77
---
88

docs/index.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
```{include} ../README.md
2-
---
3-
end-before: <!-- github-only -->
4-
---
2+
53
```
64

75
[license]: license

0 commit comments

Comments
 (0)