MCPcopy Create free account
hub / github.com/Xtra-Computing/thundersvm / setup

Function setup

docs/conf.py:173–178  ·  view source on GitHub ↗
(app)

Source from the content-addressed store, hash-verified

171
172github_doc_root = 'https://github.com/rtfd/recommonmark/tree/master/doc/'
173def setup(app):
174 app.add_config_value('recommonmark_config', {
175 'url_resolver': lambda url: github_doc_root + url,
176 'enable_eval_rst': True,
177 }, True)
178 app.add_transform(AutoStructify)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected