diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2021-01-11 22:56:00 +0100 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2021-01-11 22:56:00 +0100 |
commit | 6b7f20928d95b8d4d9d40ab2df90c699e7752167 (patch) | |
tree | f5cd1ebd011b646ad650b1962694257a5f01422a /docs | |
parent | 755eee7ddb7736bf76dfab8e8543affd5cd1d2f4 (diff) |
Get files ready for 1.15 release1.15
Diffstat (limited to 'docs')
-rw-r--r-- | docs/conf.py | 2 | ||||
-rw-r--r-- | docs/index.rst | 4 | ||||
-rw-r--r-- | docs/stdnum.li.peid.rst | 5 | ||||
-rw-r--r-- | docs/stdnum.ro.cui.rst | 5 | ||||
-rw-r--r-- | docs/stdnum.ua.edrpou.rst | 5 | ||||
-rw-r--r-- | docs/stdnum.ua.rntrc.rst | 5 |
6 files changed, 26 insertions, 0 deletions
diff --git a/docs/conf.py b/docs/conf.py index 6c8e4a2..5df4a75 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -94,6 +94,8 @@ modindex_common_prefix = ['stdnum.', ] # Automatically generate stub pages for autosummary entries. autosummary_generate = True +# Autosummary overwrites existing files by generated stub pages. +autosummary_generate_overwrite = False # -- Options for HTML output --------------------------------------------------- diff --git a/docs/index.rst b/docs/index.rst index 959e781..97c62c8 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -235,6 +235,7 @@ Available formats kr.brn kr.rrn lei + li.peid lt.asmens lt.pvm lu.tva @@ -270,6 +271,7 @@ Available formats py.ruc ro.cf ro.cnp + ro.cui ro.onrc rs.pib ru.inn @@ -285,6 +287,8 @@ Available formats tr.tckimlik tr.vkn tw.ubn + ua.edrpou + ua.rntrc us.atin us.ein us.itin diff --git a/docs/stdnum.li.peid.rst b/docs/stdnum.li.peid.rst new file mode 100644 index 0000000..70ec351 --- /dev/null +++ b/docs/stdnum.li.peid.rst @@ -0,0 +1,5 @@ +stdnum.li.peid +============== + +.. automodule:: stdnum.li.peid + :members: diff --git a/docs/stdnum.ro.cui.rst b/docs/stdnum.ro.cui.rst new file mode 100644 index 0000000..e46aa91 --- /dev/null +++ b/docs/stdnum.ro.cui.rst @@ -0,0 +1,5 @@ +stdnum.ro.cui +============= + +.. automodule:: stdnum.ro.cui + :members: diff --git a/docs/stdnum.ua.edrpou.rst b/docs/stdnum.ua.edrpou.rst new file mode 100644 index 0000000..88c5c5d --- /dev/null +++ b/docs/stdnum.ua.edrpou.rst @@ -0,0 +1,5 @@ +stdnum.ua.edrpou +================ + +.. automodule:: stdnum.ua.edrpou + :members: diff --git a/docs/stdnum.ua.rntrc.rst b/docs/stdnum.ua.rntrc.rst new file mode 100644 index 0000000..89e92a6 --- /dev/null +++ b/docs/stdnum.ua.rntrc.rst @@ -0,0 +1,5 @@ +stdnum.ua.rntrc +=============== + +.. automodule:: stdnum.ua.rntrc + :members: |