Skip to content

Commit c261701

Browse files
committed
Changes re: transfer to org
1 parent 947b337 commit c261701

File tree

5 files changed

+34
-34
lines changed

5 files changed

+34
-34
lines changed

README.rst

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -32,40 +32,40 @@ snippet-fmt
3232
:target: https://snippet-fmt.readthedocs.io/en/latest
3333
:alt: Documentation Build Status
3434

35-
.. |docs_check| image:: https://github.com/repo-helper/snippet-fmt/workflows/Docs%20Check/badge.svg
36-
:target: https://github.com/repo-helper/snippet-fmt/actions?query=workflow%3A%22Docs+Check%22
35+
.. |docs_check| image:: https://github.com/python-formate/snippet-fmt/workflows/Docs%20Check/badge.svg
36+
:target: https://github.com/python-formate/snippet-fmt/actions?query=workflow%3A%22Docs+Check%22
3737
:alt: Docs Check Status
3838

39-
.. |actions_linux| image:: https://github.com/repo-helper/snippet-fmt/workflows/Linux/badge.svg
40-
:target: https://github.com/repo-helper/snippet-fmt/actions?query=workflow%3A%22Linux%22
39+
.. |actions_linux| image:: https://github.com/python-formate/snippet-fmt/workflows/Linux/badge.svg
40+
:target: https://github.com/python-formate/snippet-fmt/actions?query=workflow%3A%22Linux%22
4141
:alt: Linux Test Status
4242

43-
.. |actions_windows| image:: https://github.com/repo-helper/snippet-fmt/workflows/Windows/badge.svg
44-
:target: https://github.com/repo-helper/snippet-fmt/actions?query=workflow%3A%22Windows%22
43+
.. |actions_windows| image:: https://github.com/python-formate/snippet-fmt/workflows/Windows/badge.svg
44+
:target: https://github.com/python-formate/snippet-fmt/actions?query=workflow%3A%22Windows%22
4545
:alt: Windows Test Status
4646

47-
.. |actions_macos| image:: https://github.com/repo-helper/snippet-fmt/workflows/macOS/badge.svg
48-
:target: https://github.com/repo-helper/snippet-fmt/actions?query=workflow%3A%22macOS%22
47+
.. |actions_macos| image:: https://github.com/python-formate/snippet-fmt/workflows/macOS/badge.svg
48+
:target: https://github.com/python-formate/snippet-fmt/actions?query=workflow%3A%22macOS%22
4949
:alt: macOS Test Status
5050

51-
.. |actions_flake8| image:: https://github.com/repo-helper/snippet-fmt/workflows/Flake8/badge.svg
52-
:target: https://github.com/repo-helper/snippet-fmt/actions?query=workflow%3A%22Flake8%22
51+
.. |actions_flake8| image:: https://github.com/python-formate/snippet-fmt/workflows/Flake8/badge.svg
52+
:target: https://github.com/python-formate/snippet-fmt/actions?query=workflow%3A%22Flake8%22
5353
:alt: Flake8 Status
5454

55-
.. |actions_mypy| image:: https://github.com/repo-helper/snippet-fmt/workflows/mypy/badge.svg
56-
:target: https://github.com/repo-helper/snippet-fmt/actions?query=workflow%3A%22mypy%22
55+
.. |actions_mypy| image:: https://github.com/python-formate/snippet-fmt/workflows/mypy/badge.svg
56+
:target: https://github.com/python-formate/snippet-fmt/actions?query=workflow%3A%22mypy%22
5757
:alt: mypy status
5858

59-
.. |requires| image:: https://requires.io/github/repo-helper/snippet-fmt/requirements.svg?branch=master
60-
:target: https://requires.io/github/repo-helper/snippet-fmt/requirements/?branch=master
59+
.. |requires| image:: https://requires.io/github/python-formate/snippet-fmt/requirements.svg?branch=master
60+
:target: https://requires.io/github/python-formate/snippet-fmt/requirements/?branch=master
6161
:alt: Requirements Status
6262

63-
.. |coveralls| image:: https://img.shields.io/coveralls/github/repo-helper/snippet-fmt/master?logo=coveralls
64-
:target: https://coveralls.io/github/repo-helper/snippet-fmt?branch=master
63+
.. |coveralls| image:: https://img.shields.io/coveralls/github/python-formate/snippet-fmt/master?logo=coveralls
64+
:target: https://coveralls.io/github/python-formate/snippet-fmt?branch=master
6565
:alt: Coverage
6666

67-
.. |codefactor| image:: https://img.shields.io/codefactor/grade/github/repo-helper/snippet-fmt?logo=codefactor
68-
:target: https://www.codefactor.io/repository/github/repo-helper/snippet-fmt
67+
.. |codefactor| image:: https://img.shields.io/codefactor/grade/github/python-formate/snippet-fmt?logo=codefactor
68+
:target: https://www.codefactor.io/repository/github/python-formate/snippet-fmt
6969
:alt: CodeFactor Grade
7070

