Skip to content

Commit 93a9b1d

Browse files
Update links to reflect new JuliaGeometry ownership (#117)
* update links to docs page * replace all occurencies of mikeingold with JuliaGeometry * test CI and coverage * Update src/MeshIntegrals.jl
1 parent 63dcf81 commit 93a9b1d

File tree

4 files changed

+17
-17
lines changed

4 files changed

+17
-17
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# MeshIntegrals.jl
22

3-
[![Docs-dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://mikeingold.github.io/MeshIntegrals.jl/dev/)
4-
[![Docs-stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://mikeingold.github.io/MeshIntegrals.jl/stable/)
3+
[![Docs-stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://JuliaGeometry.github.io/MeshIntegrals.jl/stable/)
4+
[![Docs-dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://JuliaGeometry.github.io/MeshIntegrals.jl/dev/)
55
[![License: MIT](https://img.shields.io/badge/License-MIT-success.svg)](https://opensource.org/licenses/MIT)
66
[![ColPrac](https://img.shields.io/badge/ColPrac-Contributor's%20Guide-blueviolet?style=flat-square)](https://github.com/SciML/ColPrac)
77

8-
[![Build Status](https://github.com/mikeingold/MeshIntegrals.jl/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/mikeingold/MeshIntegrals.jl/actions/workflows/CI.yml?query=branch%3Amain)
9-
[![codecov](https://codecov.io/gh/mikeingold/MeshIntegrals.jl/graph/badge.svg)](https://codecov.io/gh/mikeingold/MeshIntegrals.jl)
10-
[![Coveralls](https://coveralls.io/repos/github/mikeingold/MeshIntegrals.jl/badge.svg?branch=main)](https://coveralls.io/github/mikeingold/MeshIntegrals.jl?branch=main)
8+
[![Build Status](https://github.com/JuliaGeometry/MeshIntegrals.jl/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/JuliaGeometry/MeshIntegrals.jl/actions/workflows/CI.yml?query=branch%3Amain)
9+
[![codecov](https://codecov.io/gh/JuliaGeometry/MeshIntegrals.jl/graph/badge.svg)](https://codecov.io/gh/JuliaGeometry/MeshIntegrals.jl)
10+
[![Coveralls](https://coveralls.io/repos/github/JuliaGeometry/MeshIntegrals.jl/badge.svg?branch=main)](https://coveralls.io/github/JuliaGeometry/MeshIntegrals.jl?branch=main)
1111
[![Aqua QA](https://raw.githubusercontent.com/JuliaTesting/Aqua.jl/master/badge.svg)](https://github.com/JuliaTesting/Aqua.jl)
1212

1313

docs/make.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ makedocs(
1616
]
1717
)
1818

19-
deploydocs(repo = "github.com/mikeingold/MeshIntegrals.jl.git",
19+
deploydocs(repo = "github.com/JuliaGeometry/MeshIntegrals.jl.git",
2020
devbranch = "main",
2121
push_preview = true)

docs/src/index.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# MeshIntegrals.jl
22

3-
[![Docs-stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://mikeingold.github.io/MeshIntegrals.jl/stable/)
4-
[![Docs-dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://mikeingold.github.io/MeshIntegrals.jl/dev/)
3+
[![Docs-stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://JuliaGeometry.github.io/MeshIntegrals.jl/stable/)
4+
[![Docs-dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://JuliaGeometry.github.io/MeshIntegrals.jl/dev/)
55
[![License: MIT](https://img.shields.io/badge/License-MIT-success.svg)](https://opensource.org/licenses/MIT)
66
[![ColPrac](https://img.shields.io/badge/ColPrac-Contributor's%20Guide-blueviolet?style=flat-square)](https://github.com/SciML/ColPrac)
77

8-
[![Build Status](https://github.com/mikeingold/MeshIntegrals.jl/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/mikeingold/MeshIntegrals.jl/actions/workflows/CI.yml?query=branch%3Amain)
9-
[![codecov](https://codecov.io/gh/mikeingold/MeshIntegrals.jl/graph/badge.svg)](https://codecov.io/gh/mikeingold/MeshIntegrals.jl)
10-
[![Coveralls](https://coveralls.io/repos/github/mikeingold/MeshIntegrals.jl/badge.svg?branch=main)](https://coveralls.io/github/mikeingold/MeshIntegrals.jl?branch=main)
8+
[![Build Status](https://github.com/JuliaGeometry/MeshIntegrals.jl/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/JuliaGeometry/MeshIntegrals.jl/actions/workflows/CI.yml?query=branch%3Amain)
9+
[![codecov](https://codecov.io/gh/JuliaGeometry/MeshIntegrals.jl/graph/badge.svg)](https://codecov.io/gh/JuliaGeometry/MeshIntegrals.jl)
10+
[![Coveralls](https://coveralls.io/repos/github/JuliaGeometry/MeshIntegrals.jl/badge.svg?branch=main)](https://coveralls.io/github/JuliaGeometry/MeshIntegrals.jl?branch=main)
1111
[![Aqua QA](https://raw.githubusercontent.com/JuliaTesting/Aqua.jl/master/badge.svg)](https://github.com/JuliaTesting/Aqua.jl)
1212

1313
**MeshIntegrals.jl** is a Julia library that leverages differential forms to implement fast

docs/src/supportmatrix.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -35,24 +35,24 @@ Cubature integration rules are recommended (and the default).
3535
| `CylinderSurface` ||||
3636
| `Disk` ||||
3737
| `Ellipsoid` ||||
38-
| `Frustum` | [🎗️](https://github.com/mikeingold/MeshIntegrals.jl/issues/28) | [🎗️](https://github.com/mikeingold/MeshIntegrals.jl/issues/28) | [🎗️](https://github.com/mikeingold/MeshIntegrals.jl/issues/28) |
38+
| `Frustum` | [🎗️](https://github.com/JuliaGeometry/MeshIntegrals.jl/issues/28) | [🎗️](https://github.com/JuliaGeometry/MeshIntegrals.jl/issues/28) | [🎗️](https://github.com/JuliaGeometry/MeshIntegrals.jl/issues/28) |
3939
| `FrustumSurface` ||||
4040
| `Hexahedron` ||||
4141
| `Line` ||||
4242
| `ParaboloidSurface` ||||
4343
| `ParametrizedCurve` ||||
4444
| `Plane` ||||
45-
| `Polyarea` | [🎗️](https://github.com/mikeingold/MeshIntegrals.jl/issues/28) | [🎗️](https://github.com/mikeingold/MeshIntegrals.jl/issues/28) | [🎗️](https://github.com/mikeingold/MeshIntegrals.jl/issues/28) |
46-
| `Pyramid` | [🎗️](https://github.com/mikeingold/MeshIntegrals.jl/issues/28) | [🎗️](https://github.com/mikeingold/MeshIntegrals.jl/issues/28) | [🎗️](https://github.com/mikeingold/MeshIntegrals.jl/issues/28) |
45+
| `Polyarea` | [🎗️](https://github.com/JuliaGeometry/MeshIntegrals.jl/issues/28) | [🎗️](https://github.com/JuliaGeometry/MeshIntegrals.jl/issues/28) | [🎗️](https://github.com/JuliaGeometry/MeshIntegrals.jl/issues/28) |
46+
| `Pyramid` | [🎗️](https://github.com/JuliaGeometry/MeshIntegrals.jl/issues/28) | [🎗️](https://github.com/JuliaGeometry/MeshIntegrals.jl/issues/28) | [🎗️](https://github.com/JuliaGeometry/MeshIntegrals.jl/issues/28) |
4747
| `Quadrangle` ||||
4848
| `Ray` ||||
4949
| `Ring` ||||
5050
| `Rope` ||||
5151
| `Segment` ||||
52-
| `SimpleMesh` | [🎗️](https://github.com/mikeingold/MeshIntegrals.jl/issues/27) | [🎗️](https://github.com/mikeingold/MeshIntegrals.jl/issues/27) | [🎗️](https://github.com/mikeingold/MeshIntegrals.jl/issues/27) |
52+
| `SimpleMesh` | [🎗️](https://github.com/JuliaGeometry/MeshIntegrals.jl/issues/27) | [🎗️](https://github.com/JuliaGeometry/MeshIntegrals.jl/issues/27) | [🎗️](https://github.com/JuliaGeometry/MeshIntegrals.jl/issues/27) |
5353
| `Sphere` in `𝔼{2}` ||||
5454
| `Sphere` in `𝔼{3}` ||||
55-
| `Tetrahedron` in `𝔼{3}` | [🎗️](https://github.com/mikeingold/MeshIntegrals.jl/issues/40) || [🎗️](https://github.com/mikeingold/MeshIntegrals.jl/issues/40) |
55+
| `Tetrahedron` in `𝔼{3}` | [🎗️](https://github.com/JuliaGeometry/MeshIntegrals.jl/issues/40) || [🎗️](https://github.com/JuliaGeometry/MeshIntegrals.jl/issues/40) |
5656
| `Triangle` ||||
5757
| `Torus` ||||
58-
| `Wedge` | [🎗️](https://github.com/mikeingold/MeshIntegrals.jl/issues/28) | [🎗️](https://github.com/mikeingold/MeshIntegrals.jl/issues/28) | [🎗️](https://github.com/mikeingold/MeshIntegrals.jl/issues/28) |
58+
| `Wedge` | [🎗️](https://github.com/JuliaGeometry/MeshIntegrals.jl/issues/28) | [🎗️](https://github.com/JuliaGeometry/MeshIntegrals.jl/issues/28) | [🎗️](https://github.com/JuliaGeometry/MeshIntegrals.jl/issues/28) |

0 commit comments

Comments
 (0)