Skip to content

Commit

Permalink
Merge pull request #94 from IntegralEquations/fix_doc
Browse files Browse the repository at this point in the history
Fix Documentation
  • Loading branch information
tanderson92 authored Oct 4, 2024
2 parents 08caedd + 2626c33 commit ffb260b
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion docs/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ GLMakie = "e9467ef8-e4e7-5192-8a1a-b1aee30e663a"
GSL = "92c85e6c-cbff-5e0c-80f7-495c94daaecd"
Gmsh = "705231aa-382f-11e9-3f0c-b7cb4346fdeb"
HMatrices = "8646bddf-ab1c-4fa7-9c51-ba187d647618"
Inti = "fb74042b-437e-4c5b-88cf-d4e2beb394d5"
IterativeSolvers = "42fd0dbc-a981-5370-80f2-aaf504508153"
LinearMaps = "7a12625a-238d-50fd-b39a-03d52299707e"
Literate = "98b081ad-f1c9-55d3-8b20-4c87d4299306"
Expand Down
2 changes: 1 addition & 1 deletion docs/src/pluto-examples/helmholtz_scattering.jl
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ end #hide
md"""
# Helmholtz scattering
[![Pluto notebook](https://img.shields.io/badge/download-Pluto_notebook-blue)](../../build/pluto_examples/helmholtz_scattering.jl) $\hspace{0.2cm}$ [![nbviewer](https://img.shields.io/badge/show-nbviewer-blue.svg)](../../build/pluto_examples/helmholtz_scattering.html)
[![Pluto notebook](https://img.shields.io/badge/download-Pluto_notebook-blue)](../../pluto_examples/helmholtz_scattering.jl) $\hspace{0.2cm}$ [![nbviewer](https://img.shields.io/badge/show-nbviewer-blue.svg)](../../pluto_examples/helmholtz_scattering.html)
"""

# ╔═╡ 1715d794-a33d-4faf-953c-b706a9ceea23
Expand Down
2 changes: 1 addition & 1 deletion docs/src/pluto-examples/poisson.jl
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ end #hide
md"""
# Poisson Problem
[![Pluto notebook](https://img.shields.io/badge/download-Pluto_notebook-blue)](../../build/pluto_examples/poisson.jl) $\hspace{0.2cm}$ [![nbviewer](https://img.shields.io/badge/show-nbviewer-blue.svg)](../../build/pluto_examples/poisson.html)
[![Pluto notebook](https://img.shields.io/badge/download-Pluto_notebook-blue)](../../pluto_examples/poisson.jl) $\hspace{0.2cm}$ [![nbviewer](https://img.shields.io/badge/show-nbviewer-blue.svg)](../../pluto_examples/poisson.html)
"""

# ╔═╡ 4160cbc1-3e98-4919-a8b5-bfbc65077b53
Expand Down
2 changes: 1 addition & 1 deletion docs/src/pluto-examples/toy_example.jl
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ using Inti
md"""
# Toy example
[![Pluto notebook](https://img.shields.io/badge/download-Pluto_notebook-blue)](../../build/pluto_examples/toy_example.jl) $\hspace{0.2cm}$ [![nbviewer](https://img.shields.io/badge/show-nbviewer-blue.svg)](../../build/pluto_examples/toy_example.html)
[![Pluto notebook](https://img.shields.io/badge/download-Pluto_notebook-blue)](../../pluto_examples/toy_example.jl) $\hspace{0.2cm}$ [![nbviewer](https://img.shields.io/badge/show-nbviewer-blue.svg)](../../pluto_examples/toy_example.html)
"""

# ╔═╡ 09c0bfc0-1c65-4fad-b486-b6a61ca580e8
Expand Down

0 comments on commit ffb260b

Please sign in to comment.