Skip to content

Commit 464b088

Browse files
authored
Merge pull request #329 from yozachar/workshop
maint: adds versiond docs; update copyright year
2 parents 3b1b01b + 1f5f499 commit 464b088

27 files changed

+148
-12
lines changed
File renamed without changes.

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ instance/
6969
.scrapy
7070

7171
# Sphinx documentation
72-
docs/reference/
72+
# docs/references/
7373
docs/_build/
7474
docs/*.rst
7575
docs/*.1

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2013 - 2023 Konsta Vesterinen
3+
Copyright (c) 2013 - 2024 Konsta Vesterinen
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy of
66
this software and associated documentation files (the "Software"), to deal in

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,17 @@ True
1818

1919
## Resources
2020

21-
- [Documentation](https://python-validators.github.io/validators/)
21+
<!-- Temporary documentation URL : https://yozachar.github.io/pyvalidators/ -->
22+
<!-- Original documentation URL : https://python-validators.github.io/validators/ -->
23+
24+
- [Documentation](https://yozachar.github.io/pyvalidators/)
2225
- [Bugtracker](https://github.com/python-validators/validators/issues)
2326
- [Security](https://github.com/python-validators/validators/blob/master/SECURITY.md)
2427
- [Code](https://github.com/python-validators/validators/)
2528

26-
[//]: #(Links)
29+
<!-- Original docs URL will be restored, once properly versioned docs is ready. -->
30+
31+
<!-- Links -->
2732
[sast-badge]: https://github.com/python-validators/validators/actions/workflows/sast.yaml/badge.svg
2833
[sast-link]: https://github.com/python-validators/validators/actions/workflows/sast.yaml
2934
[pycqa-badge]: https://github.com/python-validators/validators/actions/workflows/pycqa.yaml/badge.svg

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ True
1818

1919
## Resources
2020

21-
- [Documentation](https://python-validators.github.io/validators/)
21+
- [Documentation](https://yozachar.github.io/pyvalidators/)
2222
- [Bugtracker](https://github.com/python-validators/validators/issues)
2323
- [Security](https://github.com/python-validators/validators/blob/master/SECURITY.md)
2424
- [Code](https://github.com/python-validators/validators/)

docs/references/between.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# between
2+
3+
::: validators.between.between

docs/references/btc_address.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# btc_address
2+
3+
::: validators.btc_address.btc_address

docs/references/card.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# card
2+
3+
::: validators.card.amex
4+
::: validators.card.card_number
5+
::: validators.card.diners
6+
::: validators.card.discover
7+
::: validators.card.jcb
8+
::: validators.card.mastercard
9+
::: validators.card.unionpay
10+
::: validators.card.visa

docs/references/country_code.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# country_code
2+
3+
::: validators.country_code.country_code

docs/references/domain.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# domain
2+
3+
::: validators.domain.domain

0 commit comments

Comments
 (0)