Skip to content

Commit

Permalink
Fix docs in docs/src/lib/public.md
Browse files Browse the repository at this point in the history
  • Loading branch information
singularitti committed Sep 16, 2023
1 parent 3b9521c commit 149f122
Showing 1 changed file with 14 additions and 5 deletions.
19 changes: 14 additions & 5 deletions docs/src/lib/public.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,23 @@ Pages = ["public.md"]
### Lattices

```@docs
CrystallographyCore.Lattice
CrystallographyCore.basisvectors
CrystallographyCore.eachbasisvector
Lattice
basisvectors(::Lattice)
eachbasisvector(::Lattice)
```

### Reciprocal lattices

```@docs
ReciprocalLattice
basisvectors(::ReciprocalLattice)
eachbasisvector(::ReciprocalLattice)
reciprocal
```

### Cells

```@docs
CrystallographyCore.Cell
CrystallographyCore.eachatom
Cell
eachatom
```

0 comments on commit 149f122

Please sign in to comment.