Main Page
Namespaces
Namespace List
Namespace Members
All
a
c
d
e
f
g
h
i
l
m
n
p
r
s
t
u
v
z
Functions
a
c
d
e
f
g
i
l
m
n
p
r
s
t
u
v
z
Variables
Typedefs
e
l
m
p
r
s
v
Classes
Class List
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
z
~
Functions
_
a
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
z
~
Variables
a
b
c
d
g
i
k
n
o
p
q
r
s
t
u
v
z
Typedefs
a
b
c
h
l
p
q
r
s
t
v
Related Functions
Files
File List
File Members
All
c
e
m
r
s
t
Functions
Variables
c
r
Macros
rst-dir
conf.py
Go to the documentation of this file.
1
# Configuration file for the Sphinx documentation builder.
2
#
3
# This file only contains a selection of the most common options. For a full
4
# list see the documentation:
5
# http://www.sphinx-doc.org/en/master/config
6
7
# -- Path setup --------------------------------------------------------------
8
9
# If extensions (or modules to document with autodoc) are in another directory,
10
# add these directories to sys.path here. If the directory is relative to the
11
# documentation root, use os.path.abspath to make it absolute, like shown here.
12
#
13
import
os
14
import
sys
15
sys.path.insert(0, os.path.abspath(
'../py'
))
16
17
18
sys.path.insert(1, os.path.abspath(
'../doxyrest_b/doxyrest/sphinx'
))
19
extensions = [
'doxyrest'
,
'cpplexer'
,
'sphinx.ext.autodoc'
]
20
21
# -- Project information -----------------------------------------------------
22
23
project =
'Sophus'
24
copyright =
'2019, Hauke Strasdat'
25
author =
'Hauke Strasdat'
26
27
28
# Tell sphinx what the primary language being documented is.
29
primary_domain =
'cpp'
30
31
# Tell sphinx what the pygments highlight language should be.
32
highlight_language =
'cpp'
33
34
35
# Add any paths that contain templates here, relative to this directory.
36
templates_path = [
'_templates'
]
37
38
# List of patterns, relative to source directory, that match files and
39
# directories to ignore when looking for source files.
40
# This pattern also affects html_static_path and html_extra_path.
41
exclude_patterns = []
42
43
44
# -- Options for HTML output -------------------------------------------------
45
46
# The theme to use for HTML and HTML Help pages. See the documentation for
47
# a list of builtin themes.
48
#
49
html_theme =
"sphinx_rtd_theme"
50
51
# Add any paths that contain custom static files (such as style sheets) here,
52
# relative to this directory. They are copied after the builtin static files,
53
# so a file named "default.css" will overwrite the builtin "default.css".
54
html_static_path = [
'_static'
]
sophus
Author(s): Hauke Strasdat
autogenerated on Wed Mar 2 2022 01:01:47