Skip to content

Commit

Permalink
Badges (#18)
Browse files Browse the repository at this point in the history
* Set push_preview to true

* Badges

* try2

* Badges cleanup

* Fix
  • Loading branch information
jaakkor2 authored Oct 11, 2024
1 parent 8865f91 commit a83a1bd
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# JMPReader.jl

[![Stable docs][docs-stable-img]][docs-stable-url]
[![Dev docs][docs-dev-img]][docs-dev-url]
[![Build Status][ci-img]][ci]

Reader for JMP data tables. [JMP](https://en.wikipedia.org/wiki/JMP_(statistical_software)) is proprietary statistical software.

## Example
Expand All @@ -18,4 +22,11 @@ outputs
2 │ 2 22.2 b 1984-08-06T23:58:00 2024-01-14 364000 milliseconds bb bbbb 4 missing 🚴💨 bb
3 │ 3 33.3 c 2003-06-02T17:00:00 missing 229000 milliseconds ccc cccccccc 6 2.6 jäääär cc
4 │ 4 44.4 d missing 2032-02-12 0 milliseconds dddd abcdefghijabcdefghijabcdefghijab… 8 4.63309e110 辛口 abcdefghijkl
```
```

[docs-stable-url]: https://jaakkor2.github.io/JMPReader.jl/stable/
[docs-stable-img]: https://img.shields.io/badge/Docs-Stable-lightgrey.svg
[docs-dev-url]: https://jaakkor2.github.io/JMPReader.jl/dev/
[docs-dev-img]: https://img.shields.io/badge/Docs-Dev-blue.svg
[ci]: https://github.com/jaakkor2/JMPReader.jl/actions?query=workflows/CI
[ci-img]: https://github.com/jaakkor2/JMPReader.jl/workflows/CI/badge.svg
1 change: 1 addition & 0 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ makedocs(

IS_CI && deploydocs(;
repo = "github.com/jaakkor2/JMPReader.jl",
push_preview = true,
)

nothing

0 comments on commit a83a1bd

Please sign in to comment.