File: conf.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 (13 lines) | stat: -rw-r--r-- 369 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
DOXYFILE = 'Doxyfile-mcss-site'

LINKS_NAVBAR1 = [
    ('Pages', 'pages', []),
    ('<a href=\"./cpp/index.html\">C++</a>', []),
    ('<a href=\"./python/index.html\">Python</a>', []),
]
LINKS_NAVBAR2 = [
    ('<a href=\"./md_pages_publication.html\">Publications</a>', []),
    ('<a href=\"https://github.com/artivis/manif\">GitHub</a>', [])
]

SEARCH_DISABLED = True