代码拉取完成,页面将自动刷新
# -*- coding: utf-8 -*-
# ensure that we use the local pcl (and not the system copy) to document
import sys
import os
sys.path.insert(0, os.path.dirname(os.path.abspath(__file__)))
import pcl
assert pcl.PointCloud.__doc__ is not None
extensions = ['sphinx.ext.autodoc', 'sphinx.ext.autosummary']
needs_sphinx = '1.1'
autodoc_docstring_signature = True
# dont create empty templates and static dirs
templates_path = ['.']
html_static_path = ['.']
source_suffix = '.rst'
master_doc = 'readme'
# General information about the project.
project = u'python-pcl'
copyright = u'2013, John Stowers'
version = '1.0'
release = '1.0'
exclude_patterns = ['build']
pygments_style = 'sphinx'
html_theme = 'haiku'
htmlhelp_basename = 'python-pcldoc'
html_logo = 'pcl_logo.png'
html_title = 'Python Bindings to the Point Cloud Library'
html_short_title = '%s v%s' % (project, version)
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。