app.model.lib.help_topics#
Classes#
A class that reads help topic templates as markdown or HTML and provides an |
Module Contents#
- class app.model.lib.help_topics.HelpTopics(templates_dir, help_topic_dir)[source]#
A class that reads help topic templates as markdown or HTML and provides an interface to search through their text.
Reads the HTML once
Depends on Flask’s `render_template` to evaluate the templates as jinja2. In the future, it might be nice to isolate it from these, but for now, it does the job and nothing else depends on the class, so it’s fine as it is.