-
Notifications
You must be signed in to change notification settings - Fork 1
/
xrst.toml
87 lines (79 loc) · 1.6 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
84
85
86
87
# SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-or-later
# SPDX-FileCopyrightText: Bradley M. Bell <[email protected]>
# SPDX-FileContributor: 2023-24 Bradley M. Bell
# ---------------------------------------------------------------------------
[project_name]
data = 'cmpad'
[root_file]
default = 'cmpad.xrst'
# If running an old verison of xrst that does not support heading,
# comment out the lines from [heading] to overline =.
[heading]
# level 0, 1, 2, 3, 4,
character = [ '#', '*', '=', '-', '.', ]
overline = [ false, false, false, false, false, ]
[input_files]
data = [
[ 'git', 'ls-files' ]
]
[html_theme_options.sphinx_book_theme]
show_toc_level = 4
[html_theme_options.sphinx_rtd_theme]
navigation_depth = -1
titles_only = true
[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} }' ,
]
[project_dictionary]
data = [
# project name
'''
cmpad
''',
# package names
'''
adolc
autodiff
autograd
codi
cppad
cppadcg
fastad
jit
numpy
torch
sacado
''',
# file extensions
'''
hpp
cpp
''',
# language keywords
'''
bool
namespace
''',
# abbreviations and special words used by this package
'''
algo
arg
det
min
ok
vectorize
''',
# words that do not begin with backslash and used in latex
'''
eqnarray
''',
]
[not_in_index]
data = []