mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-09-09 20:38:56 +00:00
transfer python bindings code
This commit is contained in:
76
gpt4all-bindings/python/mkdocs.yml
Normal file
76
gpt4all-bindings/python/mkdocs.yml
Normal file
@@ -0,0 +1,76 @@
|
||||
site_name: GPT4All Python Documentation
|
||||
repo_url: https://github.com/nomic-ai/gpt4all
|
||||
repo_name: nomic-ai/gpt4all
|
||||
site_url: https://docs.nomic.ai # TODO: change
|
||||
edit_uri: edit/main/docs/
|
||||
site_description: Python bindings for GPT4All
|
||||
copyright: Copyright © 2023 Nomic, Inc
|
||||
use_directory_urls: false
|
||||
|
||||
nav:
|
||||
- 'index.md'
|
||||
- 'API Reference':
|
||||
- 'gpt4all_api.md'
|
||||
|
||||
theme:
|
||||
name: material
|
||||
palette:
|
||||
primary: white
|
||||
logo: assets/nomic.png
|
||||
favicon: assets/favicon.ico
|
||||
features:
|
||||
- navigation.instant
|
||||
- navigation.tracking
|
||||
- navigation.sections
|
||||
# - navigation.tabs
|
||||
# - navigation.tabs.sticky
|
||||
|
||||
markdown_extensions:
|
||||
- pymdownx.highlight:
|
||||
anchor_linenums: true
|
||||
- pymdownx.inlinehilite
|
||||
- pymdownx.snippets
|
||||
- pymdownx.details
|
||||
- pymdownx.superfences
|
||||
- pymdownx.tabbed:
|
||||
alternate_style: true
|
||||
- pymdownx.emoji:
|
||||
emoji_index: !!python/name:materialx.emoji.twemoji
|
||||
emoji_generator: !!python/name:materialx.emoji.to_svg
|
||||
options:
|
||||
custom_icons:
|
||||
- docs/overrides/.icons
|
||||
- tables
|
||||
- admonition
|
||||
- codehilite:
|
||||
css_class: highlight
|
||||
|
||||
extra_css:
|
||||
- css/custom.css
|
||||
|
||||
plugins:
|
||||
- mkdocstrings:
|
||||
handlers:
|
||||
python:
|
||||
options:
|
||||
show_root_heading: True
|
||||
heading_level: 4
|
||||
show_root_full_path: false
|
||||
docstring_section_style: list
|
||||
#- material/social:
|
||||
# cards_font: Roboto
|
||||
|
||||
#- mkdocs-jupyter:
|
||||
# ignore_h1_titles: True
|
||||
# show_input: True
|
||||
|
||||
extra:
|
||||
generator: false
|
||||
analytics:
|
||||
provider: google
|
||||
property: G-NPXC8BYHJV
|
||||
#social:
|
||||
# - icon: fontawesome/brands/twitter
|
||||
# link: https://twitter.com/nomic_ai
|
||||
# - icon: material/fruit-pineapple
|
||||
# link: https://www.youtube.com/watch?v=628eVJgHD6I
|
Reference in New Issue
Block a user