From 01a7f34edc5d09d800f43e4fee966b2e7ea6ad3e Mon Sep 17 00:00:00 2001 From: Arthur de Jong Date: Tue, 26 Jul 2016 23:33:48 +0200 Subject: Get files ready for 1.4 release --- docs/index.rst | 6 ++++++ docs/stdnum.damm.rst | 5 +++++ docs/stdnum.fr.nif.rst | 5 +++++ docs/stdnum.fr.nir.rst | 5 +++++ docs/stdnum.fr.siret.rst | 5 +++++ docs/stdnum.gb.nhs.rst | 5 +++++ docs/stdnum.tr.tckimlik.rst | 5 +++++ 7 files changed, 36 insertions(+) create mode 100644 docs/stdnum.damm.rst create mode 100644 docs/stdnum.fr.nif.rst create mode 100644 docs/stdnum.fr.nir.rst create mode 100644 docs/stdnum.fr.siret.rst create mode 100644 docs/stdnum.gb.nhs.rst create mode 100644 docs/stdnum.tr.tckimlik.rst (limited to 'docs') diff --git a/docs/index.rst b/docs/index.rst index 59df1d5..b85a8e0 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -74,6 +74,7 @@ Generic check digit algorithms .. autosummary:: :toctree: + damm iso7064 luhn verhoeff @@ -126,8 +127,12 @@ Available formats fi.associationid fi.hetu fi.ytunnus + fr.nif + fr.nir fr.siren + fr.siret fr.tva + gb.nhs gb.sedol gb.vat gr.vat @@ -179,6 +184,7 @@ Available formats sk.dph sk.rc sm.coe + tr.tckimlik us.atin us.ein us.itin diff --git a/docs/stdnum.damm.rst b/docs/stdnum.damm.rst new file mode 100644 index 0000000..e4bb865 --- /dev/null +++ b/docs/stdnum.damm.rst @@ -0,0 +1,5 @@ +stdnum.damm +=========== + +.. automodule:: stdnum.damm + :members: \ No newline at end of file diff --git a/docs/stdnum.fr.nif.rst b/docs/stdnum.fr.nif.rst new file mode 100644 index 0000000..33b76ac --- /dev/null +++ b/docs/stdnum.fr.nif.rst @@ -0,0 +1,5 @@ +stdnum.fr.nif +============= + +.. automodule:: stdnum.fr.nif + :members: \ No newline at end of file diff --git a/docs/stdnum.fr.nir.rst b/docs/stdnum.fr.nir.rst new file mode 100644 index 0000000..13ee2e7 --- /dev/null +++ b/docs/stdnum.fr.nir.rst @@ -0,0 +1,5 @@ +stdnum.fr.nir +============= + +.. automodule:: stdnum.fr.nir + :members: \ No newline at end of file diff --git a/docs/stdnum.fr.siret.rst b/docs/stdnum.fr.siret.rst new file mode 100644 index 0000000..a54ea58 --- /dev/null +++ b/docs/stdnum.fr.siret.rst @@ -0,0 +1,5 @@ +stdnum.fr.siret +=============== + +.. automodule:: stdnum.fr.siret + :members: \ No newline at end of file diff --git a/docs/stdnum.gb.nhs.rst b/docs/stdnum.gb.nhs.rst new file mode 100644 index 0000000..f1d97d4 --- /dev/null +++ b/docs/stdnum.gb.nhs.rst @@ -0,0 +1,5 @@ +stdnum.gb.nhs +============= + +.. automodule:: stdnum.gb.nhs + :members: \ No newline at end of file diff --git a/docs/stdnum.tr.tckimlik.rst b/docs/stdnum.tr.tckimlik.rst new file mode 100644 index 0000000..fd9f38c --- /dev/null +++ b/docs/stdnum.tr.tckimlik.rst @@ -0,0 +1,5 @@ +stdnum.tr.tckimlik +================== + +.. automodule:: stdnum.tr.tckimlik + :members: \ No newline at end of file -- cgit v1.2.3