From c6f80be1f1c161d1c3a969c88f10e3ac26372f2d Mon Sep 17 00:00:00 2001 From: Artem Los Date: Tue, 18 Aug 2020 15:38:45 +0200 Subject: [PATCH] Update docs --- conf.py | 2 +- index.rst | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) 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