From aa91d2a827de039983dc8b8d86899871109262d1 Mon Sep 17 00:00:00 2001 From: Luke Morris <70283489+lukem12345@users.noreply.github.com> Date: Fri, 26 Jan 2024 08:49:38 -0500 Subject: [PATCH] Link to CombinatorialSpaces.jl docs for meshes --- docs/src/meshes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/meshes.md b/docs/src/meshes.md index 73dc4c9f..7990fb5e 100644 --- a/docs/src/meshes.md +++ b/docs/src/meshes.md @@ -1,6 +1,6 @@ # Mesh Generation -For information on how to generate meshes. Please see the following examples: +For information on how to generate meshes, please consult the [Meshes page](https://algebraicjulia.github.io/CombinatorialSpaces.jl/dev/meshes/) of the CombinatorialSpaces.jl docs, and see the following examples: - [Imperative Grids](https://github.com/AlgebraicJulia/Decapodes.jl/blob/main/examples/grid_meshes.jl) - [Imperative Spherical Meshes](https://github.com/AlgebraicJulia/Decapodes.jl/blob/main/examples/sw/spherical_meshes.jl)