Skip to content

Commit

Permalink
uppdate readme
Browse files Browse the repository at this point in the history
  • Loading branch information
shtadinada committed Sep 9, 2024
1 parent b12a600 commit 1c36421
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 18 deletions.
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
<<<<<<< HEAD
# AbsSmoothFW.jl
=======
[![CI](https://github.com/ZIB-IOL/AbsSmoothFW.jl/actions/workflows/CI.yml/badge.svg)](https://github.com/ZIB-IOL/AbsSmoothFW.jl/actions/workflows/CI.yml)
[![DOI](https://zenodo.org/badge/793075266.svg)](https://zenodo.org/doi/10.5281/zenodo.11198550)
>>>>>>> 9d99a1a65b55abeddb97c7f1e9f0cabceae5acf8

[![CI](https://github.com/ZIB-IOL/AbsSmoothFW.jl/actions/workflows/CI.yml/badge.svg)](https://github.com/ZIB-IOL/AbsSmoothFW.jl/actions/workflows/CI.yml)

Expand Down
26 changes: 13 additions & 13 deletions docs/make.jl
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
using Documenter
using AbsSmoothFW

open(joinpath(generated_path, "index.md"), "w") do io
#open(joinpath(generated_path, "index.md"), "w") do io
# Point to source license file
println(
io,
"""
```@meta
EditURL = "$(base_url)README.md"
```
""",
)
# println(
# io,
# """
# ```@meta
# EditURL = "$(base_url)README.md"
# ```
# """,
# )
# Write the contents out below the meta block
for line in eachline(joinpath(dirname(@__DIR__), "README.md"))
println(io, line)
end
end
# for line in eachline(joinpath(dirname(@__DIR__), "README.md"))
# println(io, line)
# end
#end

makedocs(;
sitename = "AbsSmoothFW.jl",
Expand Down

0 comments on commit 1c36421

Please sign in to comment.