少儿编程源码 scratch培训管理系统源码 方格侠少儿编程


少儿编程源码 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  少儿编程试用版
eadme.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  少儿编程试用版shequLICENSE.txt
     文件        2261  2019-07-09 17:36  少儿编程试用版shequREADME.md
     目录           0  2019-09-18 15:50  少儿编程试用版shequapi
     文件         807  2018-08-07 07:13  少儿编程试用版shequapicommand.php
     文件        9394  2019-05-27 13:32  少儿编程试用版shequapiconfig.php
     文件         622  2018-08-07 07:13  少儿编程试用版shequapidatabase.php
     文件         708  2018-08-07 07:13  少儿编程试用版shequapidebug.php
     目录           0  2019-09-18 15:50  少儿编程试用版shequapihome
     目录           0  2019-09-18 15:50  少儿编程试用版shequapihomecontroller
     文件        1876  2019-05-27 13:30  少儿编程试用版shequapihomecontrollerIndexController.php
     目录           0  2019-09-18 15:50  少儿编程试用版shequapiproject
     目录           0  2019-09-18 15:50  少儿编程试用版shequapiprojectcontroller
     文件         692  2019-07-09 16:49  少儿编程试用版shequapiprojectcontrollerIndexController.php
     文件         710  2018-08-07 07:13  少儿编程试用版shequapi
elease.php
     文件         818  2019-06-02 11:12  少儿编程试用版shequapi
oute.php
     文件         861  2019-01-09 10:00  少儿编程试用版shequapi ags.php
     目录           0  2019-09-18 15:50  少儿编程试用版shequapp
     文件          13  2018-09-07 16:08  少儿编程试用版shequapp.htaccess
     目录           0  2019-09-18 15:50  少儿编程试用版shequappadmin
     目录           0  2019-09-18 15:50  少儿编程试用版shequappadmincontroller
     文件        1660  2019-07-03 09:38  少儿编程试用版shequappadmincontrollerIndexController.php
     文件        4616  2019-06-26 16:58  少儿编程试用版shequappadmincontrollerPublicController.php
     目录           0  2019-09-18 15:50  少儿编程试用版shequappadminlang
     文件        9099  2019-01-17 09:30  少儿编程试用版shequappadminlangzh-cn.php
     目录           0  2019-09-18 15:50  少儿编程试用版shequappadminmodel
     文件        8315  2019-07-05 09:27  少儿编程试用版shequappadminmodelThemeModel.php
............此处省略2390个文件信息

版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容, 请发送邮件举报,一经查实,本站将立刻删除。

发表评论

评论列表(条)