Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,32 @@ plugins:
version_selector: true
css_dir: css
javascript_dir: js
# Must come after mkdocstrings and mkdocs-jupyter: this plugin converts the
# rendered HTML back to Markdown, so it needs their output to already exist.
# Otherwise the API pages would export as bare `::: ikpykit.X` directives.
- llmstxt:
markdown_description: >-
IKPyKit implements Isolation Kernel methods for anomaly detection,
clustering, and representation learning, over points, graphs, groups,
streams, trajectories, and time series. The estimators follow the
scikit-learn API.
full_output: llms-full.txt
sections:
Getting started:
- README.md
- quick-start/how-to-install.md
User guides:
- user_guides/*.md
- user_guides/inne.ipynb
Examples:
- examples/*.md
API reference:
- api/**/*.md
Project:
- releases/releases.md
- faq/table-of-contents.md
- contributing/contribution.md
- authors/authors.md
theme:
name: material
custom_dir: docs/overrides
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ docs = [
"mike==2.2.0",
"mkdocs==1.6.1",
"mkdocs-jupyter==0.26.3",
"mkdocs-llmstxt==0.5.0",
"mkdocstrings==1.0.6",
"mkdocstrings-python==2.0.5",
"notebook==7.6.2",
Expand Down
63 changes: 59 additions & 4 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading