资源简介
可用于搭建在线网校/教育系统,系统角色有学员、讲师和管理员。功能参考mooc募课网网。可用于搭建在线网校/教育系统,系统角色有学员、讲师和管理员。功能参考mooc募课网网。可用于搭建在线网校/教育系统,系统角色有学员、讲师和管理员。功能参考mooc募课网网。
代码片段和文件信息
import sys os
from sphinx.highlighting import lexers
from pygments.lexers.web import PhpLexer
lexers[‘php‘] = PhpLexer(startinline=True linenos=1)
lexers[‘php-annotations‘] = PhpLexer(startinline=True linenos=1)
primary_domain = ‘php‘
# -- General configuration -----------------------------------------------------
extensions = []
templates_path = [‘_templates‘]
source_suffix = ‘.rst‘
master_doc = ‘index‘
project = u‘Guzzle‘
copyright = u‘2012 Michael Dowling‘
version = ‘3.0.0‘
release = ‘3.0.0‘
exclude_patterns = [‘_build‘]
# -- Options for HTML output ---------------------------------------------------
# The name for this set of Sphinx documents. If None it defaults to
# “ v documentation“.
html_title = “Guzzle documentation“
html_short_title = “Guzzle“
# Add any paths that contain custom static files (such as style sheets) here
# relative to this directory. They are copied after the builtin static files
# so a file named “default.css“ will overwrite the builtin “default.css“.
html_static_path = [‘_static‘]
# Custom sidebar templates maps document names to template names.
html_sidebars = {
‘**‘: [‘localtoc.html‘ ‘leftbar.html‘ ‘searchbox.html‘]
}
# Output file base name for HTML help builder.
htmlhelp_basename = ‘Guzzledoc‘
# -- Guzzle Sphinx theme setup ------------------------------------------------
sys.path.insert(0 ‘/Users/dowling/projects/guzzle_sphinx_theme‘)
import guzzle_sphinx_theme
html_translator_class = ‘guzzle_sphinx_theme.HTMLTranslator‘
html_theme_path = guzzle_sphinx_theme.html_theme_path()
html_theme = ‘guzzle_sphinx_theme‘
# Guzzle theme options (see theme.conf for more information)
html_theme_options = {
“index_template“: “index.html“
“project_nav_name“: “Guzzle“
“github_user“: “guzzle“
“github_repo“: “guzzle“
“disqus_comments_shortname“: “guzzle“
“google_analytics_account“: “UA-22752917-1“
}
# -- Options for LaTeX output --------------------------------------------------
latex_elements = {}
# Grouping the document tree into LaTeX files. List of tuples
# (source start file target name title author documentclass [howto/manual]).
latex_documents = [
(‘index‘ ‘Guzzle.tex‘ u‘Guzzle Documentation‘
u‘Michael Dowling‘ ‘manual‘)
]
# -- Options for manual page output --------------------------------------------
# One entry per manual page. List of tuples
# (source start file name description authors manual section).
man_pages = [
(‘index‘ ‘guzzle‘ u‘Guzzle Documentation‘
[u‘Michael Dowling‘] 1)
]
# If true show URL addresses after external links.
#man_show_urls = False
# -- Options for Texinfo output ------------------------------------------------
# Grouping the document tree into Texinfo files. List of tuples
# (source start file target name title author
# dir menu entry description category)
texinfo_documents = [
(‘index‘ ‘Guzzle‘ u‘Guzzle Documentation‘
u‘Michael Dowling‘ ‘Guzzle‘ ‘One line de
相关资源
- laragon full4.0.16.0 全栈式PHP集成环境
- php项目开发1200例
- PHP动态网站开发
- php微信小程序多商户版
- php伊人集电商平台源码
- php presto 操作 hive 类
- 一元夺宝.zip
- ThinkPhp5.0电商源码前端,后端
- PHP与MySQL程序设计第四版含源码
- 史上最全传智播客PHP就业班视频课,
- rips0.55汉化版
- PHP和MySQL Web开发(原书第4和第5版含代
- 毕业答辩-php酒店预订管理系统-毕业设
- 计算机图形学 第二版 Peter Shirley 带书
- 微信大屏幕上墙程序源码
- 飞扬神途-PHP网站源码.rar
- 2018婚礼、年会现场活动大屏幕微信上
- DSKms系统Thinkphp框架开发内容付费/知识
- Thinkphp内核共享充电宝系统源码2.0版本
- 思途cms旅游系统商业版+完美破除授权
- 贷超定制版.rar
- 高级版现场活动大屏幕系统PHP.rar
- ThinkPHP借贷超市V1.5三级分销金融超市
- 织梦系统做的在线音乐网源码 php+my
- 细说PHP(高清PDF中文版)
- php项目开发案例整合
- 宽屏响应式模板 英文外贸网站源码
- 外卖人最新可以用源码
- PHP万能表单系统可用于招生报名,招
- PHP旅游网站.zip
评论
共有 条评论