Skip to content

Commit 324cf23

Browse files
committed
more renames
1 parent e8bdf4d commit 324cf23

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

docs/src/index.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
```@meta
2-
CurrentModule = JuliaGeo
2+
CurrentModule = Geo
33
```
44

5-
# JuliaGeo
5+
# Geo
66

7-
Documentation for [JuliaGeo](https://github.com/JuliaGeo/JuliaGeo.jl).
7+
Documentation for [Geo](https://github.com/JuliaGeo/Geo.jl).
88

99
```@index
1010
```
1111

1212
```@autodocs
13-
Modules = [JuliaGeo]
13+
Modules = [Geo]
1414
```

test/runtests.jl

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
using JuliaGeo
1+
using Geo
22
using Test
33

4-
@testset "JuliaGeo.jl" begin
4+
@testset "Geo.jl" begin
55
# Write your tests here.
66
end

0 commit comments

Comments
 (0)