pull/498/head
Kye Gomez 7 months ago
parent a4ab9c459b
commit d037593a40

@ -10,36 +10,36 @@ copyright: TGSC Corp 2024. All rights reserved.
plugins: plugins:
# - glightbox
- search - search
- git-authors - git-authors
- mkdocs-jupyter: - mkdocs-jupyter:
kernel_name: python3 kernel_name: python3
execute: false execute: false
include_source: True include_source: True
include_requirejs: True include_requirejs: true
- mkdocstrings: - mkdocstrings:
default_handler: python default_handler: python
handlers: handlers:
python: python:
options: options:
parameter_headings: True parameter_headings: true
paths: [supervision] paths: [supervision]
load_external_modules: True load_external_modules: true
allow_inspection: True allow_inspection: true
show_bases: True show_bases: true
group_by_category: True group_by_category: true
docstring_style: google docstring_style: google
show_symbol_type_heading: True show_symbol_type_heading: true
show_symbol_type_toc: True show_symbol_type_toc: true
show_category_heading: True show_category_heading: true
domains: [std, py] domains: [std, py]
- git-committers:
repository: kyegomez/swarms
branch: master
# token: !ENV ["GITHUB_TOKEN"]
- git-revision-date-localized: - git-revision-date-localized:
enable_creation_date: True enable_creation_date: true
- versioning
- table-of-contents
- mermaid2
- disqus:
site_name: your-disqus-site-name
extra_css: extra_css:
- assets/css/extra.css - assets/css/extra.css
extra: extra:
@ -48,19 +48,18 @@ extra:
link: https://x.com/KyeGomezB link: https://x.com/KyeGomezB
- icon: fontawesome/brands/github - icon: fontawesome/brands/github
link: https://github.com/kyegomez/swarms link: https://github.com/kyegomez/swarms
analytics:
provider: google
tracking_id: YOUR_TRACKING_ID
theme: theme:
name: material name: material
custom_dir: overrides custom_dir: overrides
logo: assets/img/SwarmsLogoIcon.png logo: assets/img/SwarmsLogoIcon.png
palette: palette:
# Palette toggle for light mode
- scheme: default - scheme: default
primary: black primary: black
toggle: toggle:
icon: material/brightness-7 icon: material/brightness-7
name: Switch to dark mode name: Switch to dark mode
# Palette toggle for dark mode
- scheme: slate - scheme: slate
primary: black primary: black
toggle: toggle:
@ -74,13 +73,11 @@ theme:
- navigation.expand - navigation.expand
- navigation.top - navigation.top
- announce.dismiss - announce.dismiss
- toc.integrate
- toc.expand
markdown_extensions: markdown_extensions:
- pymdownx.highlight: - pymdownx.highlight:
anchor_linenums: True anchor_linenums: true
line_spans: __span line_spans: __span
pygments_lang_class: True pygments_lang_class: true
- admonition - admonition
- pymdownx.inlinehilite - pymdownx.inlinehilite
- pymdownx.snippets - pymdownx.snippets
@ -90,9 +87,6 @@ markdown_extensions:
- tables - tables
- def_list - def_list
- footnotes - footnotes
- pymdownx.mermaid
- toc
- pymdownx.tasklist
nav: nav:
- Home: - Home:
- Overview: "index.md" - Overview: "index.md"

@ -20,12 +20,3 @@ mkdocs-enumerate-headings-plugin
mkdocs-autolinks-plugin mkdocs-autolinks-plugin
mkdocs-minify-html-plugin mkdocs-minify-html-plugin
mkdocs-autolinks-plugin mkdocs-autolinks-plugin
mkdocs-git-authors-plugin
mkdocs-jupyter
mkdocstrings
mkdocs-git-revision-date-localized-plugin
mkdocs-mermaid2-plugin
pymdown-extensions
markdown
mkdocs-material-extensions
pygments

Loading…
Cancel
Save