1 Star 0 Fork 0

Lucy2020/python-pcl

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
conf.py 876 Bytes
一键复制 编辑 原始数据 按行查看 历史
sirokujira 提交于 2018-08-27 10:42 . fix pep8(use autopep8)
# -*- 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)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/lucy2020/python-pcl.git
git@gitee.com:lucy2020/python-pcl.git
lucy2020
python-pcl
python-pcl
master

搜索帮助