-
-
Notifications
You must be signed in to change notification settings - Fork 66
/
Copy path_config_python_search.yml
executable file
·72 lines (69 loc) · 1.35 KB
/
_config_python_search.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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
plugins:
- jekyll-redirect-from
- jekyll-seo-tag
- jekyll-sitemap
- algoliasearch-jekyll
# ---
# Excludes
# ---
exclude: [
'*.Rmd',
'_posts/reference_pages/',
'_posts/r/',
#'_posts/python/',
'_posts/plotly_js/',
'_posts/python-v3/', '_posts/dashboards/', '_posts/misc/',
'_posts/ggplot2',
'_posts/fsharp/',
'_posts/csharp/',
'_posts/julia','_posts/scala',
'_posts/matlab',
'_posts/nodejs',
'_posts/temp',
'vendor', 'node_modules',
'plotly.py', 'plotly.r-docs'
]
# ---
# Algolia Search
# ---
# Python Search
# update python_docs search index with: make update_python_search
#
algolia:
application_id: '7EK9KHJW8M'
index_name: 'python_docs'
read_only_api_key: '4dae07ded6a721de73bde7356eec9280'
excluded_files:
- '*.ipynb'
- '*.png'
- '*.Rmd'
- '*.R'
- 'plotly.py'
- 'plotly.r-docs'
- '_posts/dashboards'
- '_posts/ggplot2'
- '_posts/julia'
- '_posts/matlab'
- '_posts/misc'
- '_posts/nodejs'
- '_posts/python/v3'
- '_posts/python-v3'
- '_posts/python/chart-studio'
- '_posts/plotly_js'
- '_posts/r/'
- '_posts/reference_pages'
- '_posts/scala'
- '_posts/temp'
settings:
attributesToIndex:
- name
- description
- title
- h1
- h2
- h3
- h4
- h5
- h6
- unordered(text)
- unordered(tags)