Skip to content

Commit

Permalink
Tweak READMEs
Browse files Browse the repository at this point in the history
  • Loading branch information
eprovst committed Oct 24, 2024
1 parent 967af63 commit 6985dcc
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 9 deletions.
15 changes: 8 additions & 7 deletions DomainColoringToy/README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
<h1>DomainColoringToy</h1>
<div align="center">
<img src="../docs/src/assets/logo.png" width=210/>
<h1>DomainColoringToy.jl</h1>
</div>
<p>
<a href="https://eprovst.github.io/DomainColoring.jl/stable/dct">
<img src="https://img.shields.io/badge/docs-stable-green.svg"/>
</a>
<img src="https://img.shields.io/badge/docs-stable-green.svg"/></a>
<a href="https://eprovst.github.io/DomainColoring.jl/dev/dct">
<img src="https://img.shields.io/badge/docs-dev-blue.svg"/>
</a>
<img src="https://img.shields.io/badge/docs-dev-blue.svg"/></a>
</p>
<p>
Interactive domain colorings and checker plots of complex functions in Julia using smooth colors,
based on <a href="https://makie.org/">GLMakie</a>.
Interactive domain colorings and checker plots of complex functions in
Julia using smooth colors, based on <a href="https://makie.org/">GLMakie</a>.
</p>
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@
<img src="https://img.shields.io/badge/docs-dev-blue.svg"/></a>
</p>
<p>
Domain colorings and checker plots of complex functions in Julia using smooth colors.
Domain colorings and checker plots of complex functions in Julia using
smooth colors.
</p>
3 changes: 2 additions & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
using Pkg
cd(@__DIR__)
Pkg.activate(".")
pkg"dev .. ../DomainColoringToy"
Pkg.develop(path="..")
Pkg.develop(path="../DomainColoringToy")
Pkg.instantiate()
Pkg.precompile()

Expand Down

0 comments on commit 6985dcc

Please sign in to comment.