Skip to content

Commit

Permalink
build based on 2208ae4
Browse files Browse the repository at this point in the history
  • Loading branch information
Documenter.jl committed Oct 7, 2024
1 parent 111a0aa commit 211b612
Show file tree
Hide file tree
Showing 18 changed files with 75 additions and 62 deletions.
2 changes: 1 addition & 1 deletion dev/.documenter-siteinfo.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"documenter":{"julia_version":"1.10.5","generation_timestamp":"2024-10-07T15:08:42","documenter_version":"1.7.0"}}
{"documenter":{"julia_version":"1.10.5","generation_timestamp":"2024-10-07T16:13:33","documenter_version":"1.7.0"}}
2 changes: 1 addition & 1 deletion dev/contributing/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dev/examples/Buoy_NWP_NOAA.html

Large diffs are not rendered by default.

23 changes: 18 additions & 5 deletions dev/examples/Buoy_NWP_NOAA.jl
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,18 @@ md"""## Code and Data
# ╔═╡ db662fb4-7413-11ec-1af6-43b18c0c15a9
begin
#See https://www.ndbc.noaa.gov/
stations=[41046, 44065,
31005, 41047, 41117, 42058, 44027, 44084, 45002, 45136, 45164,
45206, 46028, 46077, 46146, 46237, 46277, 51208, 62121, 64045]
all_stations=NOAA.list_realtime(ext=:txt)
n=Int(floor.(length(all_stations)/10))
stations=all_stations[n:n:length(all_stations)]

#temporary fix
tmp_stations=[try
parse(Int,sta)
catch
0
end for sta in stations]
stations=tmp_stations[tmp_stations.!==0]

NOAA.download(stations)
"Done with downloading data"
end
Expand Down Expand Up @@ -89,6 +98,9 @@ md"""
- `Variable Units. :` $(buoy.units[var])
- `Variable Description :` $(buoy.descriptions[var])"""

# ╔═╡ 110d82f8-cdab-48ae-b21b-75829079aa40
stations

# ╔═╡ 06d96eef-f99d-44fe-8c6f-344ab29f3a48
md"""## Additional Information
Expand Down Expand Up @@ -131,7 +143,7 @@ PlutoUI = "7f904dfe-b85e-4ff6-b463-dae2292396a8"
PLUTO_MANIFEST_TOML_CONTENTS = """
# This file is machine-generated - editing it directly is not advised
julia_version = "1.10.4"
julia_version = "1.10.5"
manifest_format = "2.0"
project_hash = "dab0cebf879211c8791496c0ee2161abb0037489"
Expand Down Expand Up @@ -1886,7 +1898,7 @@ version = "0.15.2+0"
[[deps.libblastrampoline_jll]]
deps = ["Artifacts", "Libdl"]
uuid = "8e850b90-86db-534c-a0d3-1478176c7d93"
version = "5.8.0+1"
version = "5.11.0+0"
[[deps.libfdk_aac_jll]]
deps = ["Artifacts", "JLLWrappers", "Libdl"]
Expand Down Expand Up @@ -1958,6 +1970,7 @@ version = "3.6.0+0"
# ╟─c8d36a50-0473-410a-91fa-102f3d071388
# ╟─db662fb4-7413-11ec-1af6-43b18c0c15a9
# ╟─a1698e0e-db0d-4cd2-91b3-d530f77cd609
# ╠═110d82f8-cdab-48ae-b21b-75829079aa40
# ╟─06d96eef-f99d-44fe-8c6f-344ab29f3a48
# ╟─38a48b6b-4e07-4965-8947-6b758318462b
# ╟─00000000-0000-0000-0000-000000000001
Expand Down
2 changes: 1 addition & 1 deletion dev/examples/Buoy_NWP_NOAA_monthly.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dev/examples/Drifter_CloudDrift.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dev/examples/Drifter_GDP.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dev/examples/Float_Argo.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dev/examples/Glider_Spray.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dev/examples/Mooring_WHOTS.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dev/examples/OceanOPS.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dev/examples/ShipCruise_CCHDO.html

Large diffs are not rendered by default.

46 changes: 23 additions & 23 deletions dev/examples/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,52 +15,52 @@



Installed DataFrames ──────────── v1.6.1
Installed JpegTurbo_jll ───────── v3.0.3+0
Installed Cairo_jll ───────────── v1.18.0+2
Installed Hyperscript ─────────── v0.0.5
Installed StatsFuns ───────────── v1.3.1
Installed NearestNeighbors ────── v0.4.18
Installed PlutoUI ─────────────── v0.7.60
Installed StatsFuns ───────────── v1.3.1
Installed JpegTurbo_jll ───────── v3.0.3+0
Installed JLD2 ────────────────── v0.4.53
Installed SimpleBufferStream ──── v1.1.0
Installed TranscodingStreams ──── v0.11.2
Installed Lz4_jll ─────────────── v1.10.0+0
Installed SIMD ────────────────── v3.5.0
Installed Hwloc_jll ───────────── v2.11.1+0
Installed AdaptivePredicates ──── v1.1.1
Installed DataFrames ──────────── v1.6.1
Installed SimpleBufferStream ──── v1.1.0
Installed LZO_jll ─────────────── v2.10.2+0
Installed Rmath_jll ───────────── v0.4.3+0
Installed PrettyTables ────────── v2.3.2
Installed Zstd_jll ────────────── v1.5.6+0
Installed Hwloc_jll ───────────── v2.11.1+0
Installed SIMD ────────────────── v3.5.0
Installed OceanRobots ─────────── v0.2.5
Installed ArgoData ────────────── v0.1.21
Installed JLD2 ────────────────── v0.4.53
Installed TranscodingStreams ──── v0.11.2
Installed libpng_jll ──────────── v1.6.43+1
Installed MPICH_jll ───────────── v4.2.2+0
Installed ChainRulesCore ──────── v1.24.0
Installed FFTW_jll ────────────── v3.3.10+0
Installed OpenSSL_jll ─────────── v3.0.15+0
Installed Zstd_jll ────────────── v1.5.6+0
Installed Lz4_jll ─────────────── v1.10.0+0
Installed Rmath_jll ───────────── v0.4.3+0
Installed Shapefile ───────────── v0.13.0
Installed PrettyTables ────────── v2.3.2
Installed OpenSSL_jll ─────────── v3.0.15+0
Installed FFTW_jll ────────────── v3.3.10+0
Installed MeshArrays ──────────── v0.3.11
Installed Rmath ───────────────── v0.7.1
Installed ChainRulesCore ──────── v1.24.0
Installed Climatology ─────────── v0.5.5
Installed IntervalArithmetic ──── v0.22.15
Installed MeshArrays ──────────── v0.3.11
Installed LLVMOpenMP_jll ──────── v17.0.6+0
Installed CairoMakie ──────────── v0.12.9
Installed MakieCore ───────────── v0.8.6
Installed Glib_jll ────────────── v2.80.2+0
Installed LLVMOpenMP_jll ──────── v17.0.6+0
Installed libsixel_jll ────────── v1.10.3+0
Installed CairoMakie ──────────── v0.12.9
Installed MPItrampoline_jll ───── v5.4.0+0
Installed QuadGK ──────────────── v2.11.0
Installed MPItrampoline_jll ───── v5.4.0+0
Installed StringManipulation ──── v0.3.4
Installed GeoInterface ────────── v1.3.6
Installed Distributions ───────── v0.25.111
Installed Makie ───────────────── v0.21.9
Installed DelaunayTriangulation ─ v1.2.0
Precompiling project...
✓ SimpleBufferStream
✓ Hyperscript
✓ TranscodingStreams
✓ Hyperscript
✓ AdaptivePredicates
✓ GeoInterface
✓ ChainRulesCore
Expand All @@ -80,9 +80,9 @@
✓ QuadGK
✓ ChainRulesCore → ChainRulesCoreSparseArraysExt
✓ IntervalArithmetic
✓ PlutoUI
✓ Rmath
✓ MPICH_jll
✓ PlutoUI
✓ libsixel_jll
✓ JpegTurbo
✓ Cairo_jll
Expand Down Expand Up @@ -120,7 +120,7 @@
✓ OceanRobots → OceanRobotsArgoDataExt
✓ ArgoData → ArgoDataMakieExt
✓ CairoMakie
62 dependencies successfully precompiled in 239 seconds. 287 already precompiled.
62 dependencies successfully precompiled in 250 seconds. 287 already precompiled.
47 dependencies precompiled but different versions are currently loaded. Restart julia to access the new versions
19083×2 DataFrame
Row │ folder wmo
Expand Down Expand Up @@ -159,4 +159,4 @@
┌ Warning: specifycing files_list here is deprecated
└ @ ArgoData ~/.julia/packages/ArgoData/s0ZAd/src/data_structures.jl:164
downloading floats list via ArgoData.jl
Activating project at `~/work/OceanRobots.jl/OceanRobots.jl/docs`</code></pre></article><nav class="docs-footer"><a class="docs-footer-prevpage" href="../reference/">« User Interface</a><a class="docs-footer-nextpage" href="../contributing/">Contribute »</a><div class="flexbox-break"></div><p class="footer-message">Powered by <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> and the <a href="https://julialang.org/">Julia Programming Language</a>.</p></nav></div><div class="modal" id="documenter-settings"><div class="modal-background"></div><div class="modal-card"><header class="modal-card-head"><p class="modal-card-title">Settings</p><button class="delete"></button></header><section class="modal-card-body"><p><label class="label">Theme</label><div class="select"><select id="documenter-themepicker"><option value="auto">Automatic (OS)</option><option value="documenter-light">documenter-light</option><option value="documenter-dark">documenter-dark</option><option value="catppuccin-latte">catppuccin-latte</option><option value="catppuccin-frappe">catppuccin-frappe</option><option value="catppuccin-macchiato">catppuccin-macchiato</option><option value="catppuccin-mocha">catppuccin-mocha</option></select></div></p><hr/><p>This document was generated with <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> version 1.7.0 on <span class="colophon-date" title="Monday 7 October 2024 15:08">Monday 7 October 2024</span>. Using Julia version 1.10.5.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>
Activating project at `~/work/OceanRobots.jl/OceanRobots.jl/docs`</code></pre></article><nav class="docs-footer"><a class="docs-footer-prevpage" href="../reference/">« User Interface</a><a class="docs-footer-nextpage" href="../contributing/">Contribute »</a><div class="flexbox-break"></div><p class="footer-message">Powered by <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> and the <a href="https://julialang.org/">Julia Programming Language</a>.</p></nav></div><div class="modal" id="documenter-settings"><div class="modal-background"></div><div class="modal-card"><header class="modal-card-head"><p class="modal-card-title">Settings</p><button class="delete"></button></header><section class="modal-card-body"><p><label class="label">Theme</label><div class="select"><select id="documenter-themepicker"><option value="auto">Automatic (OS)</option><option value="documenter-light">documenter-light</option><option value="documenter-dark">documenter-dark</option><option value="catppuccin-latte">catppuccin-latte</option><option value="catppuccin-frappe">catppuccin-frappe</option><option value="catppuccin-macchiato">catppuccin-macchiato</option><option value="catppuccin-mocha">catppuccin-mocha</option></select></div></p><hr/><p>This document was generated with <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> version 1.7.0 on <span class="colophon-date" title="Monday 7 October 2024 16:13">Monday 7 October 2024</span>. Using Julia version 1.10.5.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>
2 changes: 1 addition & 1 deletion dev/index.html

Large diffs are not rendered by default.

20 changes: 10 additions & 10 deletions dev/internals/index.html

Large diffs are not rendered by default.

Binary file removed dev/reference/983053d9.png
Binary file not shown.
Binary file added dev/reference/aa0984a2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 211b612

Please sign in to comment.