docs: Fix API Reference page
This commit is contained in:
parent
b6bb7ac76a
commit
e349f314b4
1 changed files with 18 additions and 1 deletions
|
@ -2,6 +2,8 @@
|
||||||
title: API Reference
|
title: API Reference
|
||||||
---
|
---
|
||||||
|
|
||||||
|
## High Level API
|
||||||
|
|
||||||
::: llama_cpp.Llama
|
::: llama_cpp.Llama
|
||||||
options:
|
options:
|
||||||
members:
|
members:
|
||||||
|
@ -48,6 +50,21 @@ title: API Reference
|
||||||
options:
|
options:
|
||||||
show_root_heading: true
|
show_root_heading: true
|
||||||
|
|
||||||
|
## Low Level API
|
||||||
|
|
||||||
::: llama_cpp.llama_cpp
|
::: llama_cpp.llama_cpp
|
||||||
options:
|
options:
|
||||||
show_if_no_docstring: true
|
show_if_no_docstring: true
|
||||||
|
# filter only members starting with `llama_`
|
||||||
|
filters:
|
||||||
|
- "^llama_"
|
||||||
|
|
||||||
|
::: llama_cpp.llama_cpp
|
||||||
|
options:
|
||||||
|
show_if_no_docstring: true
|
||||||
|
show_root_heading: false
|
||||||
|
show_root_toc_entry: false
|
||||||
|
heading_level: 4
|
||||||
|
# filter only members starting with `LLAMA_`
|
||||||
|
filters:
|
||||||
|
- "^LLAMA_"
|
||||||
|
|
Loading…
Reference in a new issue