webgme-rosmod
Version:
This repository contains ROSMOD developed for WebGME. ROSMOD is a web-based, collaborative, modeling and execution environment for distributed embedded applications built using ROS http://rosmod.rcps.isis.vanderbilt.edu
5 lines • 1.4 kB
JavaScript
/* Generated file based on ejs templates */
define([], function() {
return {
"conf.py.ejs": "project = '<%- projectName %>'\nhtml_short_title = '<%- projectName %>'\nversion = '1.0'\nrelease = '1.0.0'\ncopyright = '2016, <%- authors %>'\n\nimport os,inspect,sys\nsys.path.insert(0, os.path.abspath('.'))\n\nmaster_doc = '<%- masterDoc %>'\nsource_suffix = '.rst'\nexclude_patterns = ['**/.#*']\nextensions = ['sphinx.ext.pngmath', 'sphinx.ext.autodoc', 'sphinx.ext.todo']\ntemplates_path = ['_templates']\nautoclass_content = \"both\"\nautodoc_member_order = \"bysource\"\n\npygments_style = 'sphinx'\nimport sphinx_rtd_theme\nhtml_theme = 'sphinx_rtd_theme'\nhtml_theme_path = [sphinx_rtd_theme.get_html_theme_path()]\nhtmlhelp_basename = '<%- projectName.replace(/ /g,'-') %>-doc'\nhtml_static_path = ['_static']\nhtml_context = { 'css_files': ['./_static/custom.css'] }\n\ntodo_include_todos = True\n\nadd_module_names = False\nshow_authors = True\n\nspelling_word_list_filename = 'dictionary.txt'\n\nlatex_elements = {}\nlatex_elements['preamble'] = '\\usepackage{amsmath}\\n\\usepackage{amssymb}\\n'\nlatex_elements['classoptions'] = ',openany,oneside'\nlatex_elements['babel'] = '\\\\usepackage[english]{babel}'\nlatex_elements['title'] = '<%- projectName %>'\nlatex_elements['release'] = '1.0.0'\nlatex_elements['releasename'] = ''\nlatex_elements['author'] = '<%- authors %>'\n"
}});