File: tutorial_site.ini

package info (click to toggle)
rest2web 0.5.2~alpha%2Bsvn-r248-2.3
  • links: PTS
  • area: main
  • in suites: buster
  • size: 5,256 kB
  • ctags: 870
  • sloc: python: 6,285; makefile: 64
file content (24 lines) | stat: -rw-r--r-- 504 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Attempt to use psyco ?
psyco = True

# pause after building ?
pause = False

# the root directory
start_directory = 'docs/tutorial_site'

# the directory to generate files in
target_directory = 'docs_html/tutorial_site'

# directory to compare against (defaults to target_directory)
compare_directory = ''

# file to log output to (if any)
log_file = 'log.txt'

# file containing macros (if any)
macros = ''

# Enter DEBUG mode ?
# (Interactive interpreter prompt in each page namespace)
DEBUG = False