Skip to content

Commit 7d724bc

Browse files
committed
modified bibliography and docstrings
1 parent 6c01601 commit 7d724bc

File tree

3 files changed

+5
-18
lines changed

3 files changed

+5
-18
lines changed

docs/src/assets/references.bib

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,3 @@
1-
@article{DanischKrumbiegel2021,
2-
doi = {10.21105/joss.03349},
3-
url = {https://doi.org/10.21105/joss.03349},
4-
year = {2021},
5-
publisher = {The Open Journal},
6-
volume = {6},
7-
number = {65},
8-
pages = {3349},
9-
author = {Simon Danisch and Julius Krumbiegel},
10-
title = {{Makie.jl}: Flexible high-performance data visualization for {Julia}},
11-
journal = {Journal of Open Source Software}
12-
}
13-
141
@article{bezanson_julia_2017,
152
title = {Julia: {A} fresh approach to numerical computing},
163
volume = {59},

docs/src/checklist.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Checklist
22
```@docs
3-
PRISMA.checklist_df()
4-
PRISMA.checklist()
3+
PRISMA.checklist_df
4+
PRISMA.checklist
55
PRISMA.Checklist
66
```

docs/src/flow_diagram.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## Flow Diagram
22
```@docs
3-
PRISMA.flow_diagram_df()
4-
PRISMA.flow_diagram()
3+
PRISMA.flow_diagram_df
4+
PRISMA.flow_diagram
55
PRISMA.FlowDiagram
6-
PRISMA.flow_diagram_save()
6+
PRISMA.flow_diagram_save
77
```

0 commit comments

Comments
 (0)