Skip to content

Commit

Permalink
updates to template
Browse files Browse the repository at this point in the history
  • Loading branch information
pat-alt committed Jul 23, 2024
1 parent 97402ab commit 825c05f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
2 changes: 2 additions & 0 deletions _quarto.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
project:
title: "EnergySamplers.jl"
execute-dir: project
render:
- "!docs/src/*.md"
crossref:
fig-prefix: Figure
tbl-prefix: Table
Expand Down
6 changes: 4 additions & 2 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 825c05f

Please sign in to comment.