File: conf_python.py

package info (click to toggle)
manif 0.0.5-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,576 kB
  • sloc: cpp: 11,789; ansic: 8,774; python: 2,158; sh: 24; makefile: 23; xml: 21
file content (20 lines) | stat: -rw-r--r-- 443 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
PROJECT_TITLE = 'manif'
PROJECT_SUBTITLE = 'Python API'

MAIN_PROJECT_URL = '../index.html'

INPUT_MODULES = ['manifpy']
INPUT_PAGES = ['pages/python/index.rst']
OUTPUT = 'site/python'

LINKS_NAVBAR1 = [
    # ('Pages', 'pages', []),
    ('Modules', 'modules', []),
    ('Classes', 'classes', [])
]
LINKS_NAVBAR2 = [
    ('C++', '../cpp/index.html', []),
    ('Github', 'https://github.com/artivis/manif', [])
]

PYBIND11_COMPATIBILITY = True