This commit is contained in:
Jamie Hardt
2022-11-16 18:19:55 -08:00
parent 407aa1c1fd
commit 26a7eae437
2 changed files with 5 additions and 1 deletions

View File

@@ -2,6 +2,10 @@ pycmx Classes
============= =============
.. automodule:: pycmx.edit_list
:members:
.. autoclass:: pycmx.edit_list.EditList .. autoclass:: pycmx.edit_list.EditList
:members: :members:

View File

@@ -20,7 +20,7 @@ sys.path.insert(0, os.path.abspath('../../pycmx'))
# -- Project information ----------------------------------------------------- # -- Project information -----------------------------------------------------
project = u'pycmx' project = u'pycmx'
copyright = u'2018, Jamie Hardt' copyright = u'2022, Jamie Hardt'
author = u'Jamie Hardt' author = u'Jamie Hardt'
# The short X.Y version # The short X.Y version