diff --git a/conf.py b/conf.py index b41ff4b..b908424 100644 --- a/conf.py +++ b/conf.py @@ -21,7 +21,7 @@ # -- Project information ----------------------------------------------------- project = 'cryptolens python' -copyright = '2019, Cryptolens AB' +copyright = '2020, Cryptolens AB' author = 'Cryptolens AB' # The short X.Y version diff --git a/index.rst b/index.rst index 31ec9ef..11c5157 100644 --- a/index.rst +++ b/index.rst @@ -15,6 +15,10 @@ Welcome to cryptolens python's documentation! :members: .. autoclass:: licensing.methods.Message :members: +.. autoclass:: licensing.methods.Customer + :members: +.. autoclass:: licensing.methods.Product + :members: .. autoclass:: licensing.models.LicenseKey :members: .. autoclass:: licensing.methods.Helpers