Skip to content

Commit cee3e9b

Browse files
committed
Deploying to gh-pages from @ cc0e64e 🚀
1 parent 81530bb commit cee3e9b

67 files changed

Lines changed: 29 additions & 58 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Manifest.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,7 @@ version = "3.14.1+0"
463463

464464
[[deps.GMT]]
465465
deps = ["Dates", "Downloads", "GDAL_jll", "GMT_jll", "Ghostscript_jll", "InteractiveUtils", "LASzip_jll", "Leptonica_jll", "LinearAlgebra", "PROJ_jll", "PrecompileTools", "Printf", "SparseArrays", "Statistics", "Tables"]
466-
git-tree-sha1 = "52d4b13280f79b82eab5ca391ca1774d5d847f13"
466+
git-tree-sha1 = "7824a700063cbd62313007ad2f8679f995bf591f"
467467
repo-rev = "master"
468468
repo-url = "https://github.com/GenericMappingTools/GMT.jl.git"
469469
uuid = "5752ebe1-31b9-557e-87aa-f909b540aa54"

assets/documentation/modules/earthregions/code/ex1.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ io = IOBuffer() # hide
55
earthregions("Mainlands")
66
pato = joinpath(dirname(pathof(GMT))[1:end-4], "share", "named_regions", "") # hide
77
D = gmtread(pato * "Mainlands_collection.txt") # hide
8-
pretty_table(io, ["-85.9506" "-82.5561" "8.0329" "11.2167" "CRC" "Continental Costa Rica" "Mainlands"; # hide
8+
PrettyTables.pretty_table(io, ["-85.9506" "-82.5561" "8.0329" "11.2167" "CRC" "Continental Costa Rica" "Mainlands"; # hide
99
"-81.0788" "-75.1848" "-4.99882" "1.43894" "ECC" "Continental Ecuador" "Mainlands"; # hide
1010
"-9.56" "-6.18" "36.955" "42.16" "PTC" "Continental Portugal" "Mainlands"; # hide
1111
"-9.29092" "4.31502" "35.1852" "43.7915" "ESC" "Continental Spain" "Mainlands"]; # hide

assets/documentation/modules/feather/code/ex1.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ using GMT, PrettyTables # hide
33
getpath4docs(file::String) = joinpath("..", "..", "..", "..", "..", file) # hide
44
io = IOBuffer() # hide
55
D = gmtread(TESTSDIR * "assets/wind_faro_s.dat")
6-
pretty_table(io, D.data; header=D.colnames, backend=Val(:html)) # hide
6+
PrettyTables.pretty_table(io, D.data; header=D.colnames, backend=Val(:html)) # hide
77
println("~~~" * String(take!(io)) * "~~~") # hide
-1 Bytes
Binary file not shown.

assets/documentation/modules/sample1d/code/output/gmt.history

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ JW W15c
3030
JX X15/6
3131
Jx x1
3232
JY Y35/30/15c
33-
JZ Z12.778c
33+
JZ Z13.824c
3434
Jz z0.9
3535
R 0/25/0/1.5
3636
X 2.6664
-484 Bytes
842 Bytes
-1.22 KB
37.9 KB

assets/documentation/modules/trend1d/code/output/gmt.history

Lines changed: 0 additions & 15 deletions
This file was deleted.

0 commit comments

Comments
 (0)