File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff 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
85851. 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.
89893. This will deploy docs to the ` gh-pages` branch (see: < https://github.com/python-validators/validators/tree/gh-pages/> )
Original file line number Diff line number Diff line change 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/ )
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
Original file line number Diff line number Diff line change 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/ )
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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 11site_name : " validators"
22site_description : " Automatic documentation from sources, for MkDocs."
3- site_url : " https://yozachar .github.io/pyvalidators/"
3+ site_url : " https://nandgator .github.io/pyvalidators/"
44repo_url : " https://github.com/python-validators/validators/"
55edit_uri : " edit/master/docs/"
66repo_name : " validators/validators"
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ dependencies = []
3939
4040[project .urls ]
4141Homepage = " https://python-validators.github.io/validators"
42- Documentation = " https://yozachar .github.io/pyvalidators"
42+ Documentation = " https://nandgator .github.io/pyvalidators"
4343Repository = " https://github.com/python-validators/validators"
4444Changelog = " https://github.com/python-validators/validators/blob/master/CHANGES.md"
4545
@@ -121,7 +121,7 @@ pythonPlatform = "All"
121121typeCheckingMode = " strict"
122122
123123[tool .pytest .ini_options ]
124- minversion = " 6.0"
124+ minversion = " . 6.0"
125125pythonpath = [" src" ]
126126testpaths = " tests"
127127addopts = [" --doctest-modules" ]
You can’t perform that action at this time.
0 commit comments