-
Notifications
You must be signed in to change notification settings - Fork 8
/
mkdocs.yml
52 lines (47 loc) · 1.22 KB
/
mkdocs.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
site_name: spacytextblob
site_description: A TextBlob sentiment analysis pipeline component for spaCy.
repo_url: https://github.com/samedwardes/spacytextblob
repo_name: 'samedwardes/spacytextblob'
edit_uri: ''
theme:
name: material
logo: static/img/logo_transparent_computer.png
favicon: static/img/favicon.png
features:
- search.suggest
- search.highlight
- content.code.annotate
markdown_extensions:
- mdx_include
- attr_list
- md_in_html
- admonition
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.details
- pymdownx.tasklist:
custom_checkbox: true
clickable_checkbox: true
plugins:
- search
extra:
social:
- icon: fontawesome/brands/github-alt
link: https://github.com/samedwardes/spacytextblob
- icon: fontawesome/brands/twitter
link: https://twitter.com/therealsamlam
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/in/samedwardes
nav:
- Home: 'index.md'
- Tutorial:
- tutorial/installation.md
- tutorial/getting_started.md
- tutorial/textblob_extensions.md
- tutorial/examples.md
- changelog.md
- api.md
- contributing.md