From 26a7eae43762c7c077834fc729397380da75a197 Mon Sep 17 00:00:00 2001 From: Jamie Hardt Date: Wed, 16 Nov 2022 18:19:55 -0800 Subject: [PATCH] Docs --- docs/source/classes.rst | 4 ++++ docs/source/conf.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/source/classes.rst b/docs/source/classes.rst index 4def2a1..26fb211 100644 --- a/docs/source/classes.rst +++ b/docs/source/classes.rst @@ -2,6 +2,10 @@ pycmx Classes ============= +.. automodule:: pycmx.edit_list + :members: + + .. autoclass:: pycmx.edit_list.EditList :members: diff --git a/docs/source/conf.py b/docs/source/conf.py index 3b97388..fb8739c 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -20,7 +20,7 @@ sys.path.insert(0, os.path.abspath('../../pycmx')) # -- Project information ----------------------------------------------------- project = u'pycmx' -copyright = u'2018, Jamie Hardt' +copyright = u'2022, Jamie Hardt' author = u'Jamie Hardt' # The short X.Y version