Skip to content

Commit

Permalink
Incorporate triangle doc
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeingold committed Sep 2, 2024
1 parent 7523e91 commit 15e1615
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
using Documenter
using MeshIntegrals

makedocs(sitename="MeshIntegrals.jl Documentation")
makedocs(
sitename="MeshIntegrals.jl",
pages = [
"index.md",
"Derivations" => [
"Integrating a Triangle" => "triangle.md"
]
]
)

deploydocs(repo = "github.com/mikeingold/MeshIntegrals.jl.git")
File renamed without changes.

0 comments on commit 15e1615

Please sign in to comment.