资源简介
github上下载的,前端开发可以看看,是一个关于天气的小网站
代码片段和文件信息
# -*- coding: utf-8 -*-
#
# Configuration file for the Sphinx documentation builder.
#
# This file does only contain a selection of the most common options. For a
# full list see the documentation:
# http://www.sphinx-doc.org/en/master/config
# -- Path setup --------------------------------------------------------------
# If extensions (or modules to document with autodoc) are in another directory
# add these directories to sys.path here. If the directory is relative to the
# documentation root use os.path.abspath to make it absolute like shown here.
#
# import os
# import sys
# sys.path.insert(0 os.path.abspath(‘.‘))
import sys
import os
import shlex
import sphinx_rtd_theme
on_rtd = os.environ.get(‘READTHEDOCS‘ None) == ‘True‘
sys.path.insert(0 os.path.abspath(os.path.join(os.path.dirname(__file__) ‘..‘)))
# -- Project information -----------------------------------------------------
project = ‘WeatherRadar‘
copyright = ‘2018 wqshen‘
author = ‘wqshen‘
# The short X.Y version
version = ‘‘
# The full version including alpha/beta/rc tags
release = ‘0.0.1‘
# -- General configuration ---------------------------------------------------
# If your documentation needs a minimal Sphinx version state it here.
#
# needs_sphinx = ‘1.0‘
# 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.intersphinx‘
‘sphinx.ext.todo‘
‘sphinx.ext.mathjax‘
]
# Add any paths that contain templates here relative to this directory.
templates_path = [‘_templates‘]
# The suffix(es) of source filenames.
# You can specify multiple suffix as a list of string:
#
# source_suffix = [‘.rst‘ ‘.md‘]
source_suffix = ‘.rst‘
# The master toctree document.
master_doc = ‘index‘
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
#
# This is also used if you do content translation via gettext catalogs.
# Usually you set “language“ from the command line for these cases.
language = ‘ZH_CN‘
# List of patterns relative to source directory that match files and
# directories to ignore when looking for source files.
# This pattern also affects html_static_path and html_extra_path .
exclude_patterns = []
# The name of the Pygments (syntax highlighting) style to use.
pygments_style = ‘sphinx‘
# -- Options for HTML output -------------------------------------------------
# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
#
html_theme = ‘sphinx_rtd_theme‘
# Theme options are theme-specific and customize the look and feel of a theme
# further. For a list of options available for each theme see the
# documentation.
#
# html_theme_options = {}
# 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
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2018-06-22 05:34 WeatherRadar-master\
文件 613 2018-06-22 05:34 WeatherRadar-master\Makefile
目录 0 2018-06-22 05:34 WeatherRadar-master\build\
目录 0 2018-06-22 05:34 WeatherRadar-master\build\doctrees\
文件 1523233 2018-06-22 05:34 WeatherRadar-master\build\doctrees\environment.pickle
文件 4881 2018-06-22 05:34 WeatherRadar-master\build\doctrees\index.doctree
文件 128822 2018-06-22 05:34 WeatherRadar-master\build\doctrees\多普勒天气雷达原理.doctree
文件 5943 2018-06-22 05:34 WeatherRadar-master\build\doctrees\对流风暴.doctree
文件 37654 2018-06-22 05:34 WeatherRadar-master\build\doctrees\雷达回波的识别.doctree
目录 0 2018-06-22 05:34 WeatherRadar-master\build\html\
文件 230 2018-06-22 05:34 WeatherRadar-master\build\html\.buildinfo
目录 0 2018-06-22 05:34 WeatherRadar-master\build\html\_images\
文件 98379 2018-06-22 05:34 WeatherRadar-master\build\html\_images\AP_terrain_example.jpg
文件 217115 2018-06-22 05:34 WeatherRadar-master\build\html\_images\KUEX_20080726_bref_1918Z.jpg
文件 67281 2018-06-22 05:34 WeatherRadar-master\build\html\_images\bright_band_noaa.print.png
文件 132139 2018-06-22 05:34 WeatherRadar-master\build\html\_images\brown_wood_jet_veering_aliased.jpg
文件 188888 2018-06-22 05:34 WeatherRadar-master\build\html\_images\doppler_dilemma_diagram.jpg
文件 7341447 2018-06-22 05:34 WeatherRadar-master\build\html\_images\groundclutter.png
文件 56466 2018-06-22 05:34 WeatherRadar-master\build\html\_images\pulse_power.jpg
文件 190067 2018-06-22 05:34 WeatherRadar-master\build\html\_images\rangevsheight.jpg
文件 20870 2018-06-22 05:34 WeatherRadar-master\build\html\_images\rayleigh_or_mie_scattering.jpg
文件 132050 2018-06-22 05:34 WeatherRadar-master\build\html\_images\side_lobe_echoes.jpg
文件 1403821 2018-06-22 05:34 WeatherRadar-master\build\html\_images\sidelobe.png
文件 226848 2018-06-22 05:34 WeatherRadar-master\build\html\_images\squall_atten.jpg
文件 59242 2018-06-22 05:34 WeatherRadar-master\build\html\_images\supercell_bref_vel_concept.jpg
文件 1013668 2018-06-22 05:34 WeatherRadar-master\build\html\_images\干冷锋辐合线触发.png
文件 12231 2018-06-22 05:34 WeatherRadar-master\build\html\_images\折射定律.png
文件 265298 2018-06-22 05:34 WeatherRadar-master\build\html\_images\晴空回波.png
文件 18375 2018-06-22 05:34 WeatherRadar-master\build\html\_images\有效照射深度.png
文件 44706 2018-06-22 05:34 WeatherRadar-master\build\html\_images\标准折射.jpg
文件 124158 2018-06-22 05:34 WeatherRadar-master\build\html\_images\气体对10cm雷达波的衰减.png
............此处省略218个文件信息
相关资源
- CSS禅意花园PDF+源码含资源文件
- themeforest合集.zip
- CSS权威指南高清带书签PDF+源码
- CSS Web设计高级教程.第2版
- 响应式前端纯静态网页模板
- 30多个漂亮的各类型网站源代码打包分
- 网上购物商城静态页面模板
- Brackets安装包和插件(全)
- 《css权威指南第4版》彩色高清英文原
- css权威指南第四版 CSS_ The Definitive G
- 图解CSS3核心技术与案例实战.大漠(带
- web前端开发技术储久良2015版课后答案
- select2兼容ie8版本的js css zh-cn.js
- Web前端开发技术第2版课后习题答案
- 微信小程序投票系统创建投票发布d
- 亚信安全ACCSS_Deep含H3C version完整题库
- 教育信息平台需求分析及功能说明设
- bootstrap_admin后台管理模板.zip
- web 大作业 网站个人空间
- 用网页做的类网易云风格的播放器
- superTables引用的js和css
- 前端星空夜空背景登录界面模板
- 抽奖系统代码,可以自主修改
- CSS3制作3D图片立方体旋转特效.zip
- CSS3奇思妙想单标签实现各类图形
- js和CSS3媒体查询制作简单的响应式导
- 纯css实现固定在网页底部菜单导航
- 简易博客开发
- bootstrap-table-editable.js/css
- 超级好看的VUE滑动条效果
评论
共有 条评论