Blame Artworks/Documentation/Repository/UserGuide/Texinfo/Default/en_US/manual.conf

Alain Reguera Delgado 46de3c
# This file controls the manual configuration.  This file is divided
Alain Reguera Delgado 46de3c
# in configuration sections (e.g., `main' and `templates') which, in
Alain Reguera Delgado 46de3c
# turn, are organized in the form `variable = value'.
Alain Reguera Delgado 46de3c
# ----------------------------------------------------------------------
Alain Reguera Delgado 46de3c
# $Id$
Alain Reguera Delgado 46de3c
# ----------------------------------------------------------------------
Alain Reguera Delgado 46de3c
Alain Reguera Delgado 46de3c
[main]
Alain Reguera Delgado 46de3c
Alain Reguera Delgado 46de3c
# Specify documentation backend used by documentation manual. This is
Alain Reguera Delgado 46de3c
# the format used to write documentation manual source files.
Alain Reguera Delgado 46de3c
manual_format = "texinfo"
Alain Reguera Delgado 46de3c
Alain Reguera Delgado 46de3c
# Specify title style used by sections inside the manual.  Possible
Alain Reguera Delgado 46de3c
# values to this option are `cap-each-word' to capitalize each word in
Alain Reguera Delgado 46de3c
# the section title, `cap-first-word' to capitalize the first word in
Alain Reguera Delgado 46de3c
# the section title only and `directory' to transform each word in the
Alain Reguera Delgado 46de3c
# section title into a directory path. From all these options,
Alain Reguera Delgado 46de3c
# `cap-each-word' is the one used as default.
Alain Reguera Delgado 46de3c
manual_section_style = "cap-each-word"
Alain Reguera Delgado 46de3c
Alain Reguera Delgado 46de3c
# Specify the order used by sections inside the manual. By default new
Alain Reguera Delgado 46de3c
# sections added to the manual are put on the end to follow the
Alain Reguera Delgado 46de3c
# section `created' order. Other possible values to this option are
Alain Reguera Delgado 46de3c
# `ordered' and `reversed' to sort the list of sections alphabetically
Alain Reguera Delgado 46de3c
# from A-Z and Z-A, respectively.
Alain Reguera Delgado 46de3c
manual_section_order = "created"
Alain Reguera Delgado 46de3c
Alain Reguera Delgado 46de3c
[templates]
Alain Reguera Delgado 46de3c
Alain Reguera Delgado 46de3c
# Specify relation between template files and section definition files
Alain Reguera Delgado 46de3c
# inside the manual. Template definition is set on the left side using
Alain Reguera Delgado 46de3c
# relative path. The section main definition file is described on the
Alain Reguera Delgado 46de3c
# right using a regular expression. The first match wins.
Alain Reguera Delgado 46de3c
Chapters/section-functions.texinfo   = "^.+-functions-[[:alnum:]]+\.texinfo$"
Alain Reguera Delgado 46de3c
Chapters/section.texinfo             = "^.+\.texinfo$"