Skip to content

Commit

Permalink
Fix errors in doc build
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesgardner1421 committed Sep 1, 2023
1 parent dce111a commit f0a1102
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/src/dynamicssimulations/dynamicsmethods/ehrenfest.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@ momenta = reduce(vcat, final_velocities*atoms.masses[1])

```@example ehrenfest
using Plots
density(momenta)
histogram(momenta)
xlims!(-20,20)
```
2 changes: 1 addition & 1 deletion docs/src/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ r = fill(x1, (1,1))
Velocities are handled in the same way as positions and the data structures are the same.
Usually manual initialisation like this will only be necessary for small model systems,
whereas full dimensional model system will be read from a file instead.
This is explored in the [`Atoms` documentation](@ref reading-and-writing).
This is explored in the [`Atoms` documentation](@ref atoms).

!!! tip "Ring polymer simulations?"

Expand Down

0 comments on commit f0a1102

Please sign in to comment.