Skip to content

Commit

Permalink
improve docs
Browse files Browse the repository at this point in the history
  • Loading branch information
lmiq committed Sep 4, 2023
1 parent 509ee70 commit 657256b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/src/Developer.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
```@autodocs
Modules = [ MolSimToolkit ]
Pages = [ "datastructures/Simulation.jl" ]
Filter = (f) -> !(nameof(f) === :unitcell)
```

## Positions
Expand All @@ -18,7 +19,8 @@ Pages = [ "datastructures/Positions.jl" ]

```@autodocs
Modules = [ MolSimToolkit ]
Pages = [ "datastructures/UnitCell.jl" ]
Pages = [ "datastructures/Simulation.jl" ]
Filter = (f) -> (nameof(f) === :unitcell)
```

## Wrap coordinates
Expand Down

0 comments on commit 657256b

Please sign in to comment.