CoolFace
Apppublic

marii/study_group_example

sourceHugging Faceupdated 4y agoView on Hugging Face
0likes
settings.ini76 linesDownload Raw Back to root
1[DEFAULT]2# All sections below are required unless otherwise specified3host = github4lib_name = pets5# For Enterprise Git add variable repo_name and company name6repo_name = study_group_nbdev7# company_name = nike8 9user = marii.moe10description = A example for study group11# keywords = some keywords12author = {author}13author_email = {author_email}14copyright = apache 15branch = {branch}16version = 0.0.117min_python = 3.618audience = Developers19language = English20# Set to True if you want to create a more fancy sidebar.json than the default21custom_sidebar = False22# Add licenses and see current list in `setup.py`23license = apache224# From 1-7: Planning Pre-Alpha Alpha Beta Production Mature Inactive25status = 226 27# Optional. Same format as setuptools requirements28# requirements = 29# Optional. Same format as setuptools console_scripts30# console_scripts = 31# Optional. Same format as setuptools dependency-links32# dep_links = 33 34###35# You probably won't need to change anything under here,36#   unless you have some special requirements37###38 39# Change to, e.g. "nbs", to put your notebooks in nbs dir instead of repo root40nbs_path = .41doc_path = docs42 43# Whether to look for library notebooks recursively in the `nbs_path` dir44recursive = False45 46# Anything shown as '%(...)s' is substituted with that setting automatically47doc_host =  https://%(user)s.github.io48#For Enterprise Git pages use:  49#doc_host = https://pages.github.%(company_name)s.com.  50 51 52doc_baseurl = /%(lib_name)s/53# For Enterprise Github pages docs use:54# doc_baseurl = /%(repo_name)s/%(lib_name)s/55 56git_url = https://github.com/%(user)s/%(lib_name)s/tree/%(branch)s/57# For Enterprise Github use:58#git_url = https://github.%(company_name)s.com/%(repo_name)s/%(lib_name)s/tree/%(branch)s/59 60 61 62lib_path = %(lib_name)s63title = %(lib_name)s64 65#Optional advanced parameters66#Monospace docstings: adds <pre> tags around the doc strings, preserving newlines/indentation.67#monospace_docstrings = False68#Test flags: introduce here the test flags you want to use separated by |69#tst_flags = 70#Custom sidebar: customize sidebar.json yourself for advanced sidebars (False/True)71#custom_sidebar = 72#Cell spacing: if you want cell blocks in code separated by more than one new line73#cell_spacing = 74#Custom jekyll styles: if you want more jekyll styles than tip/important/warning, set them here75#jekyll_styles = note,warning,tip,important76