8000 docs: Fix API Reference page · gardner/llama-cpp-python@e349f31 · GitHub
[go: up one dir, main page]

Skip to content

Commit e349f31

Browse files
committed
docs: Fix API Reference page
1 parent b6bb7ac commit e349f31

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

docs/api-reference.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
title: API Reference
33
---
44

5+
## High Level API
6+
57
::: llama_cpp.Llama
68
options:
79
members:
@@ -48,6 +50,21 @@ title: API Reference
4850
options:
4951
show_root_heading: true
5052

53+
## Low Level API
54+
55+
::: llama_cpp.llama_cpp
56+
options:
57+
show_if_no_docstring: true
58+
# filter only members starting with `llama_`
59+
filters:
60+
- "^llama_"
61+
5162
::: llama_cpp.llama_cpp
5263
options:
53-
show_if_no_docstring: true
64+
show_if_no_docstring: true
65+
show_root_heading: false
66+
show_root_toc_entry: false
67+
heading_level: 4
68+
# filter only members starting with `LLAMA_`
69+
filters:
70+
- "^LLAMA_"

0 commit comments

Comments
 (0)
0