Add a mudpy.menu module to hold menu functions
authorJeremy Stanley <fungi@yuggoth.org>
Tue, 24 Dec 2019 22:55:01 +0000 (22:55 +0000)
committerJeremy Stanley <fungi@yuggoth.org>
Mon, 30 Dec 2019 02:16:39 +0000 (02:16 +0000)
commit04f0120c2208fe2335905943f94f66eee8fa74b7
tree3d6afed7420eb7dcf2eac94b85ba747c0d4cbe34
parent13138cabcedc52b00eb49b1a6b4e0818469bee74
Add a mudpy.menu module to hold menu functions

In preparation for relocating arbitrary Python expressions out of
the standard menu elements, provide a stub mudpy.menu module which
will house equivalent convenience functions and include an autodoc
section for it in the Sphinx API documentation template.
doc/source/api.rst
mudpy/__init__.py
mudpy/menu.py [new file with mode: 0644]