1 Star 0 Fork 0

jumboj/nbdev_end2end

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
settings.ini 2.33 KB
一键复制 编辑 原始数据 按行查看 历史
Jumbo Jing 提交于 2021-01-19 23:28 . Update settings.ini
[DEFAULT]
# All sections below are required unless otherwise specified
host = github
lib_name = nbdev_end2end
# For Enterprise Git add variable repo_name and company name
# repo_name = analytics
# company_name = nike
user = jumbojing
description = "nbdev end to end"
keywords = jupyter, nbdev
author = Jumbo Jing
author_email = gelamb@sina.com
copyright = jumbojing
branch = branch
version = 0.0.1
min_python = 3.6
audience = Developers
language = Chinese
# Set to True if you want to create a more fancy sidebar.json than the default
custom_sidebar = False
# Add licenses and see current list in `setup.py`
license = apache2
# From 1-7: Planning Pre-Alpha Alpha Beta Production Mature Inactive
status = 2
# Optional. Same format as setuptools requirements
# requirements =
# Optional. Same format as setuptools console_scripts
# console_scripts =
# Optional. Same format as setuptools dependency-links
# dep_links =
###
# You probably won't need to change anything under here,
# unless you have some special requirements
###
# Change to, e.g. "nbs", to put your notebooks in nbs dir instead of repo root
nbs_path = .
doc_path = docs
# Whether to look for library notebooks recursively in the `nbs_path` dir
recursive = False
# Anything shown as '%(...)s' is substituted with that setting automatically
doc_host = https://%(user)s.github.io
#For Enterprise Git pages use:
#doc_host = https://pages.github.%(company_name)s.com.
doc_baseurl = /%(lib_name)s/
# For Enterprise Github pages docs use:
# doc_baseurl = /%(repo_name)s/%(lib_name)s/
git_url = https://github.com/%(user)s/%(lib_name)s/tree/%(branch)s/
# For Enterprise Github use:
#git_url = https://github.%(company_name)s.com/%(repo_name)s/%(lib_name)s/tree/%(branch)s/
lib_path = %(lib_name)s
title = %(lib_name)s
#Optional advanced parameters
#Monospace docstings: adds <pre> tags around the doc strings, preserving newlines/indentation.
#monospace_docstrings = False
#Test flags: introduce here the test flags you want to use separated by |
#tst_flags =
#Custom sidebar: customize sidebar.json yourself for advanced sidebars (False/True)
#custom_sidebar =
#Cell spacing: if you want cell blocks in code separated by more than one new line
#cell_spacing =
#Custom jekyll styles: if you want more jekyll styles than tip/important/warning, set them here
#jekyll_styles = note,warning,tip,important
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/jumboj/nbdev_end2end.git
git@gitee.com:jumboj/nbdev_end2end.git
jumboj
nbdev_end2end
nbdev_end2end
master

搜索帮助