From 51a90ead7a608a0e48de9a553306ec7840cdcb53 Mon Sep 17 00:00:00 2001 From: drizk1 Date: Thu, 9 May 2024 21:14:16 -0400 Subject: [PATCH] fixes logos after fixing them on their docs --- README.md | 4 ++-- docs/src/index.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 15ceb6c..1ef2c50 100644 --- a/README.md +++ b/README.md @@ -330,7 +330,7 @@ TidierPlots.jl is a package dedicated to plotting, powered by Makie.jl. It focus

- + ## TidierDB.jl @@ -340,7 +340,7 @@ TidierDB.jl is a package dedicated to data transformation on databases using syn

- + ## TidierFiles.jl diff --git a/docs/src/index.md b/docs/src/index.md index 5367f5e..0a276d8 100644 --- a/docs/src/index.md +++ b/docs/src/index.md @@ -26,12 +26,12 @@ features: details: "TidierPlots.jl is a 100% Julia implementation of the R package ggplot in Julia. Powered by Makie.jl, and Julia’s extensive meta-programming capabilities, TidierPlots.jl is an R user’s love letter to data visualization in Julia." link: https://tidierorg.github.io/TidierPlots.jl/latest/ - - icon: tidierdb + - icon: tidierdb title: TidierDB.jl details: "TidierDB.jl is a 100% Julia implementation of the R package dbplyr in Julia and similar to Python's ibis package. Its main goal is to bring the syntax of Tidier.jl to multiple SQL backends, making it possible to analyze data directly on databases without needing to copy the entire database into memory." link: https://tidierorg.github.io/TidierDB.jl/latest/ - - icon: tidierfiles + - icon: tidierfiles title: TidierFiles.jl details: "TidierFiles.jl leverages the CSV.jl, XLSX.jl, and ReadStatTables.jl packages to reimplement the R haven and readr packages." link: https://tidierorg.github.io/TidierFiles.jl/latest/