From: Jeremy Stanley Date: Tue, 24 Dec 2019 22:55:01 +0000 (+0000) Subject: Add a mudpy.menu module to hold menu functions X-Git-Tag: 0.1.0~15 X-Git-Url: https://mudpy.org/gitweb?p=mudpy.git;a=commitdiff_plain;h=04f0120c2208fe2335905943f94f66eee8fa74b7;hp=04f0120c2208fe2335905943f94f66eee8fa74b7 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. ---