-
Notifications
You must be signed in to change notification settings - Fork 2
/
mkdocs.yml
55 lines (53 loc) · 1.42 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
site_name: Stock Analysis
theme:
name: "material"
palette:
scheme: preference
primary: deep orange
accent: green
features:
- navigation.instant
- navigation.tabs
icon:
repo: fontawesome/brands/github
repo_url: https://github.com/Akashdesarda/stock-analysis
repo_name: Akashdesarda/stock-analysis
extra:
social:
- icon: fontawesome/solid/paper-plane
link: mailto:desardaakash@gmail.com
name: Contact me
- icon: fontawesome/brands/github
link: https://github.com/Akashdesarda
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/in/akashdesarda/
- icon: fontawesome/brands/medium
link: https://www.medium.com/@desardaakash
# extra:
# version:
# provider: mike
plugins:
- search
- mkdocstrings:
handlers:
python:
rendering:
show_root_heading: false
show_source: true
show_category_heading: true
show_root_toc_entry: false
selection:
docstring_style: "google"
watch:
- stock_analysis
nav:
- Home: index.md
- Concept Reference:
- Generic Terminology: theory/generic_term.md
- Practical Usage: theory/prac_usage.md
- Code Reference:
- Momentum Strategy: reference/momentum_docs.md
- Indicators: reference/indicators_docs.md
- Utilities: reference/utils.md
- Web App:
- Usage: reference/web_app.md