Skip to content

Commit e5d9802

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

File tree

6 files changed

+13
-6
lines changed

6 files changed

+13
-6
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": "85a88c92c5628c13932721a53f87c1c0c2425663",
2+
"_commit": "14335e093db7fc8cc3cb71eee62a8c36b46425fe",
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": "85a88c92c5628c13932721a53f87c1c0c2425663",
3+
"commit": "14335e093db7fc8cc3cb71eee62a8c36b46425fe",
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": "85a88c92c5628c13932721a53f87c1c0c2425663"
21+
"_commit": "14335e093db7fc8cc3cb71eee62a8c36b46425fe"
2222
}
2323
},
2424
"directory": null

.readthedocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ build:
88
python:
99
install:
1010
- requirements: docs/requirements.txt
11+
- path: .
1112

1213
sphinx:
1314
configuration: docs/conf.py

CONTRIBUTING.md

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

33
Thank you for considering contributing to the `cookiecutter-robust-python` template! We welcome contributions that help improve the template, keep its tooling current, and enhance its documentation.
44

5-
By participating in this project, you are expected to uphold our [Code of Conduct](CODE_OF_CONDUCT.md).
5+
By participating in this project, you are expected to uphold our [Code of Conduct].
66

77
## How to Contribute
88

@@ -38,3 +38,7 @@ If your contribution involves updating a major tool version or suggesting a diff
3838
For questions or discussion about contributions, open an issue or a discussion on the [GitHub repository](https://github.com/56kyle/cookiecutter-robust-python).
3939

4040
---
41+
42+
<!-- github-only -->
43+
44+
[code of conduct]: CODE_OF_CONDUCT.md

docs/codeofconduct.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# Code of Conduct
2-
31
```{include} ../CODE_OF_CONDUCT.md
42
53
```

docs/contributing.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Contributing
22

33
```{include} ../CONTRIBUTING.md
4+
---
5+
start-after: # Contributing to robust_python_demo
6+
end-before: <!-- github-only -->
7+
---
48
59
```
610

0 commit comments

Comments
 (0)