Skip to content

Commit 6e70a13

Browse files
committed
Fix
1 parent e90ab5b commit 6e70a13

5 files changed

Lines changed: 371 additions & 59 deletions

File tree

docs/api/index.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
11
# API Reference
22

3-
This page contains the complete API documentation for bhut, automatically generated from the source code.
4-
5-
::: bhut
3+
::: bhut

docs/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,4 @@ print(f"Number of nodes: {tree.n_nodes}")
6868

6969
- Learn about [parameters and configuration](usage.md)
7070
- Explore the [complete API reference](api/)
71-
- Understand the [theory behind Barnes-Hut](theory/barnes-hut.md)
71+
- Understand the [theory behind Barnes-Hut](theory/barnes-hut.md)

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ forces = bhut.force(positions, masses, theta=0.5)
3535
- **[Usage Guide](usage.md)** - Parameters, 2D/3D usage, advanced features
3636
- **[API Reference](api/)** - Complete function and class documentation
3737
- **[Theory](theory/barnes-hut.md)** - Mathematical background and algorithms
38-
- **[Development](dev/contributing.md)** - Contributing and development setup
38+
- **[Development](dev/contributing.md)** - Contributing and development setup

docs/usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,4 +120,4 @@ for step in range(100):
120120
# Different force kernels
121121
forces = bhut.force(positions, masses, kernel='gravitational')
122122
forces = bhut.force(positions, masses, kernel='coulomb')
123-
```
123+
```

0 commit comments

Comments
 (0)