File tree 6 files changed +18
-18
lines changed
6 files changed +18
-18
lines changed Original file line number Diff line number Diff line change 73
73
shell : julia --project=docs --color=yes {0}
74
74
run : |
75
75
using Documenter: DocMeta, doctest
76
- using JuliaGeo
77
- DocMeta.setdocmeta!(JuliaGeo , :DocTestSetup, :(using JuliaGeo ); recursive=true)
78
- doctest(JuliaGeo )
76
+ using Geo
77
+ DocMeta.setdocmeta!(Geo , :DocTestSetup, :(using Geo ); recursive=true)
78
+ doctest(Geo )
Original file line number Diff line number Diff line change 1
1
MIT License
2
2
3
- Copyright (c) 2024 JuliaGeo contributors
3
+ Copyright (c) 2024 Geo contributors
4
4
5
5
Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change 1
1
name = " Geo"
2
2
uuid = " 4f75c4cc-f146-4713-b1b1-9323cfc49fb1"
3
- authors = [" JuliaGeo contributors" ]
3
+ authors = [" Geo contributors" ]
4
4
version = " 0.0.1"
5
5
6
6
[deps ]
Original file line number Diff line number Diff line change 1
- # JuliaGeo
1
+ # Geo
2
2
3
- [ ![ Stable] ( https://img.shields.io/badge/docs-stable-blue.svg )] ( https://JuliaGeo.github.io/JuliaGeo .jl/stable/ )
4
- [ ![ Dev] ( https://img.shields.io/badge/docs-dev-blue.svg )] ( https://JuliaGeo.github.io/JuliaGeo .jl/dev/ )
5
- [ ![ Build Status] ( https://github.com/JuliaGeo/JuliaGeo .jl/actions/workflows/CI.yml/badge.svg?branch=main )] ( https://github.com/JuliaGeo/JuliaGeo .jl/actions/workflows/CI.yml?query=branch%3Amain )
6
- [ ![ Coverage] ( https://codecov.io/gh/JuliaGeo/JuliaGeo .jl/branch/main/graph/badge.svg )] ( https://codecov.io/gh/JuliaGeo/JuliaGeo .jl )
3
+ [ ![ Stable] ( https://img.shields.io/badge/docs-stable-blue.svg )] ( https://JuliaGeo.github.io/Geo .jl/stable/ )
4
+ [ ![ Dev] ( https://img.shields.io/badge/docs-dev-blue.svg )] ( https://JuliaGeo.github.io/Geo .jl/dev/ )
5
+ [ ![ Build Status] ( https://github.com/JuliaGeo/Geo .jl/actions/workflows/CI.yml/badge.svg?branch=main )] ( https://github.com/JuliaGeo/Geo .jl/actions/workflows/CI.yml?query=branch%3Amain )
6
+ [ ![ Coverage] ( https://codecov.io/gh/JuliaGeo/Geo .jl/branch/main/graph/badge.svg )] ( https://codecov.io/gh/JuliaGeo/Geo .jl )
7
7
8
8
A meta package for the JuliaGeo ecosystem.
Original file line number Diff line number Diff line change 1
1
[deps ]
2
2
Documenter = " e30172f5-a6a5-5a46-863b-614d45cd2de4"
3
- JuliaGeo = " 4f75c4cc-f146-4713-b1b1-9323cfc49fb1"
3
+ Geo = " 4f75c4cc-f146-4713-b1b1-9323cfc49fb1"
Original file line number Diff line number Diff line change 1
- using JuliaGeo
1
+ using Geo
2
2
using Documenter
3
3
4
- DocMeta. setdocmeta! (JuliaGeo , :DocTestSetup , :(using JuliaGeo ); recursive= true )
4
+ DocMeta. setdocmeta! (Geo , :DocTestSetup , :(using Geo ); recursive= true )
5
5
6
6
makedocs (;
7
- modules= [JuliaGeo ],
8
- authors= " JuliaGeo contributors" ,
9
- sitename= " JuliaGeo .jl" ,
7
+ modules= [Geo ],
8
+ authors= " Geo contributors" ,
9
+ sitename= " Geo .jl" ,
10
10
format= Documenter. HTML (;
11
- canonical= " https://JuliaGeo.github.io/JuliaGeo .jl" ,
11
+ canonical= " https://JuliaGeo.github.io/Geo .jl" ,
12
12
edit_link= " main" ,
13
13
assets= String[],
14
14
),
@@ -18,6 +18,6 @@ makedocs(;
18
18
)
19
19
20
20
deploydocs (;
21
- repo= " github.com/JuliaGeo/JuliaGeo .jl" ,
21
+ repo= " github.com/JuliaGeo/Geo .jl" ,
22
22
devbranch= " main" ,
23
23
)
You can’t perform that action at this time.
0 commit comments