-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
61 lines (39 loc) · 1.07 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
site_name: CaseOLAP
extra_javascript:
- https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?config=TeX-AMS-MML_HTMLorMML
markdown_extensions:
- mdx_math
theme:
name: 'rtd-dropdown'
highlightjs: true
hljs_languages: []
include_homepage_in_sidebar: true
prev_next_buttons_location: bottom
navigation_depth: 4
titles_only: false
sticky_navigation: true
collapse_navigation: true
markdown_extensions:
- codehilite:
linenums: false
guess_lang: false
use_pygments: true
noclasses: true
pygments_style: manni
nav:
- Home: index.md
- Setting Up Tools:
- Setting up AWS cloud: setup/env.md
- Setting up Python: setup/anaconda.md
- Setting up MongoDB: setup/env.md
- Setting up Elasticsearch : setup/jupyter.md
- Setting up Git: setup/git.md
- Introduction:
- Workflow: workflow.md
- Pipelines:
- Download Pipeline: Download.md
- Parsing Pipeline: Parsing.md
- Indexing: Indexing.md
- Text-Cube Creation: TextCube.md
- EntityCount: EntityCount.md
- CaseOLAP: CaseOLAP.md