Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

A zero-dependency Rust library for physics, mathematics and engineering computation.

**[rust-physics-engine.mimsec.com](https://rust-physics-engine.mimsec.com)** the
**[rust-physics-engine.mimsec.com](https://rust-physics-engine.mimsec.com)** has the
guide, a searchable index of all 71 modules, and the full API documentation built
from the current commit.

Expand Down Expand Up @@ -982,7 +982,7 @@ python3 -m http.server --directory _site
```

That builds everything except `/api`, which is `cargo doc --no-deps` output
copied to `_site/api` — the workflow does it in one more step.
copied to `_site/api`. The workflow does it in one more step.

## License

Expand Down
2 changes: 1 addition & 1 deletion site/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Not found rust_physics_engine</title>
<title>Not found &middot; rust_physics_engine</title>
<meta name="robots" content="noindex">
<link rel="icon" href="/favicon.svg" type="image/svg+xml">
<link rel="stylesheet" href="/styles.css">
Expand Down
Loading
Loading