File tree Expand file tree Collapse file tree 5 files changed +13
-13
lines changed Expand file tree Collapse file tree 5 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 1
1
@misc {GeometryOps.jl ,
2
2
author = { Anshul Singhvi <anshulsinghvi@ gmail.com> and contributors} ,
3
3
title = { GeometryOps.jl} ,
4
- url = { https://github.com/asinghvi17 /GeometryOps.jl} ,
4
+ url = { https://github.com/JuliaGeo /GeometryOps.jl} ,
5
5
version = { v1.0.0-DEV} ,
6
6
year = { 2023} ,
7
7
month = { 5}
Original file line number Diff line number Diff line change 1
- <img width =" 400 " alt =" GeometryOps.jl " src =" https://github.com/asinghvi17 /GeometryOps.jl/assets/32143268/92c5526d-23a9-4e01-aee0-2fcea99c5001 " >
1
+ <img width =" 400 " alt =" GeometryOps.jl " src =" https://github.com/JuliaGeo /GeometryOps.jl/assets/32143268/92c5526d-23a9-4e01-aee0-2fcea99c5001 " >
2
2
3
3
![ Lifecycle: Experimental ] ( https://img.shields.io/badge/Lifecycle-Experimental-339999 )
4
- [ ![ Stable] ( https://img.shields.io/badge/docs-stable-blue.svg )] ( https://asinghvi17 .github.io/GeometryOps.jl/stable/ )
5
- [ ![ Dev] ( https://img.shields.io/badge/docs-dev-blue.svg )] ( https://asinghvi17 .github.io/GeometryOps.jl/dev/ )
6
- [ ![ Build Status] ( https://github.com/asinghvi17 /GeometryOps.jl/actions/workflows/CI.yml/badge.svg?branch=main )] ( https://github.com/asinghvi17 /GeometryOps.jl/actions/workflows/CI.yml?query=branch%3Amain )
4
+ [ ![ Stable] ( https://img.shields.io/badge/docs-stable-blue.svg )] ( https://JuliaGeo .github.io/GeometryOps.jl/stable/ )
5
+ [ ![ Dev] ( https://img.shields.io/badge/docs-dev-blue.svg )] ( https://JuliaGeo .github.io/GeometryOps.jl/dev/ )
6
+ [ ![ Build Status] ( https://github.com/JuliaGeo /GeometryOps.jl/actions/workflows/CI.yml/badge.svg?branch=main )] ( https://github.com/JuliaGeo /GeometryOps.jl/actions/workflows/CI.yml?query=branch%3Amain )
7
7
8
8
<img src =" docs/src/assets/logo.png " alt =" GeometryOps logo " width =" 250 " >
9
9
@@ -38,5 +38,5 @@ See the "API" page in the docs for a more complete list!
38
38
### Planned additions
39
39
40
40
- Buffering, hulls (convex and otherwise)
41
- - Checks for valid geometries (empty linestrings, null points, etc) ([ #14 ] ( https://github.com/asinghvi17 /GeometryOps.jl/issues/14 ) )
42
- - Operations on spherical (non-Euclidean) geometry ([ #17 ] ( https://github.com/asinghvi17 /GeometryOps.jl/issues/17 ) )
41
+ - Checks for valid geometries (empty linestrings, null points, etc) ([ #14 ] ( https://github.com/JuliaGeo /GeometryOps.jl/issues/14 ) )
42
+ - Operations on spherical (non-Euclidean) geometry ([ #17 ] ( https://github.com/JuliaGeo /GeometryOps.jl/issues/17 ) )
Original file line number Diff line number Diff line change 77
77
makedocs (;
78
78
modules= [GeometryOps],
79
79
authors
= " Anshul Singhvi <[email protected] > and contributors" ,
80
- repo= " https://github.com/asinghvi17 /GeometryOps.jl/blob/{commit}{path}#{line}" ,
80
+ repo= " https://github.com/JuliaGeo /GeometryOps.jl/blob/{commit}{path}#{line}" ,
81
81
sitename= " GeometryOps.jl" ,
82
82
# format=Documenter.HTML(;
83
83
# prettyurls=get(ENV, "CI", "false") == "true",
84
- # canonical="https://asinghvi17 .github.io/GeometryOps.jl",
84
+ # canonical="https://JuliaGeo .github.io/GeometryOps.jl",
85
85
# edit_link="main",
86
86
# assets=String[],
87
87
# ),
88
88
format = DocumenterVitepress. MarkdownVitepress (
89
- repo = " github.com/asinghvi17 /GeometryOps.jl" ,
89
+ repo = " github.com/JuliaGeo /GeometryOps.jl" ,
90
90
),
91
91
pages= [
92
92
" Introduction" => " introduction.md" ,
@@ -97,7 +97,7 @@ makedocs(;
97
97
)
98
98
99
99
deploydocs (;
100
- repo= " github.com/asinghvi17 /GeometryOps.jl" ,
100
+ repo= " github.com/JuliaGeo /GeometryOps.jl" ,
101
101
devbranch= " main" ,
102
102
push_preview = true ,
103
103
)
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ CurrentModule = GeometryOps
7
7
!!! warning
8
8
This page is still very much WIP!
9
9
10
- Documentation for [ GeometryOps] ( https://github.com/asinghvi17 /GeometryOps.jl ) 's full API (only for reference!).
10
+ Documentation for [ GeometryOps] ( https://github.com/JuliaGeo /GeometryOps.jl ) 's full API (only for reference!).
11
11
12
12
``` @index
13
13
```
Original file line number Diff line number Diff line change 16
16
link: /introduction
17
17
- theme: alt
18
18
text: View on Github
19
- link: https://github.com/asinghvi17 /GeometryOps.jl
19
+ link: https://github.com/JuliaGeo /GeometryOps.jl
20
20
- theme: alt
21
21
text: API Reference
22
22
link: /api
You can’t perform that action at this time.
0 commit comments