7171
.. |pypi-version| image:: https://img.shields.io/pypi/v/snippet-fmt
@@ -84,19 +84,19 @@ snippet-fmt
8484
:target: https://pypi.org/project/snippet-fmt/
8585
:alt: PyPI - Wheel
8686

87-
.. |license| image:: https://img.shields.io/github/license/repo-helper/snippet-fmt
88-
:target: https://github.com/repo-helper/snippet-fmt/blob/master/LICENSE
87+
.. |license| image:: https://img.shields.io/github/license/python-formate/snippet-fmt
88+
:target: https://github.com/python-formate/snippet-fmt/blob/master/LICENSE
8989
:alt: License
9090

91-
.. |language| image:: https://img.shields.io/github/languages/top/repo-helper/snippet-fmt
91+
.. |language| image:: https://img.shields.io/github/languages/top/python-formate/snippet-fmt
9292
:alt: GitHub top language
9393

94-
.. |commits-since| image:: https://img.shields.io/github/commits-since/repo-helper/snippet-fmt/v0.0.0
95-
:target: https://github.com/repo-helper/snippet-fmt/pulse
94+
.. |commits-since| image:: https://img.shields.io/github/commits-since/python-formate/snippet-fmt/v0.0.0
95+
:target: https://github.com/python-formate/snippet-fmt/pulse
9696
:alt: GitHub commits since tagged version
9797

98-
.. |commits-latest| image:: https://img.shields.io/github/last-commit/repo-helper/snippet-fmt
99-
:target: https://github.com/repo-helper/snippet-fmt/commit/master
98+
.. |commits-latest| image:: https://img.shields.io/github/last-commit/python-formate/snippet-fmt
99+
:target: https://github.com/python-formate/snippet-fmt/commit/master
100100
:alt: GitHub last commit
101101

102102
.. |maintained| image:: https://img.shields.io/maintenance/yes/2021

doc-source/Source.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ Downloading source code
33
=========================
44

55
The ``snippet-fmt`` source code is available on GitHub,
6-
and can be accessed from the following URL: https://github.com/repo-helper/snippet-fmt
6+
and can be accessed from the following URL: https://github.com/python-formate/snippet-fmt
77

88
If you have ``git`` installed, you can clone the repository with the following command:
99

1010
.. prompt:: bash
1111

12-
git clone https://github.com/repo-helper/snippet-fmt
12+
git clone https://github.com/python-formate/snippet-fmt
1313

1414
.. parsed-literal::
1515

doc-source/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ Installation
153153
:github:
154154
:pypi: snippet-fmt
155155

156-
Contributing Guide<https://contributing.repo-helper.uk>
156+
Contributing Guide<https://contributing-to-formate.readthedocs.io>
157157

158158

159159
.. start links
@@ -162,6 +162,6 @@ Installation
162162

163163
View the :ref:`Function Index <genindex>` or browse the `Source Code <_modules/index.html>`__.
164164

165-
:github:repo:`Browse the GitHub Repository <repo-helper/snippet-fmt>`
165+
:github:repo:`Browse the GitHub Repository <python-formate/snippet-fmt>`
166166

167167
.. end links

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ email = "dominic@davis-foster.co.uk"
1919
file = "LICENSE"
2020

2121
[project.urls]
22-
Homepage = "https://github.com/repo-helper/snippet-fmt"
23-
"Issue Tracker" = "https://github.com/repo-helper/snippet-fmt/issues"
24-
"Source Code" = "https://github.com/repo-helper/snippet-fmt"
22+
Homepage = "https://github.com/python-formate/snippet-fmt"
23+
"Issue Tracker" = "https://github.com/python-formate/snippet-fmt/issues"
24+
"Source Code" = "https://github.com/python-formate/snippet-fmt"
2525
Documentation = "https://snippet-fmt.readthedocs.io/en/latest"
2626

2727
[project.scripts]
@@ -36,7 +36,7 @@ license-key = "MIT"
3636
package = "snippet_fmt"
3737

3838
[tool.sphinx-pyproject]
39-
github_username = "repo-helper"
39+
github_username = "python-formate"
4040
github_repository = "snippet-fmt"
4141
author = "Dominic Davis-Foster"
4242
project = "snippet-fmt"

repo_helper.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ modname: 'snippet-fmt'
44
copyright_years: '2021'
55
author: 'Dominic Davis-Foster'
66
email: 'dominic@davis-foster.co.uk'
7-
username: 'repo-helper'
7+
username: 'python-formate'
88
assignee: 'domdfcoding'
99
version: '0.0.0'
1010
license: 'MIT'

0 commit comments

Comments
 (0)