format=html
project="Arcades"
description = [[
Adaptive Reinforced Context-Aware Deep Decision System
]]
file={"arcades/"}
style="assets/ldoc"
template="assets/ldoc"
new_type("package", "Packages")
custom_display_name_handler = function(item)
return item.names_hierarchy[#item.names_hierarchy] ..
(item.type == "function" and item.args or "")
end
local torchUrls = {
Torch = "https://github.com/torch/torch7/blob/master/doc/%s",
nn = "https://github.com/torch/nn/blob/master/doc/%s",
}
custom_see_handler('^(torch%..*)/.*/$', function(name, file)
local url = torchUrls.Torch:format(file)
return name, url
end)
custom_see_handler('^(nn%..*)/(.*)/$', function(name, file)
local url = torchUrls.nn:format(ref)
return name, url
end)