We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8bdf4d commit 324cf23Copy full SHA for 324cf23
docs/src/index.md
@@ -1,14 +1,14 @@
1
```@meta
2
-CurrentModule = JuliaGeo
+CurrentModule = Geo
3
```
4
5
-# JuliaGeo
+# Geo
6
7
-Documentation for [JuliaGeo](https://github.com/JuliaGeo/JuliaGeo.jl).
+Documentation for [Geo](https://github.com/JuliaGeo/Geo.jl).
8
9
```@index
10
11
12
```@autodocs
13
-Modules = [JuliaGeo]
+Modules = [Geo]
14
test/runtests.jl
@@ -1,6 +1,6 @@
-using JuliaGeo
+using Geo
using Test
-@testset "JuliaGeo.jl" begin
+@testset "Geo.jl" begin
# Write your tests here.
end
0 commit comments