Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/changes.rst4
-rw-r--r--docs/conf.py2
-rw-r--r--docs/index.rst20
-rw-r--r--docs/stdnum.ar.dni.rst5
-rw-r--r--docs/stdnum.at.vnr.rst5
-rw-r--r--docs/stdnum.cu.ni.rst5
-rw-r--r--docs/stdnum.gr.amka.rst5
-rw-r--r--docs/stdnum.lt.asmens.rst5
-rw-r--r--docs/stdnum.mac.rst5
-rw-r--r--docs/stdnum.md.idno.rst5
-rw-r--r--docs/stdnum.mx.curp.rst5
-rw-r--r--docs/stdnum.no.fodselsnummer.rst5
-rw-r--r--docs/stdnum.nz.bankaccount.rst5
-rw-r--r--docs/stdnum.se.personnummer.rst5
14 files changed, 80 insertions, 1 deletions
diff --git a/docs/changes.rst b/docs/changes.rst
new file mode 100644
index 0000000..63471a2
--- /dev/null
+++ b/docs/changes.rst
@@ -0,0 +1,4 @@
+Changes in python-stdnum
+========================
+
+.. include:: ../NEWS
diff --git a/docs/conf.py b/docs/conf.py
index e3976fe..6c8e4a2 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -46,7 +46,7 @@ master_doc = 'index'
# General information about the project.
project = u'python-stdnum'
-copyright = u'2013-2018, Arthur de Jong'
+copyright = u'2013-2019, Arthur de Jong'
# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
diff --git a/docs/index.rst b/docs/index.rst
index d5189be..085ea5d 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -103,10 +103,12 @@ Available formats
al.nipt
ar.cbu
ar.cuit
+ ar.dni
at.businessid
at.postleitzahl
at.tin
at.uid
+ at.vnr
au.abn
au.acn
au.tfn
@@ -128,6 +130,7 @@ Available formats
cl.rut
cn.ric
co.nit
+ cu.ni
cusip
cy.vat
cz.dic
@@ -176,6 +179,7 @@ Available formats
gb.sedol
gb.upn
gb.vat
+ gr.amka
gr.vat
grid
hr.oib
@@ -201,14 +205,18 @@ Available formats
it.codicefiscale
it.iva
lei
+ lt.asmens
lt.pvm
lu.tva
lv.pvn
+ mac
mc.tva
+ md.idno
me.iban
meid
mt.vat
mu.nid
+ mx.curp
mx.rfc
my.nric
nl.brin
@@ -216,10 +224,12 @@ Available formats
nl.btw
nl.onderwijsnummer
nl.postcode
+ no.fodselsnummer
no.iban
no.kontonr
no.mva
no.orgnr
+ nz.bankaccount
pl.nip
pl.pesel
pl.regon
@@ -229,6 +239,7 @@ Available formats
rs.pib
ru.inn
se.orgnr
+ se.personnummer
se.vat
si.ddv
sk.dph
@@ -242,3 +253,12 @@ Available formats
us.rtn
us.ssn
us.tin
+
+
+Changes in python-stdnum
+------------------------
+
+.. toctree::
+ :maxdepth: 2
+
+ changes
diff --git a/docs/stdnum.ar.dni.rst b/docs/stdnum.ar.dni.rst
new file mode 100644
index 0000000..9addb6c
--- /dev/null
+++ b/docs/stdnum.ar.dni.rst
@@ -0,0 +1,5 @@
+stdnum.ar.dni
+=============
+
+.. automodule:: stdnum.ar.dni
+ :members: \ No newline at end of file
diff --git a/docs/stdnum.at.vnr.rst b/docs/stdnum.at.vnr.rst
new file mode 100644
index 0000000..1759688
--- /dev/null
+++ b/docs/stdnum.at.vnr.rst
@@ -0,0 +1,5 @@
+stdnum.at.vnr
+=============
+
+.. automodule:: stdnum.at.vnr
+ :members: \ No newline at end of file
diff --git a/docs/stdnum.cu.ni.rst b/docs/stdnum.cu.ni.rst
new file mode 100644
index 0000000..3430fd3
--- /dev/null
+++ b/docs/stdnum.cu.ni.rst
@@ -0,0 +1,5 @@
+stdnum.cu.ni
+============
+
+.. automodule:: stdnum.cu.ni
+ :members: \ No newline at end of file
diff --git a/docs/stdnum.gr.amka.rst b/docs/stdnum.gr.amka.rst
new file mode 100644
index 0000000..d3ecc08
--- /dev/null
+++ b/docs/stdnum.gr.amka.rst
@@ -0,0 +1,5 @@
+stdnum.gr.amka
+==============
+
+.. automodule:: stdnum.gr.amka
+ :members: \ No newline at end of file
diff --git a/docs/stdnum.lt.asmens.rst b/docs/stdnum.lt.asmens.rst
new file mode 100644
index 0000000..f73d390
--- /dev/null
+++ b/docs/stdnum.lt.asmens.rst
@@ -0,0 +1,5 @@
+stdnum.lt.asmens
+================
+
+.. automodule:: stdnum.lt.asmens
+ :members: \ No newline at end of file
diff --git a/docs/stdnum.mac.rst b/docs/stdnum.mac.rst
new file mode 100644
index 0000000..f5fe7ce
--- /dev/null
+++ b/docs/stdnum.mac.rst
@@ -0,0 +1,5 @@
+stdnum.mac
+==========
+
+.. automodule:: stdnum.mac
+ :members: \ No newline at end of file
diff --git a/docs/stdnum.md.idno.rst b/docs/stdnum.md.idno.rst
new file mode 100644
index 0000000..d86b721
--- /dev/null
+++ b/docs/stdnum.md.idno.rst
@@ -0,0 +1,5 @@
+stdnum.md.idno
+==============
+
+.. automodule:: stdnum.md.idno
+ :members: \ No newline at end of file
diff --git a/docs/stdnum.mx.curp.rst b/docs/stdnum.mx.curp.rst
new file mode 100644
index 0000000..62346c4
--- /dev/null
+++ b/docs/stdnum.mx.curp.rst
@@ -0,0 +1,5 @@
+stdnum.mx.curp
+==============
+
+.. automodule:: stdnum.mx.curp
+ :members: \ No newline at end of file
diff --git a/docs/stdnum.no.fodselsnummer.rst b/docs/stdnum.no.fodselsnummer.rst
new file mode 100644
index 0000000..0279b3d
--- /dev/null
+++ b/docs/stdnum.no.fodselsnummer.rst
@@ -0,0 +1,5 @@
+stdnum.no.fodselsnummer
+=======================
+
+.. automodule:: stdnum.no.fodselsnummer
+ :members: \ No newline at end of file
diff --git a/docs/stdnum.nz.bankaccount.rst b/docs/stdnum.nz.bankaccount.rst
new file mode 100644
index 0000000..9a2aee4
--- /dev/null
+++ b/docs/stdnum.nz.bankaccount.rst
@@ -0,0 +1,5 @@
+stdnum.nz.bankaccount
+=====================
+
+.. automodule:: stdnum.nz.bankaccount
+ :members: \ No newline at end of file
diff --git a/docs/stdnum.se.personnummer.rst b/docs/stdnum.se.personnummer.rst
new file mode 100644
index 0000000..6db1a36
--- /dev/null
+++ b/docs/stdnum.se.personnummer.rst
@@ -0,0 +1,5 @@
+stdnum.se.personnummer
+======================
+
+.. automodule:: stdnum.se.personnummer
+ :members: \ No newline at end of file