资源简介

某宝买来的,最新版5.99.8,更新挺多的,实际在使用中,无任何问题。分享给大家,希望有用,

资源截图

代码片段和文件信息

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 = [
  

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2019-06-18 13:11  longbing_card\
     文件       38238  2019-05-31 12:51  longbing_card\api.php
     文件         139  2019-05-31 12:51  longbing_card\article.html
     文件        4982  2019-06-17 10:38  longbing_card\checkVersion.php
     目录           0  2019-06-18 13:11  longbing_card\core\
     文件        2080  2019-05-31 12:51  longbing_card\core\.travis.yml
     目录           0  2019-06-18 13:11  longbing_card\core\application\
     文件          13  2019-05-31 12:51  longbing_card\core\application\.htaccess
     文件       19722  2019-06-17 10:38  longbing_card\core\application\array.php
     目录           0  2019-06-18 13:11  longbing_card\core\application\base\
     目录           0  2019-06-18 13:11  longbing_card\core\application\base\controller\
     文件        4747  2019-06-17 10:38  longbing_card\core\application\base\controller\Api.php
     文件       75782  2019-06-17 10:38  longbing_card\core\application\base\controller\baseApi.php
     文件        6015  2019-06-17 10:38  longbing_card\core\application\base\controller\Card.php
     文件       35924  2019-06-17 10:38  longbing_card\core\application\base\controller\Config.php
     文件        5708  2019-06-17 10:38  longbing_card\core\application\base\controller\Index.php
     文件       33399  2019-06-17 10:38  longbing_card\core\application\base\controller\Login.php
     文件       18100  2019-06-17 10:38  longbing_card\core\application\base\controller\Other.php
     文件        6392  2019-06-17 10:38  longbing_card\core\application\base\controller\Token.php
     文件       30854  2019-06-17 10:38  longbing_card\core\application\base\controller\User.php
     目录           0  2019-06-18 13:11  longbing_card\core\application\base\model\
     文件        6442  2019-06-17 10:38  longbing_card\core\application\base\model\baseConfig.php
     文件        3645  2019-06-17 10:38  longbing_card\core\application\base\model\CardauthConfig.php
     文件        3665  2019-06-17 10:38  longbing_card\core\application\base\model\CardauthCopyright.php
     文件        3661  2019-06-17 10:38  longbing_card\core\application\base\model\CardClientInfo.php
     文件        3613  2019-06-17 10:38  longbing_card\core\application\base\model\CardCompany.php
     文件        3604  2019-06-17 10:38  longbing_card\core\application\base\model\CardConfig.php
     文件        3600  2019-06-17 10:38  longbing_card\core\application\base\model\CardCount.php
     文件        3637  2019-06-17 10:38  longbing_card\core\application\base\model\CardExtension.php
     文件        3685  2019-06-17 10:38  longbing_card\core\application\base\model\CardFormId.php
     文件        3612  2019-06-17 10:38  longbing_card\core\application\base\model\CardGoods.php
............此处省略4962个文件信息

评论

共有 条评论