Skip to content

Commit 91dfbe7

Browse files
authored
Update index.md
1 parent 885cf55 commit 91dfbe7

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

docs/src/index.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,13 @@ import Pkg
5050
Pkg.add("DelaunayTriangulation")
5151
```
5252

53+
Alternatively, the Pkg REPL can be used (accessed by typing `]` at the `julia>` prompt):
54+
55+
```julia
56+
pkg> add DelaunayTriangulation
57+
```
58+
59+
5360
# Citing DelaunayTriangulation.jl
5461

5562
If you use DelaunayTriangulation.jl, please cite it. There is a JOSS paper published at https://doi.org/10.21105/joss.0717. The BibTeX entry for this paper is:
@@ -69,12 +76,6 @@ If you use DelaunayTriangulation.jl, please cite it. There is a JOSS paper publi
6976
}
7077
```
7178

72-
Alternatively, the Pkg REPL can be used (accessed by typing `]` at the `julia>` prompt):
73-
74-
```julia
75-
pkg> add DelaunayTriangulation
76-
```
77-
7879
# License
7980

8081
DelaunayTriangulation.jl is provided under a [MIT license](https://github.com/JuliaGeometry/DelaunayTriangulation.jl/blob/main/LICENSE).
@@ -112,4 +113,4 @@ In addition to these Julia packages, software packages in other programming lang
112113

113114
Compared to all these other libraries, and only in the context of planar triangulations, DelaunayTriangulation.jl is one of the most developed in terms of the features provided, except possibly with the exception of CGAL and Gmsh who provide many features although neither are in the public domain (CGAL being GPL v3+ and Gmsh being GPL v2+), unlike DelaunayTriangulation.jl which is MIT licensed. A tabular comparison of all these packages is given below (focusing only on two dimensional meshing). If there are any errors in this comparison, please let me know. Also please note that the features listed are not intended to be exhaustive, but rather to give a general idea of the capabilities of each package, and certainly not all software packages are listed here.
114115

115-
![Comparison](softwarecomparisonc.png)
116+
![Comparison](softwarecomparisonc.png)

0 commit comments

Comments
 (0)