forked from google-deepmind/torch-hdf5
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.dokx
23 lines (16 loc) · 804 Bytes
/
.dokx
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
return {
-- filter: pattern or table of patterns; file paths to include
--filter = nil,
-- exclude: pattern or table of patterns; file paths to exclude
exclude = { 'README', 'tests', 'hdf5.md' },
-- tocLevelTopSection: integer; max depth of table of contents for standalone .md docs
--tocLevelTopSection = nil,
-- sectionOrder: table; paths of .md files in order of priority
sectionOrder = { "init", "usage" },
-- packageName: string; override the inferred package namespace
packageName = "hdf5",
-- githubURL: string; $githubUser/$githubProject - used for generating links, if present
githubURL = "d11/torch-hdf5",
-- section: string; name of the section under which this package should be grouped in the main menu
section = "Utilities",
}