commit c4ca4911a3948de21205961170557dc870b3e84b
parent c7db43defdf71deda23cf98cfe401505997a1833
Author: Erik Loualiche <[email protected]>
Date: Tue, 20 May 2025 11:23:19 -0500
cleaning up readme
Diffstat:
3 files changed, 9 insertions(+), 8 deletions(-)
diff --git a/README.md b/README.md
@@ -1,6 +1,11 @@
-# Prototypes
+# BazerUtils.jl
+
+
+[](https://github.com/eloualiche/BazerUtils.jl/actions/workflows/CI.yml)
+[](https://github.com/eloualiche/BazerUtils.jl/actions/workflows/CI.yml)
+[](https://codecov.io/gh/eloualiche/BazerUtils.jl)
+
-[](https://github.com/eloualiche/Prototypes.jl/actions/workflows/CI.yml)
`BazerUtils.jl` is a package that assembles various functionality that I use on a frequent basis in julia.
It is a more mature version of [`Prototypes.jl`](https://github.com/eloualiche/Prototypes.jl) where I try a bunch of things out (there is overlap).
diff --git a/docs/make.jl b/docs/make.jl
@@ -45,12 +45,12 @@ deploydocs(;
# deploydocs(;
-# repo = "github.com/eloualiche/Prototypes.jl",
+# repo = "github.com/eloualiche/BazerUtils.jl",
# devbranch = "build",
# )
# deploydocs(;
-# repo = "github.com/eloualiche/Prototypes.jl",
+# repo = "github.com/eloualiche/BazerUtils.jl",
# target = "build",
# branch = "gh-pages",
# )
diff --git a/docs/src/man/logger_guide.md b/docs/src/man/logger_guide.md
@@ -73,10 +73,6 @@ There is an option to only create one file for each level and keep things a litt
> custom_logger("/tmp/log_test";
create_log_files=false, overwrite=true, log_format = :log4j);
-┌ [08:37:03 2025-02-12] INFO | @ Prototypes[/Users/loulou/Dropbox/projects_code/julia_packages/Prototypes/src/CustomLogger.jl:44]
-│ Only one sink provided ...
-└ All logs will be written without differentiation on /tmp/log_test
-
> @error "This is an error level message"
> @warn "This is an warn level message"
> @info "This is an info level message"