Skip to content

Commit 9d8aa01

Browse files
authored
Update docs URL and remove badges from docs (#9)
* Update links and remove badges * Increment patch number
1 parent 0397ad4 commit 9d8aa01

File tree

3 files changed

+8
-14
lines changed

3 files changed

+8
-14
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "ArviZExampleData"
22
uuid = "2f96bb34-afd9-46ae-bcd0-9b2d4372fe3c"
33
authors = ["Seth Axen <seth.axen@gmail.com> and contributors"]
4-
version = "0.1.3"
4+
version = "0.1.4"
55

66
[deps]
77
Artifacts = "56f22d72-fd6d-98f1-02f0-08ddc0907c33"

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
# ArviZExampleData
22

3-
[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://exampledata.julia.arviz.org/stable/)
4-
[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://exampledata.julia.arviz.org/dev/)
3+
[![docs](https://img.shields.io/badge/docs-ArviZ-blue.svg)](https://julia.arviz.org/ArviZExampleData)
54
[![Build Status](https://github.com/arviz-devs/ArviZExampleData.jl/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/arviz-devs/ArviZExampleData.jl/actions/workflows/CI.yml?query=branch%3Amain)
65
[![Coverage](https://codecov.io/gh/arviz-devs/ArviZExampleData.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/arviz-devs/ArviZExampleData.jl)
76
[![Code Style: Blue](https://img.shields.io/badge/code%20style-blue-4495d1.svg)](https://github.com/invenia/BlueStyle)
87
[![ColPrac: Contributor's Guide on Collaborative Practices for Community Packages](https://img.shields.io/badge/ColPrac-Contributor's%20Guide-blueviolet)](https://github.com/SciML/ColPrac)
98
[![Powered by NumFOCUS](https://img.shields.io/badge/powered%20by-NumFOCUS-orange.svg?style=flat&colorA=E1523D&colorB=007D8A)](https://numfocus.org)
109

11-
Utilities for loading datasets defined in the [`arviz_example_data`](https://github.com/arviz-devs/arviz_example_data) repository.
12-
The resulting objects are [InferenceObjects.jl](https://github.com/arviz-devs/InferenceObjects.jl)'s `InferenceData`.
13-
These utilities are used in [ArviZ.jl](https://github.com/arviz-devs/ArviZ.jl).
10+
This package provides utilities for loading datasets defined in the [`arviz_example_data`](https://github.com/arviz-devs/arviz_example_data) repository.
11+
The resulting objects are [InferenceObjects.jl](https://julia.arviz.org/InferenceObjects)'s `InferenceData`.
12+
These utilities are used in [ArviZ.jl](https://julia.arviz.org/ArviZ.).

docs/src/index.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,6 @@ CurrentModule = ArviZExampleData
44

55
# ArviZExampleData
66

7-
[![Build Status](https://github.com/arviz-devs/ArviZExampleData.jl/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/arviz-devs/ArviZExampleData.jl/actions/workflows/CI.yml?query=branch%3Amain)
8-
[![Coverage](https://codecov.io/gh/arviz-devs/ArviZExampleData.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/arviz-devs/ArviZExampleData.jl)
9-
[![ColPrac: Contributor's Guide on Collaborative Practices for Community Packages](https://img.shields.io/badge/ColPrac-Contributor's%20Guide-blueviolet)](https://github.com/SciML/ColPrac)
10-
[![Powered by NumFOCUS](https://img.shields.io/badge/powered%20by-NumFOCUS-orange.svg?style=flat&colorA=E1523D&colorB=007D8A)](https://numfocus.org)
11-
12-
Utilities for loading datasets defined in the [`arviz_example_data`](https://github.com/arviz-devs/arviz_example_data) repository.
13-
The resulting objects are [InferenceObjects.jl](https://github.com/arviz-devs/InferenceObjects.jl)'s `InferenceData`.
14-
These utilities are used in [ArviZ.jl](https://github.com/arviz-devs/ArviZ.jl).
7+
This package provides utilities for loading datasets defined in the [`arviz_example_data`](https://github.com/arviz-devs/arviz_example_data) repository.
8+
The resulting objects are [InferenceObjects.jl](https://julia.arviz.org/InferenceObjects)'s `InferenceData`.
9+
These utilities are used in [ArviZ.jl](https://julia.arviz.org/ArviZ.).

0 commit comments

Comments
 (0)