From a2bb4df6f56e69a69972e97e391f935782249d10 Mon Sep 17 00:00:00 2001 From: Gelieza K Date: Mon, 7 Aug 2023 18:04:15 +0200 Subject: [PATCH] Update dependencies --- Project.toml | 8 +- docs/Project.toml | 3 - docs/make.jl | 2 +- docs/reformat_attached_images.jl | 17 - docs/src/notebook-output/julia_basics.html | 6 +- .../notebook-output/julia_distributed.html | 69 +- docs/src/notebook-output/julia_intro.html | 947 ++---------------- docs/src/notebook-output/matrix_matrix.html | 282 +----- docs/src/notebooks/Project.toml | 2 - docs/src/notebooks/julia_distributed.ipynb | 3 - 10 files changed, 147 insertions(+), 1192 deletions(-) delete mode 100644 docs/Project.toml delete mode 100644 docs/reformat_attached_images.jl delete mode 100644 docs/src/notebooks/Project.toml diff --git a/Project.toml b/Project.toml index b867aab..4f68f95 100644 --- a/Project.toml +++ b/Project.toml @@ -3,8 +3,6 @@ uuid = "bac2549d-7fb4-47a9-ab16-d1e9b77d8fc7" authors = ["Francesc Verdugo "] version = "0.1.0" -[extras] -Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" - -[targets] -test = ["Test"] +[deps] +Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4" +Glob = "c27321d9-0574-5035-807b-f59d2c89b15c" diff --git a/docs/Project.toml b/docs/Project.toml deleted file mode 100644 index 27946c2..0000000 --- a/docs/Project.toml +++ /dev/null @@ -1,3 +0,0 @@ -[deps] -Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4" -XM_40017 = "bac2549d-7fb4-47a9-ab16-d1e9b77d8fc7" diff --git a/docs/make.jl b/docs/make.jl index 0c0c612..cc4c877 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -1,6 +1,6 @@ using XM_40017 using Documenter -using Glob +using Glob const md_nb_template = """ ```@meta diff --git a/docs/reformat_attached_images.jl b/docs/reformat_attached_images.jl deleted file mode 100644 index 72ede58..0000000 --- a/docs/reformat_attached_images.jl +++ /dev/null @@ -1,17 +0,0 @@ - -function convert_embedded_img_to_base64(notebook_path) - doc = open(io->read(io, String), notebook_path) - # Regex matching: extract filename and base64 code - regex = r"attachments\\\":\s*\{\s*\\\"(?.*).png\\\":\s*\{\s*\\\"image/png\\\":\s*\\\"(?.*)\\\"" - res = eachmatch(regex, doc) - matches = collect(res) - # Replace img src with base64 code - for m in matches - global doc; - filename = m[:filename] - base64 = m[:base64code] - doc = replace(doc, "attachment:$filename.png" => "data:image/png;base64,$base64") - end - - write(notebook_path, doc); -end \ No newline at end of file diff --git a/docs/src/notebook-output/julia_basics.html b/docs/src/notebook-output/julia_basics.html index ec7ace4..572d8c8 100644 --- a/docs/src/notebook-output/julia_basics.html +++ b/docs/src/notebook-output/julia_basics.html @@ -17184,7 +17184,7 @@ body[data-format='mobile'] .jp-OutputArea-child .jp-OutputArea-output {