-
Notifications
You must be signed in to change notification settings - Fork 6
/
xrst.toml
83 lines (78 loc) · 1.14 KB
/
xrst.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
[project_name]
data = 'dismod_at'
[directory]
project_directory = '.'
rst_directory = 'build/rst'
html_directory = 'build/html'
tex_directory = 'build/tex'
[root_file]
default = 'dismod_at.xrst'
dev = 'devel/devel.xrst'
[heading]
# level 0, 1, 2, 3, 4,
character = [ '#', '*', '=', '-', '.', ]
overline = [ false, false, false, false, false, ]
[include_all]
rst_epilog = ''
rst_prolog = '''
.. |space| unicode:: 0xA0
.. |tab| replace:: |space| |space| |space|
'''
latex_macro = [
'\newcommand{\B}[1]{ {\bf #1} }' ,
'\newcommand{\R}[1]{ {\rm #1} }' ,
'\newcommand{\W}[1]{ \; #1 \; }'
]
# BEGIN_SORT_THIS_LINE_PLUS_3
[project_dictionary]
data = [ '''
avg
avgint
bilinear
bnd
const
cov
cpp
cppad
csv
cv
dage
db
dict
dismod
dismodat
dtime
eqnarray
gaussian
hes
init
int
ipopt
laplace
max
meas
min
mulcov
mulstd
multiplier
nan
nowrap
nslist
obj
pini
py
rho
sh
sim
sincidence
smoothings
sqlite
std
str
struct
subgroup
th
var
vec
''' ]
# END_SORT_THIS_LINE_MINUS_2