Skip to content

Commit 72de7aa

Browse files
committed
Add text to README and docs
1 parent 219a48f commit 72de7aa

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,7 @@
44
[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://cscherrer.github.io/DistributionMeasures.jl/dev)
55
[![Build Status](https://github.com/cscherrer/DistributionMeasures.jl/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/cscherrer/DistributionMeasures.jl/actions/workflows/CI.yml?query=branch%3Amain)
66
[![Coverage](https://codecov.io/gh/cscherrer/DistributionMeasures.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/cscherrer/DistributionMeasures.jl)
7+
8+
DistributionMeasures is a Julia package that provides conversions between
9+
[Distributions.jl](https://github.com/JuliaStats/Distributions.jl) distributions and
10+
[MeasureBase.jl](https://github.com/cscherrer/MeasureBase.jl)/[MeasureTheory.jl](https://github.com/cscherrer/MeasureTheory.jl) measures.

docs/src/index.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ CurrentModule = DistributionMeasures
66

77
Documentation for [DistributionMeasures](https://github.com/cscherrer/DistributionMeasures.jl).
88

9+
DistributionMeasures provides conversions between
10+
[Distributions.jl](https://github.com/JuliaStats/Distributions.jl) distributions and
11+
[MeasureBase.jl](https://github.com/cscherrer/MeasureBase.jl)/[MeasureTheory.jl](https://github.com/cscherrer/MeasureTheory.jl) measures.
12+
13+
914
```@index
1015
```
1116

0 commit comments

Comments
 (0)