Skip to content

Programmatic way of showing module list #95

Open
@stevegore

Description

@stevegore

Expected Behavior

As per #91. It's not immediately obvious how one could generate a list of modules programmatically.

It looks like your mako template changes format based on context:

<%
    module_list = 'modules' in context.keys()  # Whether we're showing module list in server mode
%>

But I'm looking for a convenient way of getting the module list to appear. Does such a method exist?

Actual Behavior

Some documentation or exposed method would be great.

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionNot a bug, but a FAQ entry

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions