Skip to content

Commit 684e7cb

Browse files
HFooladiclaude
andcommitted
fix: correct documentation links in README
Use .html extension for links (use_directory_urls: false in mkdocs) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent c97b13d commit 684e7cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
High-performance molecular active learning with JAX. Built with [Flax NNX](https://flax.readthedocs.io/en/latest/nnx_basics.html) (the modern Flax API) and [jraph](https://github.com/deepmind/jraph) for efficient graph batching, achieving ~400x speedup over naive implementations.
1212

13-
**[Documentation](https://hfooladi.github.io/molax/)** | **[API Reference](https://hfooladi.github.io/molax/api/models/)**
13+
**[Documentation](https://hfooladi.github.io/molax/)** | **[API Reference](https://hfooladi.github.io/molax/api/models.html)**
1414

1515
## Installation
1616

@@ -45,7 +45,7 @@ model = UncertaintyGCN(config, rngs=nnx.Rngs(0))
4545
mean, variance = model(train_graphs, training=True)
4646
```
4747

48-
See the [Core Concepts](https://hfooladi.github.io/molax/concepts/) guide for the batch-once-then-mask pattern that enables the 400x speedup.
48+
See the [Core Concepts](https://hfooladi.github.io/molax/concepts.html) guide for the batch-once-then-mask pattern that enables the 400x speedup.
4949

5050
## Features
5151

0 commit comments

Comments
 (0)