Skip to content

Commit c5f1cd4

Browse files
committed
refactor: replace all instances of 56kyle/cookiecutter-robust-python with robust-python/cookiecutter-robust-python
1 parent 00c2a68 commit c5f1cd4

File tree

9 files changed

+19
-19
lines changed

9 files changed

+19
-19
lines changed

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
blank_issues_enabled: true
22
contact_links:
33
- name: ❓ Questions & Support
4-
url: https://github.com/56kyle/cookiecutter-robust-python/discussions
4+
url: https://github.com/robust-python/cookiecutter-robust-python/discussions
55
about: Ask questions and get help using cookiecutter-robust-python
66
- name: 💬 General Discussion
7-
url: https://github.com/56kyle/cookiecutter-robust-python/discussions
7+
url: https://github.com/robust-python/cookiecutter-robust-python/discussions
88
about: Discuss ideas, best practices, and share your projects

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ By participating in this project, you are expected to uphold our [Code of Conduc
88

99
There are several ways to contribute:
1010

11-
1. **Reporting Bugs:** If you find an issue with the template itself (e.g., it doesn't generate correctly, the generated project's workflow doesn't work on a specific OS, a tool is misconfigured), please open an issue on the [issue tracker](https://github.com/56kyle/cookiecutter-robust-python/issues). Provide clear steps to reproduce the bug.
12-
2. **Suggesting Enhancements:** Have an idea for a new feature, a different tool choice you think is better, or an improvement to the template structure or documentation? Open an issue on the [issue tracker](https://github.com/56kyle/cookiecutter-robust-python/issues) to discuss your suggestion. Clearly articulate the proposed change and the rationale behind it, ideally referencing the template's philosophy and criteria ([Template Philosophy](https://56kyle.github.io/cookiecutter-robust-python/philosophy.html), [Criteria for Tool Selection](https://56kyle.github.io/cookiecutter-robust-python/criteria.html)).
11+
1. **Reporting Bugs:** If you find an issue with the template itself (e.g., it doesn't generate correctly, the generated project's workflow doesn't work on a specific OS, a tool is misconfigured), please open an issue on the [issue tracker](https://github.com/robust-python/cookiecutter-robust-python/issues). Provide clear steps to reproduce the bug.
12+
2. **Suggesting Enhancements:** Have an idea for a new feature, a different tool choice you think is better, or an improvement to the template structure or documentation? Open an issue on the [issue tracker](https://github.com/robust-python/cookiecutter-robust-python/issues) to discuss your suggestion. Clearly articulate the proposed change and the rationale behind it, ideally referencing the template's philosophy and criteria ([Template Philosophy](https://56kyle.github.io/cookiecutter-robust-python/philosophy.html), [Criteria for Tool Selection](https://56kyle.github.io/cookiecutter-robust-python/criteria.html)).
1313
3. **Submitting Code Contributions:** Ready to contribute code (e.g., fix a bug, implement a suggested enhancement, update a tool version)? Please fork the repository and submit a Pull Request.
1414

1515
## Setting Up Your Development Environment
@@ -35,6 +35,6 @@ If your contribution involves updating a major tool version or suggesting a diff
3535

3636
## Communication
3737

38-
For questions or discussion about contributions, open an issue or a discussion on the [GitHub repository](https://github.com/56kyle/cookiecutter-robust-python).
38+
For questions or discussion about contributions, open an issue or a discussion on the [GitHub repository](https://github.com/robust-python/cookiecutter-robust-python).
3939

4040
---

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ A Python project template robust enough to follow up [cookiecutter-hypermodern-p
44

55
---
66

7-
**[📚 View Documentation](https://cookiecutter-robust-python.readthedocs.io/)** | **[🐛 Report a Bug](https://github.com/56kyle/cookiecutter-robust-python/issues)** | **[✨ Request a Feature](https://github.com/56kyle/cookiecutter-robust-python/issues)**
7+
**[📚 View Documentation](https://cookiecutter-robust-python.readthedocs.io/)** | **[🐛 Report a Bug](https://github.com/robust-python/cookiecutter-robust-python/issues)** | **[✨ Request a Feature](https://github.com/robust-python/cookiecutter-robust-python/issues)**
88

99
---
1010

@@ -17,14 +17,14 @@ The only requirement is [uv].
1717
Navigate to where you want to create your project and run:
1818

1919
```bash
20-
uvx cruft create https://github.com/56kyle/cookiecutter-robust-python.git
20+
uvx cruft create https://github.com/robust-python/cookiecutter-robust-python.git
2121
```
2222

2323
This will prompt you for a few inputs to customize your project:
2424
```
2525
[1/15] project_name (robust-python): my-awesome-project
26-
[2/15] package_name (my_awesome_project):
27-
[3/15] friendly_name (My Awesome Project):
26+
[2/15] package_name (my_awesome_project):
27+
[3/15] friendly_name (My Awesome Project):
2828
...
2929
```
3030

@@ -182,7 +182,7 @@ of trusted individuals to ensure the project is taken care of.
182182
[bitbucket-pipelines]: https://support.atlassian.com/bitbucket-cloud/docs/write-a-pipe-for-bitbucket-pipelines/
183183
[cookiecutter]: https://cookiecutter.readthedocs.io/en/stable/
184184
[cookiecutter-hypermodern-python]: https://github.com/cjolowicz/cookiecutter-hypermodern-python
185-
[cookiecutter-robust-python]: https://github.com/56kyle/cookiecutter-robust-python
185+
[cookiecutter-robust-python]: https://github.com/robust-python/cookiecutter-robust-python
186186
[cruft]: https://cruft.github.io/cruft/
187187
[github]: https://github.com
188188
[github-actions]: https://docs.github.com/en/actions
@@ -193,11 +193,11 @@ of trusted individuals to ensure the project is taken care of.
193193
[monorepos]: https://en.wikipedia.org/wiki/Monorepo
194194
[my personal fork]: https://github.com/56kyle/cookiecutter-hypermodern-python
195195
[nox]: https://nox.thea.codes/
196-
[noxfile]: https://github.com/56kyle/cookiecutter-robust-python/blob/main/%7B%7Bcookiecutter.project_name%7D%7D/noxfile.py
196+
[noxfile]: https://github.com/robust-python/cookiecutter-robust-python/blob/main/%7B%7Bcookiecutter.project_name%7D%7D/noxfile.py
197197
[poetry]: https://python-poetry.org/docs/
198198
[polars]: https://github.com/pola-rs/polars
199199
[python]: https://www.python.org/
200-
[robust python cookiecutter]: https://github.com/56kyle/cookiecutter-robust-python
200+
[robust python cookiecutter]: https://github.com/robust-python/cookiecutter-robust-python
201201
[ruff]: https://docs.astral.sh/ruff/
202202
[rust]: https://www.rust-lang.org/learn
203203
[rye]: https://rye.astral.sh/

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,12 +132,12 @@
132132
"footer_icons": [
133133
{
134134
"name": "GitHub",
135-
"url": "https://github.com/56kyle/cookiecutter-robust-python",
135+
"url": "https://github.com/robust-python/cookiecutter-robust-python",
136136
"html": "<svg stroke='currentColor' fill='currentColor' stroke-width='0' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.22.82.69 1.19 1.81.85 2.23.65.07-.51.28-.85.54-1.04-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38C13.71 14.53 16 11.53 16 8c0-4.42-3.58-8-8-8z'></path></svg>",
137137
"aria-label": "GitHub",
138138
},
139139
],
140-
"source_repository": "https://github.com/56kyle/cookiecutter-robust-python/",
140+
"source_repository": "https://github.com/robust-python/cookiecutter-robust-python/",
141141
"source_branch": "main",
142142
"source_directory": "docs/",
143143
}

docs/getting-started-template-contributing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ To contribute to the template, you will need:
1717
1. **Clone the Template Repository:**
1818

1919
```bash
20-
git clone https://github.com/56kyle/cookiecutter-robust-python.git
20+
git clone https://github.com/robust-python/cookiecutter-robust-python.git
2121
cd cookiecutter-robust-python
2222
```
2323

docs/maintenance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The template's `pyproject.toml` file at the **template repository root** lists t
1515
To set up your environment for working _on the template_, clone the repository and install its dependencies:
1616

1717
```bash
18-
git clone https://github.com/56kyle/cookiecutter-robust-python.git # **UPDATE WITH TEMPLATE REPO URL**
18+
git clone https://github.com/robust-python/cookiecutter-robust-python.git # **UPDATE WITH TEMPLATE REPO URL**
1919
cd cookiecutter-robust-python
2020
uv sync # This installs deps from the template's pyproject.toml into a .venv for template dev
2121
```

docs/quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ cd ~/path/to/my/repos
2626
Generate your project from the template:
2727

2828
```bash
29-
uvx cruft create https://github.com/56kyle/cookiecutter-robust-python.git
29+
uvx cruft create https://github.com/robust-python/cookiecutter-robust-python.git
3030
```
3131

3232
Follow the prompts to customize your project.

{{cookiecutter.project_name}}/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,4 +210,4 @@ _This project was generated from the [cookiecutter-robust-python][cookiecutter-r
210210
[bandit-documentation]: https://bandit.readthedocs.io/
211211
[conventional-commits]: https://www.conventionalcommits.org/
212212
[pytest-documentation]: https://docs.pytest.org/
213-
[cookiecutter-robust-python]: https://github.com/56kyle/cookiecutter-robust-python
213+
[cookiecutter-robust-python]: https://github.com/robust-python/cookiecutter-robust-python

{{cookiecutter.project_name}}/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,5 +91,5 @@ Distributed under the terms of the **{{ cookiecutter.license }}** license. See [
9191
9292
<!-- Reference Links -->
9393
94-
[cookiecutter-robust-python]: https://github.com/56kyle/cookiecutter-robust-python
94+
[cookiecutter-robust-python]: https://github.com/robust-python/cookiecutter-robust-python
9595
[documentation]: https://{{ cookiecutter.project_name.replace('_', '-') }}.readthedocs.io/

0 commit comments

Comments
 (0)