Skip to content

Commit

Permalink
revert changes; fix rendering issues
Browse files Browse the repository at this point in the history
  • Loading branch information
aelligp committed Jul 31, 2024
1 parent 2fd0192 commit f8eaf14
Show file tree
Hide file tree
Showing 9 changed files with 4 additions and 288 deletions.
2 changes: 0 additions & 2 deletions AUTHORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,3 @@ are listed in alphabetical order:
* Patrick Sanan
* Hendrik Ranocha
* Ludovic Räss
* Ivan Utkin
* Samuel Omlin
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Contributing

`JustRelax.jl` is an open-source project and we are very happy to accept contributions
from the community. Please feel free to open issues or submit patches (preferably
as pull requests) any time. For planned larger contributions, it is often
from the community. Please feel free to [open issues](https://github.com/PTsolvers/JustRelax.jl/issues/new) or submit patches (preferably
as [pull requests](https://github.com/PTsolvers/JustRelax.jl/pulls)) any time. For planned larger contributions, it is often
beneficial to get in contact with one of the principal developers first (see
[AUTHORS.md](AUTHORS.md)).

Expand Down
4 changes: 1 addition & 3 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,10 @@ open(joinpath(@__DIR__, "src", "man", "contributing.md"), "w") do io
```
""")
# Write the modified contents
println(io, "# [Contributing](@id contributing)")
println(io, "")
for line in eachline(joinpath(dirname(@__DIR__), "CONTRIBUTING.md"))
line = replace(line, "[LICENSE.md](LICENSE.md)" => "[License](@ref)")
line = replace(line, "[AUTHORS.md](AUTHORS.md)" => "[Authors](@ref)")
println(io, "> ", line)
println(io,line)
end
end
@info "Making documentation..."
Expand Down
27 changes: 0 additions & 27 deletions docs/src/man/authors.md

This file was deleted.

137 changes: 0 additions & 137 deletions docs/src/man/code_of_conduct.md

This file was deleted.

59 changes: 0 additions & 59 deletions docs/src/man/contributing.md

This file was deleted.

2 changes: 1 addition & 1 deletion docs/src/man/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

`JustRelax.jl` is a registered package and can be added as follows:

```julia-repl
```julia
using Pkg; Pkg.add("JustRelax")
```
or
Expand Down
27 changes: 0 additions & 27 deletions docs/src/man/license.md

This file was deleted.

30 changes: 0 additions & 30 deletions docs/src/man/security.md

This file was deleted.

0 comments on commit f8eaf14

Please sign in to comment.