Skip to content

Commit 843a2ab

Browse files
committed
chore: update codebase to reflect new username
1 parent 9bc7e82 commit 843a2ab

File tree

7 files changed

+99
-99
lines changed

7 files changed

+99
-99
lines changed

CHANGES.md

Lines changed: 82 additions & 82 deletions
Large diffs are not rendered by default.

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ $ . ./.venv/bin/activate
4242
# generate documentation
4343
$ python package/export TYPE # where TYPE is any of `doc`, `man` or `web`.
4444

45-
# doc - generates docs found here: https://yozachar.github.io/pyvalidators
45+
# doc - generates docs found here: https://nandgator.github.io/pyvalidators
4646
# man - generates sphinx based manpages
4747
# web - generates sphinx based web docs
4848
```
@@ -83,7 +83,7 @@ $ python -m http.server -d docs/_build/web
8383
### Versioned documentation
8484

8585
1. To preview versioned docs, run `mike serve` (`mike` is a dev dependency).
86-
2. Then (look at <https://yozachar.github.io/pyvalidators/stable/>)
86+
2. Then (look at <https://nandgator.github.io/pyvalidators/stable/>)
8787
- to publish stable docs run `mike deploy -p -u VERSION stable` after checking out to a stable tag name like `0.28.3` (note: document `VERSION = 0.29 if tag_name == 0.29.1`).
8888
- to publish bleeding-edge docs run `mike deploy -p -u dev master` after checking out to the `master` branch.
8989
3. This will deploy docs to the `gh-pages` branch (see: <https://github.com/python-validators/validators/tree/gh-pages/>)

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ True
2424

2525
## Resources
2626

27-
<!-- Backup documentation URL : https://yozachar.github.io/pyvalidators/ -->
27+
<!-- Backup documentation URL : https://nandgator.github.io/pyvalidators/ -->
2828
<!-- Original documentation URL : https://python-validators.github.io/validators/ -->
2929

30-
- [Documentation](https://yozachar.github.io/pyvalidators)
30+
- [Documentation](https://nandgator.github.io/pyvalidators)
3131
- [Bugtracker](https://github.com/python-validators/validators/issues)
3232
- [Security](https://github.com/python-validators/validators/blob/master/SECURITY.md)
3333
- [Code](https://github.com/python-validators/validators/)
@@ -43,8 +43,8 @@ True
4343
[sast-link]: https://github.com/python-validators/validators/actions/workflows/sast.yaml
4444
[pycqa-badge]: https://github.com/python-validators/validators/actions/workflows/pycqa.yaml/badge.svg
4545
[pycqa-link]: https://github.com/python-validators/validators/actions/workflows/pycqa.yaml
46-
[docs-badge]: https://github.com/yozachar/pyvalidators/actions/workflows/pages/pages-build-deployment/badge.svg
47-
[docs-link]: https://github.com/yozachar/pyvalidators/actions/workflows/pages/pages-build-deployment
46+
[docs-badge]: https://github.com/nandgator/pyvalidators/actions/workflows/pages/pages-build-deployment/badge.svg
47+
[docs-link]: https://github.com/nandgator/pyvalidators/actions/workflows/pages/pages-build-deployment
4848
[vs-badge]: https://img.shields.io/pypi/v/validators?logo=pypi&logoColor=white&label=version&color=blue
4949
[vs-link]: https://pypi.python.org/pypi/validators/
5050
[dw-badge]: https://img.shields.io/pypi/dm/validators?logo=pypi&logoColor=white&color=blue

docs/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ True
2424

2525
## Resources
2626

27-
<!-- Backup documentation URL : https://yozachar.github.io/pyvalidators/ -->
27+
<!-- Backup documentation URL : https://nandgator.github.io/pyvalidators/ -->
2828
<!-- Original documentation URL : https://python-validators.github.io/validators/ -->
2929

30-
- [Documentation](https://yozachar.github.io/pyvalidators)
30+
- [Documentation](https://nandgator.github.io/pyvalidators)
3131
- [Bugtracker](https://github.com/python-validators/validators/issues)
3232
- [Security](https://github.com/python-validators/validators/blob/master/SECURITY.md)
3333
- [Code](https://github.com/python-validators/validators/)
@@ -43,8 +43,8 @@ True
4343
[sast-link]: https://github.com/python-validators/validators/actions/workflows/sast.yaml
4444
[pycqa-badge]: https://github.com/python-validators/validators/actions/workflows/pycqa.yaml/badge.svg
4545
[pycqa-link]: https://github.com/python-validators/validators/actions/workflows/pycqa.yaml
46-
[docs-badge]: https://github.com/yozachar/pyvalidators/actions/workflows/pages/pages-build-deployment/badge.svg
47-
[docs-link]: https://github.com/yozachar/pyvalidators/actions/workflows/pages/pages-build-deployment
46+
[docs-badge]: https://github.com/nandgator/pyvalidators/actions/workflows/pages/pages-build-deployment/badge.svg
47+
[docs-link]: https://github.com/nandgator/pyvalidators/actions/workflows/pages/pages-build-deployment
4848
[vs-badge]: https://img.shields.io/pypi/v/validators?logo=pypi&logoColor=white&label=version&color=blue
4949
[vs-link]: https://pypi.python.org/pypi/validators/
5050
[dw-badge]: https://img.shields.io/pypi/dm/validators?logo=pypi&logoColor=white&color=blue

docs/index.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@ Resources
3030

3131
.. raw:: html
3232

33-
<!-- Backup documentation URL : https://yozachar.github.io/pyvalidators/ -->
33+
<!-- Backup documentation URL : https://nandgator.github.io/pyvalidators/ -->
3434

3535
.. raw:: html
3636

3737
<!-- Original documentation URL : https://python-validators.github.io/validators/ -->
3838

39-
- `Documentation <https://yozachar.github.io/pyvalidators>`__
39+
- `Documentation <https://nandgator.github.io/pyvalidators>`__
4040
- `Bugtracker <https://github.com/python-validators/validators/issues>`__
4141
- `Security <https://github.com/python-validators/validators/blob/master/SECURITY.md>`__
4242
- `Code <https://github.com/python-validators/validators/>`__
@@ -63,8 +63,8 @@ Resources
6363
:target: https://github.com/python-validators/validators/actions/workflows/pycqa.yaml
6464
.. |SAST| image:: https://github.com/python-validators/validators/actions/workflows/sast.yaml/badge.svg
6565
:target: https://github.com/python-validators/validators/actions/workflows/sast.yaml
66-
.. |Docs| image:: https://github.com/yozachar/pyvalidators/actions/workflows/pages/pages-build-deployment/badge.svg
67-
:target: https://github.com/yozachar/pyvalidators/actions/workflows/pages/pages-build-deployment
66+
.. |Docs| image:: https://github.com/nandgator/pyvalidators/actions/workflows/pages/pages-build-deployment/badge.svg
67+
:target: https://github.com/nandgator/pyvalidators/actions/workflows/pages/pages-build-deployment
6868
.. |Version| image:: https://img.shields.io/pypi/v/validators?logo=pypi&logoColor=white&label=version&color=blue
6969
:target: https://pypi.python.org/pypi/validators/
7070
.. |Downloads| image:: https://img.shields.io/pypi/dm/validators?logo=pypi&logoColor=white&color=blue

mkdocs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
site_name: "validators"
22
site_description: "Automatic documentation from sources, for MkDocs."
3-
site_url: "https://yozachar.github.io/pyvalidators/"
3+
site_url: "https://nandgator.github.io/pyvalidators/"
44
repo_url: "https://github.com/python-validators/validators/"
55
edit_uri: "edit/master/docs/"
66
repo_name: "validators/validators"

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ dependencies = []
3939

4040
[project.urls]
4141
Homepage = "https://python-validators.github.io/validators"
42-
Documentation = "https://yozachar.github.io/pyvalidators"
42+
Documentation = "https://nandgator.github.io/pyvalidators"
4343
Repository = "https://github.com/python-validators/validators"
4444
Changelog = "https://github.com/python-validators/validators/blob/master/CHANGES.md"
4545

@@ -121,7 +121,7 @@ pythonPlatform = "All"
121121
typeCheckingMode = "strict"
122122

123123
[tool.pytest.ini_options]
124-
minversion = "6.0"
124+
minversion = ".6.0"
125125
pythonpath = ["src"]
126126
testpaths = "tests"
127127
addopts = ["--doctest-modules"]

0 commit comments

Comments
 (0)