Skip to content

Commit

Permalink
docs: fix broken links (#1045)
Browse files Browse the repository at this point in the history
* add anchor link

* fix typo in link

* links to subheadings don't work
  • Loading branch information
Titus-von-Koeller authored Feb 6, 2024
1 parent bb5f6b9 commit a0fc3db
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions docs/source/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ There are ongoing efforts to support further hardware backends, i.e. Intel CPU +

## API documentation

- [Linear4bit](quantizaton#linear4bit)
- [Linear8bit](quantizaton#linear8bit)
- [StableEmbedding](optimizers#stableembedding)
- [Quantization](quantization)
- [Integrations](integrations)
- [Optimizers](optimizers)

# License

Expand Down
2 changes: 1 addition & 1 deletion docs/source/optimizers.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ class MyModule(torch.nn.Module):

Here we'll provide further auto-generated API docs soon. Please feel free to contribute doc-strings for the respective optimizers, as `bitsandbytes` is a community effort.

## StableEmbedding
### StableEmbedding[[stable-emb-api]]

[[autodoc]] bitsandbytes.nn.StableEmbedding
- __init__

0 comments on commit a0fc3db

Please sign in to comment.