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