Skip to content

Commit

Permalink
Finish the transfer to JuliaHEP
Browse files Browse the repository at this point in the history
  • Loading branch information
peremato committed Oct 28, 2024
1 parent 7980726 commit c871d22
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https:///peremato.github.io/EDM4hep.jl/dev/)
[![Build Status](https://github.com/peremato/EDM4hep.jl/workflows/CI/badge.svg)](https://github.com/peremato/EDM4hep.jl/actions)
[![codecov](https://codecov.io/gh/peremato/EDM4hep.jl/graph/badge.svg?token=AS74WXOYT6)](https://codecov.io/gh/peremato/EDM4hep.jl)
[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https:///JuliaHEP.github.io/EDM4hep.jl/dev/)
[![Build Status](https://github.com/JuliaHEP/EDM4hep.jl/workflows/CI/badge.svg)](https://github.com/JuliaHEP/EDM4hep.jl/actions)
[![codecov](https://codecov.io/gh/JuliaHEP/EDM4hep.jl/graph/badge.svg?token=AS74WXOYT6)](https://codecov.io/gh/JuliaHEP/EDM4hep.jl)

# EDM4hep in Julia
Prototype of the [EDM4hep](https://github.com/key4hep/EDM4hep) (generic Event Data Model for HEP experiments part of Key4hep) for Julia with the goal to have very simple structures (isbits) with the purpose to evaluate its ergonomic design and implementation performance.
Expand Down
6 changes: 3 additions & 3 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,20 @@ makedocs(;
modules=[EDM4hep, EDM4hep.RootIO],
format = Documenter.HTML(
prettyurls = Base.get(ENV, "CI", nothing) == "true",
repolink="https://github.com/peremato/EDM4hep.jl",
repolink="https://github.com/JuliaHEP/EDM4hep.jl",
),
pages=[
"Introduction" => "index.md",
"Public APIs" => "api.md",
"Release Notes" => "release_notes.md",
],
checkdocs=:exports,
repo="https://github.com/peremato/EDM4hep.jl/blob/{commit}{path}#L{line}",
repo="https://github.com/JuliaHEP/EDM4hep.jl/blob/{commit}{path}#L{line}",
sitename="EDM4hep.jl",
authors="Pere Mato",
)

deploydocs(;
repo="github.com/peremato/EDM4hep.jl",
repo="github.com/JuliaHEP/EDM4hep.jl",
push_preview = true
)

0 comments on commit c871d22

Please sign in to comment.