forked from DerwenAI/pytextrank
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
66 lines (56 loc) · 1.75 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
site_name: pytextrank
site_description: PyTextRank
site_url: https://github.com/DerwenAI/pytextrank
site_author: pytextrank contributors, with Derwen, Inc.
repo_url: https://github.com/DerwenAI/pytextrank
repo_name: DerwenAI/pytextrank
mkrefs_config: mkrefs.yml
copyright: Source code and documentation are <strong><a href="https://github.com/DerwenAI/pytextrank/blob/main/LICENSE" target="_blank">licensed</a></strong> under an MIT License; Copyright © 2016-2021 <strong><a href="https://derwen.ai/" target="_blank">Derwen, Inc.</a></strong>
nav:
- Home: index.md
- User Guide:
- Overview: overview.md
- Getting Started: start.md
- Package Reference: ref.md
- Dependencies: depend.md
- Build Instructions: build.md
- Troubleshooting FAQ: faq.md
- Project TODO List: todo.md
- Tutorial:
- Syllabus: tutorial.md
- Setup: setup.md
- Sample Usage: sample.md
- TextRank algorithm explained: explain_algo.md
- Extractive Summarization: explain_summ.md
- Misc. Talks: talks.md
- Glossary: glossary.md
- Bibliography: biblio.md
- Acknowledgements: ack.md
theme:
name: material
icon:
repo: fontawesome/brands/github
favicon: assets/favicon.png
logo: assets/logo.png
features:
- navigation.instant
plugins:
- git-revision-date
- mknotebooks
- mkrefs
extra_css:
- stylesheets/extra.css
extra_javascript:
- javascripts/config.js
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
use_directory_urls: true
markdown_extensions:
- admonition
- codehilite
- footnotes
- pymdownx.arithmatex:
generic: true
- toc:
toc_depth: 3
permalink: true