aboutsummaryrefslogtreecommitdiff
path: root/nerv/config.ld
diff options
context:
space:
mode:
authorDeterminant <ted.sybil@gmail.com>2016-02-15 15:04:13 +0800
committerDeterminant <ted.sybil@gmail.com>2016-02-15 15:04:13 +0800
commit3362020a6bc43766a92882abe6d127c8bb98a628 (patch)
treecad93eb88c2813694c0ae4ca4ecb9873a719ad85 /nerv/config.ld
parentdcad8a3f80fc55ca93984d981f9b829d2e4ea728 (diff)
try a basic merge
Diffstat (limited to 'nerv/config.ld')
-rw-r--r--nerv/config.ld8
1 files changed, 8 insertions, 0 deletions
diff --git a/nerv/config.ld b/nerv/config.ld
new file mode 100644
index 0000000..f60b53f
--- /dev/null
+++ b/nerv/config.ld
@@ -0,0 +1,8 @@
+project = 'NERV'
+title = 'NERV documentation'
+description = 'A Lua-based toolkit for high-performance deep learning'
+backtick_references = true
+file = {'./', exclude = {'./lib/luaT'}}
+dir = 'doc/lua'
+style = '!pale'
+kind_names = {topic = 'Manual',script = 'Programs'}