-
Notifications
You must be signed in to change notification settings - Fork 53
/
_config.yml
49 lines (42 loc) · 1.08 KB
/
_config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
title: Scientific Python Development Guide
email: [email protected]
description: >-
This guide is maintained by the scientific Python community for the benefit of
fellow scientists and research software engineers.
github_username: scientific-python
source: docs
# Build settings
markdown: kramdown
theme: "just-the-docs"
plugins:
- jekyll-feed
# Theme settings
logo: "/assets/images/logo.svg"
# Enable or disable the site search
search_enabled: true
# Aux links for the upper right navigation
aux_links:
Scientific Python:
- https://scientific-python.org
Learn:
- https://learn.scientific-python.org
Cookie:
- https://github.com/scientific-python/cookie
gh_edit_link: true
gh_edit_link_text: "View source for this page on GitHub."
gh_edit_repository: "https://github.com/scientific-python/cookie"
gh_edit_branch: "main"
gh_edit_source: "docs"
gh_edit_view_mode: "tree" # "tree" or "edit"
callouts:
warning:
color: red
title: Warning
note:
color: yellow
title: Note
important:
color: green
title: Important
highlight:
color: blue