forked from Sinaptik-AI/pandas-ai
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
46 lines (44 loc) · 1.11 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
site_name: Pandas-ai
site_url: https://pandasai.readthedocs.io/en/latest/
repo_url: https://github.com/gventuri/pandas-ai
site_description: Pandasai Documentation with Markdown
site_author: pandasai contributors
theme:
name: readthedocs
highlightjs: true
nav:
- Home: index.md
- Getting Started: getting-started.md
- Cache: cache.md
- Shortcuts: shortcuts.md
- Middlewares: middlewares.md
- Custom Optional Arguments: custom_optional_arguments.md
- Command Line Tool: pai_cli.md
- LLMs:
- llms.md
- LLMs/langchain-llms.md
- API:
- API/pandasai.md
- API/prompts.md
- API/llms.md
- API/helpers.md
- API/pai.md
- About:
- Release Notes: release-notes.md
- Contributing: CONTRIBUTING.md
- Documents Building: building_docs.md
- License: license.md
extra:
version: "0.6.2"
plugins:
- search
- mkdocstrings:
handlers:
# See: https://mkdocstrings.github.io/python/usage/
python:
options:
docstring_style: google
markdown_extensions:
- markdown_include.include:
base_path: .
- admonition