From ec261711a9d7b3f9011e5c698ab1d18bc3b05433 Mon Sep 17 00:00:00 2001 From: Bagaev Dmitry Date: Fri, 1 Sep 2023 14:10:22 +0200 Subject: [PATCH] Move pkgeval badge to the developers documentation --- README.md | 1 - docs/src/contributing/overview.md | 7 +++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 03ed7d3af..71e1a7563 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,6 @@ [![Examples](https://img.shields.io/badge/examples-RxInfer-brightgreen)](https://biaslab.github.io/RxInfer.jl/stable/examples/overview/) [![Build Status](https://github.com/biaslab/RxInfer.jl/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/biaslab/RxInfer.jl/actions/workflows/CI.yml?query=branch%3Amain) [![Coverage](https://codecov.io/gh/biaslab/RxInfer.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/biaslab/RxInfer.jl) -[![PkgEval](https://JuliaCI.github.io/NanosoldierReports/pkgeval_badges/R/RxInfer.svg)](https://JuliaCI.github.io/NanosoldierReports/pkgeval_badges/report.html) [![DOI](https://img.shields.io/badge/Journal%20of%20Open%20Source%20Software-10.21105/joss.05161-critical)](https://doi.org/10.21105/joss.05161) [![Zenodo](https://img.shields.io/badge/Zenodo-10.5281/zenodo.7774921-important)](https://zenodo.org/badge/latestdoi/501995296) diff --git a/docs/src/contributing/overview.md b/docs/src/contributing/overview.md index cde9f6b8a..bc17fe27b 100644 --- a/docs/src/contributing/overview.md +++ b/docs/src/contributing/overview.md @@ -6,6 +6,13 @@ We welcome all possible contributors. This page details some of the guidelines t We track bugs using [GitHub issues](https://github.com/biaslab/RxInfer.jl/issues). We encourage you to write complete, specific, reproducible bug reports. Mention the versions of Julia and `RxInfer` for which you observe unexpected behavior. Please provide a concise description of the problem and complement it with code snippets, test cases, screenshots, tracebacks or any other information that you consider relevant. This will help us to replicate the problem and narrow the search space for solutions. +### Nightly Julia status + +The badge that indicates if `RxInfer` can be installed on a Julia nightly version. The failing badge may indicate either a problem with `RxInfer` itself of with one if the dependencies. +Click on the badge to get the latest evaluation report. + +[![PkgEval](https://JuliaCI.github.io/NanosoldierReports/pkgeval_badges/R/RxInfer.svg)](https://JuliaCI.github.io/NanosoldierReports/pkgeval_badges/report.html) + ## Suggesting features We welcome new feature proposals. However, before submitting a feature request, consider a few things: