update to 1.10 & add doc for print, importing

This commit is contained in:
qwjyh 2024-01-02 08:33:46 +09:00
parent f03b5f25f3
commit ecd0d1c7b7
4 changed files with 13 additions and 3 deletions

View file

@ -1,2 +1,3 @@
[deps]
CoordVisualize = "4c41ebcf-33aa-4478-9aac-83d12758d145"
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"

View file

@ -29,3 +29,5 @@ You can also edit existing notes with [`assign_note!`](@ref).
### Exporting
Use [`export_log`](@ref) to export log to `io` or `file`.
### Importing
Do `using Dates` first and just `include("filename")` and it will return `Vector{CoordLog}`.