Skip to content

Commit

Permalink
add reference page
Browse files Browse the repository at this point in the history
  • Loading branch information
lmiq committed Sep 12, 2023
1 parent d789689 commit 17e109e
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 10 deletions.
1 change: 1 addition & 0 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ makedocs(
"Basic use" => "basic.md",
"Advanced use" => "advanced.md",
"Reference" => "reference.md",
"Citation" => "citation.md",
],
)
deploydocs(
Expand Down
10 changes: 10 additions & 0 deletions docs/src/citation.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Citation

If this package was useful, please cite the article describing the main
algorithms on which it is based:

L. Martínez, **CellListMap.jl: Efficient and customizable cell list implementation for calculation of pairwise particle properties within a cutoff.**
*Computer Physics Communications* **279**, 108452 (2022).

DOI: [10.1016/j.cpc.2022.108452](https://doi.org/10.1016/j.cpc.2022.108452)

24 changes: 14 additions & 10 deletions docs/src/reference.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
# Citation

If this package was useful, please cite the article describing the main
algorithms on which it is based:

L. Martínez, **CellListMap.jl: Efficient and customizable cell list implementation for calculation of pairwise particle properties within a cutoff.**
*Computer Physics Communications* **279**, 108452 (2022).

DOI: [10.1016/j.cpc.2022.108452](https://doi.org/10.1016/j.cpc.2022.108452)

# Interface reference

```@autodocs
Modules = [ MolecularMinimumDistances ]
Order = [ :function, :struct ]
Filter = (f) -> (nameof(f) in (
:minimum_distances,
:minimum_distances!,
:MinimumDistance,
:AllPairs,
:SelfPairs,
:CrossPairs,
))
```

0 comments on commit 17e109e

Please sign in to comment.