-
大小: 12.58MB文件类型: .zip金币: 1下载: 0 次发布日期: 2023-07-02
- 语言: 其他
- 标签:
资源简介
少儿编程源码 scratch培训管理系统源码 方格侠少儿编程 scratch社区 在线可分享微信 仿有道卡搭源码
代码片段和文件信息
# -*- coding: utf-8 -*-
#
# All configuration values have a default; values that are commented out
# serve to show the default.
import sys
import os
from sphinx.highlighting import lexers
from pygments.lexers.web import PhpLexer
lexers[‘php‘] = PhpLexer(startinline=True)
# on_rtd is whether we are on readthedocs.org this line of code grabbed from docs.readthedocs.org
on_rtd = os.environ.get(‘READTHEDOCS‘ None) == ‘True‘
if not on_rtd: # only import and set the theme if we‘re building docs locally
import sphinx_rtd_theme
html_theme = ‘sphinx_rtd_theme‘
html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
# otherwise readthedocs.org uses their theme by default so no need to specify it
# -- General configuration ------------------------------------------------
# Add any Sphinx extension module names here as strings. They can be
# extensions coming with Sphinx (named ‘sphinx.ext.*‘) or your custom
# ones.
extensions = [
‘sphinx.ext.autodoc‘
]
# Add any paths that contain templates here relative to this directory.
templates_path = [‘_templates‘]
# The suffix of source filenames.
source_suffix = ‘.rst‘
# The master toctree document.
master_doc = ‘index‘
# General information about the project.
project = u‘php-annotations‘
copyright = u‘2015 Rasmus Schultz‘
# The version info for the project you‘re documenting acts as replacement for
# |version| and |release| also used in various other places throughout the
# built documents.
#
# The short X.Y version.
version = ‘1.0.0‘
# The full version including alpha/beta/rc tags.
release = ‘1.0.0‘
# List of patterns relative to source directory that match files and
# directories to ignore when looking for source files.
exclude_patterns = [‘build‘]
# The reST default role (used for this markup: ‘text‘) to use for all
# documents.
#default_role = None
# If true ‘()‘ will be appended to :func: etc. cross-reference text.
#add_function_parentheses = True
# The name of the Pygments (syntax highlighting) style to use.
pygments_style = ‘sphinx‘
highlight_language = ‘php‘
# A list of ignored prefixes for module index sorting.
#modindex_common_prefix = []
# -- Options for HTML output ----------------------------------------------
# The name for this set of Sphinx documents. If None it defaults to
# “ v documentation“.
#html_title = None
# A shorter title for the navigation bar. Default is the same as html_title.
#html_short_title = None
# The name of an image file (relative to this directory) to place at the top
# of the sidebar.
#html_logo = None
# The name of an image file (within the static path) to use as favicon of the
# docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32
# pixels large.
#html_favicon = None
# 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 buil
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2019-09-18 15:50 少儿编程试用版\
文件 300 2019-09-18 15:52 少儿编程试用版\readme.txt
目录 0 2019-09-18 15:50 少儿编程试用版\shequ\
文件 228 2018-08-07 07:13 少儿编程试用版\shequ\.gitignore
文件 2038 2018-09-07 16:08 少儿编程试用版\shequ\.travis.yml
文件 1822 2018-09-07 16:08 少儿编程试用版\shequ\LICENSE.txt
文件 2261 2019-07-09 17:36 少儿编程试用版\shequ\README.md
目录 0 2019-09-18 15:50 少儿编程试用版\shequ\api\
文件 807 2018-08-07 07:13 少儿编程试用版\shequ\api\command.php
文件 9394 2019-05-27 13:32 少儿编程试用版\shequ\api\config.php
文件 622 2018-08-07 07:13 少儿编程试用版\shequ\api\databa
文件 708 2018-08-07 07:13 少儿编程试用版\shequ\api\debug.php
目录 0 2019-09-18 15:50 少儿编程试用版\shequ\api\home\
目录 0 2019-09-18 15:50 少儿编程试用版\shequ\api\home\controller\
文件 1876 2019-05-27 13:30 少儿编程试用版\shequ\api\home\controller\IndexController.php
目录 0 2019-09-18 15:50 少儿编程试用版\shequ\api\project\
目录 0 2019-09-18 15:50 少儿编程试用版\shequ\api\project\controller\
文件 692 2019-07-09 16:49 少儿编程试用版\shequ\api\project\controller\IndexController.php
文件 710 2018-08-07 07:13 少儿编程试用版\shequ\api\release.php
文件 818 2019-06-02 11:12 少儿编程试用版\shequ\api\route.php
文件 861 2019-01-09 10:00 少儿编程试用版\shequ\api\tags.php
目录 0 2019-09-18 15:50 少儿编程试用版\shequ\app\
文件 13 2018-09-07 16:08 少儿编程试用版\shequ\app\.htaccess
目录 0 2019-09-18 15:50 少儿编程试用版\shequ\app\admin\
目录 0 2019-09-18 15:50 少儿编程试用版\shequ\app\admin\controller\
文件 1660 2019-07-03 09:38 少儿编程试用版\shequ\app\admin\controller\IndexController.php
文件 4616 2019-06-26 16:58 少儿编程试用版\shequ\app\admin\controller\PublicController.php
目录 0 2019-09-18 15:50 少儿编程试用版\shequ\app\admin\lang\
文件 9099 2019-01-17 09:30 少儿编程试用版\shequ\app\admin\lang\zh-cn.php
目录 0 2019-09-18 15:50 少儿编程试用版\shequ\app\admin\model\
文件 8315 2019-07-05 09:27 少儿编程试用版\shequ\app\admin\model\ThemeModel.php
............此处省略2390个文件信息
评论
共有 条评论