* Initial implementation of new textx parser for template * Implemented parser as singleton * Moved grammar to .tx file * Added filter templates * Added filter templates * Added tests for nested templates * Added tests for filter+path_sep * Added tests for filter+path_sep * Added punctuation templates * Added hook for --replace-keywords * Updated docs for phototemplate * Updated docs for phototemplate * Updated tests data * Updated tests data * Updated docs for phototemplate * Version bump * Updated CLI help * Fixed template processing for boolean, default
12 lines
356 B
JavaScript
12 lines
356 B
JavaScript
var DOCUMENTATION_OPTIONS = {
|
|
URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'),
|
|
VERSION: '0.41.0',
|
|
LANGUAGE: 'None',
|
|
COLLAPSE_INDEX: false,
|
|
BUILDER: 'html',
|
|
FILE_SUFFIX: '.html',
|
|
LINK_SUFFIX: '.html',
|
|
HAS_SOURCE: true,
|
|
SOURCELINK_SUFFIX: '.txt',
|
|
NAVIGATION_WITH_KEYS: false
|
|
}; |