generated from alvarobartt/python-package-template
-
-
Notifications
You must be signed in to change notification settings - Fork 36
/
mkdocs.yml
61 lines (54 loc) · 1.51 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: 🤏🏻 investiny
site_url: https://github.com/alvarobartt/investiny
site_author: Alvaro Bartolome
site_description: investpy but made tiny
repo_name: alvarobartt/investiny
repo_url: https://github.com/alvarobartt/investiny
copyright: Copyright © 2022 Alvaro Bartolome
theme:
name: material
palette:
- scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
- scheme: slate
toggle:
icon: material/brightness-4
name: Switch to light mode
font:
text: Roboto
code: Roboto Mono
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.superfences
plugins:
- search:
- git-revision-date-localized:
type: timeago
enable_creation_date: true
- mkdocstrings:
extra:
social:
- icon: fontawesome/brands/python
link: https://pypi.org/project/investiny/
- icon: fontawesome/brands/github
link: https://github.com/alvarobartt
- icon: fontawesome/brands/twitter
link: https://twitter.com/alvarobartt
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/in/alvarobartt/
nav:
- Home: index.md
- Differences with investpy: differences-with-investpy.md
- Requirements: requirements.md
- Installation: installation.md
- Usage: usage.md
- Limitations: limitations.md
- Integrations: integrations.md
- API Reference:
- Historical: api/historical.md
- Search: api/search.md
- Disclaimer: disclaimer.md
- License: license.md