Skip to content

Commit b5dd7dd

Browse files
authored
Merge pull request #5 from JuliaAI/dev
Trigger doc generation
2 parents 3fb73a6 + 14c7da5 commit b5dd7dd

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
| Linux | Coverage | Documentation |
44
| :-----------: | :------: | :-------: |
5-
| [![Build status](https://github.com/JuliaAI/OpenML.jl/workflows/CI/badge.svg)](https://github.com/JuliaAI/OpenML.jl/actions)| [![codecov.io](http://codecov.io/github/JuliaAI/OpenML.jl/coverage.svg?branch=master)](http://codecov.io/github/JuliaAI/OpenML.jl?branch=master) | [![](https://img.shields.io/badge/docs-dev-blue.svg)](https://JuliaAI.github.io/OpenML.jl/dev) |
5+
| [![Build status](https://github.com/JuliaAI/OpenML.jl/workflows/CI/badge.svg)](https://github.com/JuliaAI/OpenML.jl/actions)| [![codecov.io](http://codecov.io/github/JuliaAI/OpenML.jl/coverage.svg?branch=master)](http://codecov.io/github/JuliaAI/OpenML.jl?branch=master) | [![](https://img.shields.io/badge/docs-stable-blue.svg)](https://JuliaAI.github.io/OpenML.jl/stable) |
66

77
Partial implementation of the [OpenML](https://www.openml.org) API for
88
Julia. At present this package allows querying and
@@ -14,8 +14,8 @@ learning framework (such as uploading MLJ runs) see
1414
[MLJOpenML.jl](https://github.com/JuliaAI/MLJOpenML.jl).
1515

1616

17-
The code in this repository is based on contributions of Diego Arenas
17+
**Acknowledgements.** The code in this repository is based on contributions of Diego Arenas
1818
to [MLJBase.jl](https://github.com/JuliaAI/MLJBase.jl) which do not
1919
appear in the commit history of this repository.
2020

21-
Package documentation is [here](https://JuliaAI.github.io/OpenML.jl/dev).
21+
Package documentation is [here](https://JuliaAI.github.io/OpenML.jl/stable).

src/OpenML.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module OpenML
1+
module OpenML
22

33
using HTTP
44
using JSON

0 commit comments

Comments
 (0)