예제 #1
0
파일: conf.py 프로젝트: mjfwest/dymos
    'models.atmosphere',
    'models.eom',
    'phase',
    'transcriptions',
    'transcriptions.common',
    'transcriptions.pseudospectral',
    'transcriptions.pseudospectral.components',
    'transcriptions.runge_kutta',
    'transcriptions.runge_kutta.components',
    'transcriptions.solve_ivp',
    'transcriptions.solve_ivp.components',
    'trajectory',
    'utils',
]

generate_docs("..", "../..", packages, project_name='dymos')

# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']

# The suffix(es) of source filenames.
# You can specify multiple suffix as a list of string:
#
# source_suffix = ['.rst', '.md']
source_suffix = '.rst'

# The master toctree document.
master_doc = 'index'

# General information about the project.
project = u'dymos'
예제 #2
0
              'numpydoc',
              'embed_code',
              'embed_compare',
              'embed_options']

# directories for which to generate sourcedocs
packages = [
    'aerodynamics',
    'functionals',
    'geometry',
    'integration',
    'structures',
    'transfer',
]

generate_docs("..", "../..", packages, project_name='openaerostruct')

# -- General configuration ------------------------------------------------

# If your documentation needs a minimal Sphinx version, state it here.
needs_sphinx = '1.6.2'

numpydoc_show_class_members = False

# The master toctree document.
#master_doc = 'index'

# General information about the project.
project = u'OpenAeroStruct'
copyright = u'2018, John Jasa, Dr. John Hwang, Justin S. Gray'
author = u'John Jasa, Dr. John Hwang, Justin S. Gray'