"""Creates a URLSpec.
Parameters:
+
pattern: Regular expression to be matched. Any groups in the regex
will be passed in to the handler's get/post/etc methods as
arguments.
+
handler_class: RequestHandler subclass to be invoked.
+
kwargs (optional): A dictionary of additional arguments to be passed
to the handler's constructor.
+
name (optional): A name for this handler. Used by
Application.reverse_url.
"""
extensions = ["sphinx.ext.autodoc", "sphinx_coverage"]
autodoc_member_order = "bysource"
+autoclass_content = "both"
coverage_skip_undoc_in_source = True
# I wish this could go in a per-module file...