diff --git a/README.md b/README.md index 9098f3a..e19e5b7 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,3 @@ -# EnergySamplers -[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://JuliaTrustworthyAI.github.io/EnergySamplers.jl/stable/) -[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://JuliaTrustworthyAI.github.io/EnergySamplers.jl/dev/) -[![Build Status](https://github.com/JuliaTrustworthyAI/EnergySamplers.jl/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/JuliaTrustworthyAI/EnergySamplers.jl/actions/workflows/CI.yml?query=branch%3Amain) -[![Coverage](https://codecov.io/gh/JuliaTrustworthyAI/EnergySamplers.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/JuliaTrustworthyAI/EnergySamplers.jl) -[![Code Style: Blue](https://img.shields.io/badge/code%20style-blue-4495d1.svg)](https://github.com/invenia/BlueStyle) + +# EnergySamplers diff --git a/_quarto.yml b/_quarto.yml index 381f533..883d09d 100644 --- a/_quarto.yml +++ b/_quarto.yml @@ -1,6 +1,8 @@ project: title: "EnergySamplers.jl" execute-dir: project + render: + - "!docs/src/*.md" crossref: fig-prefix: Figure tbl-prefix: Table diff --git a/docs/make.jl b/docs/make.jl index d257eac..dc67cc2 100755 --- a/docs/make.jl +++ b/docs/make.jl @@ -39,8 +39,10 @@ end # (b) Did someone say render? if "--quarto" ∈ ARGS - @info "Rendering Quarto" - run(`quarto render $(@__DIR__)`) + @info "Rendering README" + run(`quarto render $(joinpath(@__DIR__, "..", "README.qmd"))`) + @info "Rendering docs" + run(`quarto render $(joinpath(@__DIR__, "src"))`) end using EnergySamplers