Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit e349f31

Browse filesBrowse files
committed
docs: Fix API Reference page
1 parent b6bb7ac commit e349f31
Copy full SHA for e349f31

File tree

Expand file treeCollapse file tree

1 file changed

+18
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+18
-1
lines changed

‎docs/api-reference.md

Copy file name to clipboardExpand all lines: docs/api-reference.md
+18-1Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.